원클릭으로
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.