buygit_deep_audit
Run a multi-vendor supply-chain audit by spawning Socket, OpenSSF, and TruffleHog checks in parallel, combined with catalog signals. Returns combined findings in one call.
Instructions
Federated audit — spawns Socket / OpenSSF / TruffleHog companion MCPs in parallel and combines their findings with our catalog signals. The only MCP that one-shots a multi-vendor supply-chain check (vs. the user installing 4 MCPs and asking each separately). Companion MCPs that are not installed surface as federation_failures[] with operator hints. Soft-fails per-companion — always returns SOMETHING agent-actionable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug_or_url | Yes | Either a BuyGit slug (catalog row) or a github.com/{owner}/{repo} URL (live probe). Slug matches `^[a-z0-9-]+$`; URL matches `https?://github.com/owner/repo`. | |
| federate_with | No | Which companion MCPs to chain. Defaults to all three. | |
| timeout_ms | No | Per-companion hard timeout in milliseconds. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| buygit_audit | Yes | Our own audit (either catalog row or live GitHub probe). | |
| federation_results | Yes | ||
| verdict | No | One-line aggregate (safe / review / risky / unverified). |