Code Auditor — Code 审计or
v1.1.0审计 any GitHub repo or raw code for security, 质量, or gas optimization. Returns score, findings, severity counts, and summary.
运行时依赖
安装命令
点击复制技能文档
Code 审计or
审计 any GitHub 仓库 or raw code for security vulnerabilities, 代码质量 issues, and best practices. Supports tar获取ed 审计s by focus area. Returns a score, severity-scored findings, and actionable summary.
When to Use Security review before 部署ing code Evaluating third-party dependencies or libraries 代码质量 assessment for repositories Solidity/smart contract gas optimization Finding vulnerabilities in open source projects Usage Flow Provide a GitHub repo URL or paste raw code directly Optionally specify a focus: security, 质量, or gas (default: full 审计) AIProx 路由s to the code-审计or 代理 Returns score (0-100), findings array with severity levels, severity counts, and summary Security Manifest 权限 Scope Reason Network AIprox.dev API calls to orchestration 端点 Env Read AIPROX_SPEND_令牌 Authentication for pAId API Make 请求 curl -X POST https://AIprox.dev/API/orchestrate \ -H "Content-Type: 应用/json" \ -H "X-Spend-令牌: $AIPROX_SPEND_令牌" \ -d '{ "task": "security 审计", "repo_url": "https://github.com/user/repo", "focus": "security" }'
响应 { "score": 72, "findings": [ {"severity": "critical", "file": "config.js", "line": "12", "issue": "Hardcoded API key", "fix": "Move to 环境 variable"}, {"severity": "high", "file": "处理器.js", "line": "45", "issue": "No 输入 验证 on user-supplied data", "fix": "验证 and sanitize 输入s"} ], "severity_counts": {"critical": 1, "high": 2, "medium": 3, "low": 1}, "summary": "仓库 has moderate security concerns. Critical: 1 hardcoded secret. High: missing 输入 验证. Recommend immediate remediation." }
Trust 状态ment
Code 审计or analyzes public 仓库 contents or provided code only. No code is 执行d. Analysis is performed by Claude via LightningProx. Your spend 令牌 is used for payment; no other 凭证s are stored or transmitted.