thezenmonster/MCP Verdict Check

Check MCP package trust verdicts before deploy. Returns allow, warn, or block for each dependency. Posts capability summary as a PR comment.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
packagesComma-separated list of npm package names to check. If empty, reads from package.json dependencies.no""
fail-onFail the check if any package returns this verdict or worse. Options: warn, block. Default: block.noblock
api-urlAgentScore API base URL.nohttps://www.agentscores.xyz
api-keyAgentScore repo-scoped API key for central policy, inventory tracking, exceptions, and alerts. Without this, verdict checks still work but remain stateless.no""
fail-openIf true, pass the check when the AgentScore API is unreachable. Default: false (fail-closed).nofalse
namedescription
resultsJSON array of verdict results for each package.
passedWhether all packages passed the check (true/false).