Files
clawsec/skills/prompt-agent/skill.json
T
davida-ps db0339084f chore: migrate repository licensing from MIT to AGPL (#63)
* chore(license): migrate repository licensing to AGPL-3.0-or-later

* fix(ci): skip skill dry-run when version is unchanged
2026-02-24 15:43:14 +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": "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"
]
}
}