theodornengoy/MCP Safety Scan

Scan JS/TS/Python/Go repos for common MCP/tool-server security footguns (CORS, eval, exec, etc.)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to scanno.
baselineBaseline JSON file to ignore existing findingsno""
ignore-dirsComma-separated list of directory basenames to ignore (e.g. test,__tests__,fixtures)no""
files-fromNewline-delimited list of files to scan (relative to path). If set, only these files are scanned.no""
include-testsInclude test files (e.g. *.test.*, *.spec.*, *_test.go, test_*.py). Default is false.nofalse
formatOutput format (text, json, sarif, github)nogithub
fail-onFail threshold (critical, high, medium, low, info, none)nohigh
sarif-outputSARIF filename (only used when format=sarif)nomcp-safety-scan.sarif
namedescription
sarif_filePath to the SARIF file (only set when format=sarif)