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.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "clawsec-feed",
|
|
"version": "0.0.4",
|
|
"description": "Security advisory feed monitoring for AI agents. Subscribe to community-driven threat intelligence.",
|
|
"author": "prompt-security",
|
|
"license": "AGPL-3.0-or-later",
|
|
"homepage": "https://clawsec.prompt.security",
|
|
"keywords": [
|
|
"security",
|
|
"advisory",
|
|
"feed",
|
|
"agents",
|
|
"ai",
|
|
"threat-intel",
|
|
"monitoring"
|
|
],
|
|
"sbom": {
|
|
"files": [
|
|
{
|
|
"path": "SKILL.md",
|
|
"required": true,
|
|
"description": "Advisory feed skill documentation"
|
|
},
|
|
{
|
|
"path": "advisories/feed.json",
|
|
"required": true,
|
|
"description": "Community security advisory feed"
|
|
}
|
|
]
|
|
},
|
|
"openclaw": {
|
|
"emoji": "📡",
|
|
"category": "security",
|
|
"feed_url": "https://api.github.com/repos/prompt-security/ClawSec/releases?skill=clawsec-feed",
|
|
"requires": {
|
|
"bins": [
|
|
"curl",
|
|
"jq"
|
|
]
|
|
},
|
|
"triggers": [
|
|
"security advisories",
|
|
"check advisories",
|
|
"clawsec",
|
|
"threat feed",
|
|
"security alerts",
|
|
"vulnerability feed",
|
|
"advisory feed",
|
|
"security news"
|
|
]
|
|
}
|
|
}
|