| name | check-package |
| description | Analyze a package with aigate CLI (static pre-filter + optional AI analysis). Usage: /check-package <name> [version] [ecosystem] |
Analyze the package specified in $ARGUMENTS using the aigate CLI.
Parse arguments: first arg is package name, optional second is version, optional third is ecosystem (default: pypi).
cd "$CLAUDE_PROJECT_DIR"
.venv/bin/aigate check $ARGUMENTS || .venv/bin/aigate check $ARGUMENTS --skip-ai
After analysis, summarize:
- Verdict and confidence
- Key risk signals found
- Recommendation (safe to install, needs review, or block)