audit_package
Clones a Git repository and performs a three-pass security audit (UNDERSTAND, DETECT, CLASSIFY) to identify vulnerabilities, prompt injection, and supply chain attacks.
Instructions
Deep security audit of a Git repository. Clones the repo and returns source code with a 3-pass audit methodology (UNDERSTAND → DETECT → CLASSIFY). You then analyze the code and call submit_report with findings. Use check_package FIRST to see if an audit already exists — only use this for unaudited packages or when a fresh audit is requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_url | Yes | Git repository URL to audit (e.g., https://github.com/owner/repo) |