Files
clawsec/skills/prompt-agent/skill.json
T
David Abutbul d3c703aea6 ClawSec init
2026-02-05 21:58:23 +02:00

54 lines
1.1 KiB
JSON

{
"name": "prompt-agent",
"version": "0.0.1",
"description": "Security audit enforcement for AI agents. Automated security scans, health verification, and soul.md hardening.",
"author": "prompt-security",
"license": "MIT",
"internal": true,
"homepage": "https://clawsec.prompt.security",
"keywords": [
"security",
"audit",
"prompt-agent",
"agents",
"ai",
"hardening",
"protection"
],
"sbom": {
"files": [
{
"path": "SKILL.md",
"required": true,
"description": "Main audit skill documentation"
},
{
"path": "heartbeat.md",
"required": true,
"description": "Health check and verification protocol"
}
]
},
"openclaw": {
"emoji": "🛡️",
"category": "security",
"requires": {
"bins": [
"curl",
"git"
]
},
"triggers": [
"security audit",
"check security",
"prompt-agent",
"security scan",
"vulnerability check",
"protect agent",
"security health",
"run audit",
"scan for vulnerabilities"
]
}
}