auto_gate
Evaluate install safety for any repository, npm package, or MCP server. Returns a go/no-go decision with reasoning using vulnerability intelligence.
Instructions
Should I install this? Returns a simple go/no-go decision with reasoning. Accepts any format: owner/repo, npm package, Smithery URL, etc. Returns { proceed: true/false, reason: "..." }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Any of: "owner/repo", "npm:@scope/package", "@scope/package", Smithery URL, or OpenClaw URL |