UNPKG

mcp-server-semgrep

Version:

MCP Server for Semgrep Integration - static code analysis with AI

18 lines 440 B
rules: - id: detect-promptfoo languages: - js - ts severity: INFO message: "Possibly found usage of AI tooling: promptfoo" pattern-either: - pattern: import "promptfoo" - pattern: promptfoo.evaluate(...) metadata: references: - https://semgrep.dev/blog/2024/detecting-shadow-ai category: maintainability technology: - genAI - LLMs confidence: LOW