Web 项目安全代码审计 skill,自动识别 Go / Java / Python / PHP / JavaScript 项目类型并加载对应漏洞清单(SQL/SSRF/XSS/CSRF/反序列化/路径穿越/鉴权/命令注入/XXE 等),输出审计报告到被审计项目的 reports/ 目录。适用于:(1) 单仓库 Web 项目的中高危漏洞扫描,(2) 自动生成可复现的漏洞报告(含代码位置、复现 curl、修复建议、修复后验证),(3) 对每条漏洞并行启动子 Agent 进行可利用性验证,输出 PoC 步骤或误判说明。只审计 High/Medium,跳过 Low。
$npx -y skills add zhiyuwang720-dev/codeauditskill --skill web-vuln-auditInstalls into the current project.
Run `npx skills use "https://github.com/zhiyuwang720-dev/codeauditskill" --skill "zhiyuwang720-dev/codeauditskill/web-vuln-audit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/zhiyuwang720-dev/codeauditskill" that are relevant to the current task. Run `npx skills add "https://github.com/zhiyuwang720-dev/codeauditskill"` and select the relevant skills, then follow their instructions.