Smartbrain skill auditor
A universal, dependency-free Node.js tool to statically audit AI Skills and local agents for malicious patterns.From its SKILL.md
npx -y skills add smartbrainactivity/smartbrain-skill-auditorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 2 commands, including `node {workspaceRoot}/smartbrain-skill-auditor/bin/audit.js "C:/path/to/target/skill"` and 1 more.
SKILL.md
1.3 KB, 260 tokens by cl100k_base, as published. Nobody here has run it
ai-skill-auditor
This 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.
Instructions for the AI Assistant:
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_commandtool to execute the central audit script. -
The argument is the path the user wants to audit.
- Example 1:
node {workspaceRoot}/smartbrain-skill-auditor/bin/audit.js "C:/path/to/target/skill" - Example 2 (If auditing the current folder):
node {workspaceRoot}/smartbrain-skill-auditor/bin/audit.js .
- Example 1:
-
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.
What ships with it: 9 files
36.9 KB alongside SKILL.md, 1 of them executable
assets/
- banner.png2.6 KB
bin/
- audit.jsruns9.5 KB
config/
- rules.json9.3 KB
- audit_errors.txt549 B
- audit_output.txt1.4 KB
- LICENSE1.1 KB
- package.json775 B
- README.es.md6.1 KB
- README.md5.7 KB