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
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"name": "clawtributor",
|
|
"version": "0.0.3",
|
|
"description": "Community incident reporting for AI agents. Contribute to collective security by reporting threats.",
|
|
"author": "prompt-security",
|
|
"license": "AGPL-3.0-or-later",
|
|
"homepage": "https://clawsec.prompt.security",
|
|
"keywords": [
|
|
"security",
|
|
"reporting",
|
|
"community",
|
|
"agents",
|
|
"ai",
|
|
"vulnerability",
|
|
"contribution"
|
|
],
|
|
"sbom": {
|
|
"files": [
|
|
{
|
|
"path": "SKILL.md",
|
|
"required": true,
|
|
"description": "Community reporting skill documentation"
|
|
},
|
|
{
|
|
"path": "reporting.md",
|
|
"required": true,
|
|
"description": "Incident report format and submission guide"
|
|
}
|
|
]
|
|
},
|
|
"openclaw": {
|
|
"emoji": "🤝",
|
|
"category": "security",
|
|
"requires": {
|
|
"bins": [
|
|
"curl",
|
|
"git",
|
|
"gh"
|
|
]
|
|
},
|
|
"triggers": [
|
|
"report vulnerability",
|
|
"report attack",
|
|
"clawtributor",
|
|
"submit report",
|
|
"security report",
|
|
"contribute report",
|
|
"report incident",
|
|
"report threat"
|
|
]
|
|
}
|
|
}
|