auto_gate
Check any repo, npm package, or URL for a go/no-go install decision with reasoning based on pre-install trust scoring and 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 |