-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 775 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "smartbrain-skill-auditor",
"version": "2.0.0",
"description": "Zero-dependency Node.js CLI to audit AI Skills for Antigravity, Claude Code, Gemini CLI & Cursor. Detects malicious code, prompt injection & ghost prompts.",
"keywords": [
"antigravity",
"claude-code",
"gemini-cli",
"ai-skills",
"skill-auditor",
"ai-security",
"prompt-injection",
"ghost-prompt",
"static-analysis",
"cybersecurity",
"cursor",
"copilot",
"supply-chain-security"
],
"license": "MIT",
"author": "SMARTbrain Activity",
"homepage": "https://github.com/smartbrainactivity/smartbrain-skill-auditor",
"repository": {
"type": "git",
"url": "https://github.com/smartbrainactivity/smartbrain-skill-auditor.git"
}
}