humblef0ol/mcp-sentry

Static-analysis security linter for TypeScript MCP servers — OWASP MCP Top 10.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to the MCP server directory to scan.no.
min-gradeFail the workflow if grade is below this threshold (A/B/C/D/F).noC
reportPush grade to the public badge API after scanning.nofalse
output-formatOutput format for the primary scan invocation (json/sarif/markdown/text).nojson
github-tokenGITHUB_TOKEN used for PR comments and SARIF upload.yes
upload-sarifUpload SARIF results to the GitHub Security tab.nofalse
comment-prPost / update a PR comment with the grade summary.notrue
namedescription
gradeComputed grade letter (A/B/C/D/F).
criticalNumber of critical findings.
highNumber of high findings.
mediumNumber of medium findings.
lowNumber of low findings.