audit_repo
Clones a public GitHub repository and audits its dependencies against OSV advisories, returning a verified verdict for direct and transitive dependencies.
Instructions
Shallow-clone a public GitHub repo and return the same VERIFIED result.
Use when you have a repo URL rather than a raw lockfile. Same output shape as audit_dependencies. Returns an error (never a fabricated result) if the repo cannot be cloned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| github_url | Yes |