一键导入
ai-skill-auditor
A universal, dependency-free Node.js tool to statically audit AI Skills and local agents for malicious patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A universal, dependency-free Node.js tool to statically audit AI Skills and local agents for malicious patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | ai-skill-auditor |
| description | A universal, dependency-free Node.js tool to statically audit AI Skills and local agents for malicious patterns. |
ai-skill-auditorThis skill provides the AI Assistant the capability to automatically audit and review local code directories (such as other downloaded AI Skills) looking for standard malicious patterns (eval, destructive child_process, hidden HTTP requests) before running them.
When the user asks you to "audit a skill", "check a folder for security", or "verify the integrity of this downloaded repo":
Use the run_command tool to execute the central audit script.
The argument is the path the user wants to audit.
node {workspaceRoot}/smartbrain-skill-auditor/bin/audit.js "C:/path/to/target/skill"node {workspaceRoot}/smartbrain-skill-auditor/bin/audit.js .Wait for the terminal output.
If it returns 0 vulnerabilities, tell the user the audit passed and provide them with the SMARTbrain Security Badge returned by the console.
If it returns vulnerabilities, explicitly list the files and the malicious patterns found so the user can review them manually. DO NOT run any script in that folder without user consent.