Skip to content

Commit 01d07e2

Browse files
github-actions[bot]CopilotCopilotmnriem
authored
[bundle] Add SicarioSpec Security & Governance Bundle to community catalog (#3636)
* Add SicarioSpec Security & Governance Bundle to community catalog - Adds sicario-spec v0.5.1 entry to bundles/catalog.community.json - Adds row to docs/community/bundles.md - Bundle provides 1 extension (sicario-guard) and 11 presets - Required companion preset and extension catalogs are documented in README - Validated: bundle ID, version, repository, release artifact, catalog entry shape, checklists Closes #3619 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: revert sicario-spec bundle entry pending upstream README correction The upstream README uses mutable raw.githubusercontent.com/main catalog URLs instead of the v0.5.1 release-pinned URLs submitted in issue #3619, failing the required-catalog consistency check. Removing the catalog entry and docs row until the README is updated to match the submitted pinned URLs. Assisted-by: GitHub Copilot (model: claude-sonnet-4-5, autonomous) * Revert "fix: revert sicario-spec bundle entry pending upstream README correction" This reverts commit 94ee596. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com>
1 parent 956ecab commit 01d07e2

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)