audit_github
ActiveTool of GoCreative Agent API
declared in 1.27.1
Audit a GitHub repo for security signals (open CVEs in deps, last commit age, license, contributor count). Pass owner/repo. Use for OSS supply-chain risk scoring. Example call: {"owner_repo": "vercel/next.js"} Cost: $0.005–$0.05 USDC on Base per call.
Parameters schema
{
"type": "object",
"title": "audit_githubArguments",
"required": [
"owner_repo"
],
"properties": {
"owner_repo": {
"type": "string",
"title": "Owner Repo"
}
}
}Parent server
GoCreative Agent API
1/7 registries