mirror of
https://github.com/prompt-security/clawsec.git
synced 2026-06-13 05:28:02 +03:00
c1d1824f86
* ci(skills): publish release trust packets * ci(skills): simulate beta tag releases * ci(skills): match release version bump rules * chore(skills): group agent skills for installer * chore(skills): make clawtributor global * chore(skills): bump all skills for trust release * ci(skills): require npx install docs * fix(skills): simulate prerelease tag versions * fix(skills): aggregate trust artifact checksum failures * fix(frontend): advertise npx skills suite install * chore(frontend): drop ad hoc homepage copy test * fix(ci): run skill release tooling tests
71 lines
2.1 KiB
JSON
71 lines
2.1 KiB
JSON
{
|
|
"name": "clawsec-feed",
|
|
"version": "0.0.9",
|
|
"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": "CHANGELOG.md",
|
|
"required": true,
|
|
"description": "Version history for advisory feed updates"
|
|
},
|
|
{
|
|
"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": [
|
|
"bash",
|
|
"curl",
|
|
"jq",
|
|
"shasum",
|
|
"unzip"
|
|
]
|
|
},
|
|
"execution": {
|
|
"always": false,
|
|
"persistence": "No local persistence or automation is created by the standalone feed package; recurring polling is handled by clawsec-suite or the operator.",
|
|
"network_egress": "Standalone installation downloads release artifacts and optional feed updates from Prompt Security GitHub/website endpoints."
|
|
},
|
|
"operator_review": [
|
|
"This package is primarily signed advisory data plus install instructions; it does not itself create cron jobs or send data outward.",
|
|
"Verify release provenance and checksums before installing on production hosts.",
|
|
"If you need automated polling or host-side enforcement, use clawsec-suite which owns that automation layer."
|
|
],
|
|
"triggers": [
|
|
"security advisories",
|
|
"check advisories",
|
|
"clawsec",
|
|
"threat feed",
|
|
"security alerts",
|
|
"vulnerability feed",
|
|
"advisory feed",
|
|
"security news"
|
|
]
|
|
}
|
|
}
|