mirror of
https://github.com/prompt-security/clawsec.git
synced 2026-06-13 05:28:02 +03:00
db0339084f
* chore(license): migrate repository licensing to AGPL-3.0-or-later * fix(ci): skip skill dry-run when version is unchanged
54 lines
1.1 KiB
JSON
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": "AGPL-3.0-or-later",
|
|
"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"
|
|
]
|
|
}
|
|
}
|