check_my_repo
Scan a local repository for MCP dependencies, retrieve AgentScore security verdicts for each package, and generate a CI summary highlighting which packages need attention.
Instructions
Inspect the current repo for MCP dependencies, look up AgentScore verdicts for each package, and summarise what should be gated in CI. Use this when a developer wants to understand all MCP packages in a repo instead of scanning one package at a time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional path to the repo root. Defaults to the current working directory. |