Skip to content

Commit dc30ae0

Browse files
committed
Revert "fix: revert sicario-spec bundle entry pending upstream README correction"
This reverts commit 94ee596.
1 parent 94ee596 commit dc30ae0

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

bundles/catalog.community.json

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-07-15T00:00:00Z",
3+
"updated_at": "2026-07-22T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/bundles/catalog.community.json",
5-
"bundles": {}
5+
"bundles": {
6+
"sicario-spec": {
7+
"name": "SicarioSpec Security & Governance Bundle",
8+
"id": "sicario-spec",
9+
"version": "0.5.1",
10+
"role": "security-engineer",
11+
"description": "Secure-by-default governance bundle for GitHub Spec Kit. Enforces data classification, threat modeling, and code-owned verification gates.",
12+
"author": "SicarioSpec Contributors",
13+
"license": "MIT",
14+
"download_url": "https://github.com/dfirs1car1o/sicario-spec/releases/download/v0.5.1/sicario-spec-0.5.1.zip",
15+
"repository": "https://github.com/dfirs1car1o/sicario-spec",
16+
"requires": {
17+
"speckit_version": ">=0.9.0"
18+
},
19+
"provides": {
20+
"extensions": 1,
21+
"presets": 11,
22+
"steps": 0,
23+
"workflows": 0
24+
},
25+
"tags": [
26+
"security",
27+
"governance",
28+
"compliance",
29+
"appsec",
30+
"threat-modeling"
31+
],
32+
"verified": false
33+
}
34+
}
635
}

docs/community/bundles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Accepted community bundle entries are published in [`bundles/catalog.community.j
99

1010
| Bundle | Purpose | Role or team | Provides | Required catalogs | URL |
1111
|--------|---------|--------------|----------|-------------------|-----|
12+
| SicarioSpec Security & Governance Bundle | Secure-by-default governance bundle for GitHub Spec Kit. Enforces data classification, threat modeling, and code-owned verification gates. | `security-engineer` | 1 extension, 11 presets | Documented | [sicario-spec](https://github.com/dfirs1car1o/sicario-spec) |
1213

1314
## What to Submit
1415

0 commit comments

Comments
 (0)