Skip to content

Commit a24efbd

Browse files
committed
catalog: add tekimax-security v0.3.1 community extension
Adds the TEKIMAX Secure SDD extension to extensions/catalog.community.json and the Community Extensions table in README.md (alphabetical, between Superpowers Bridge and TinySpec per maintainer guidance on PR #2215). Catalog entry: - version: 0.3.1 (current shipped release) - created_at == updated_at == 2026-04-16 (first-publish timestamps match per Copilot review feedback on PR #2215) - download_url points at the v0.3.1 release tag - provides: 9 commands, 5 hooks - license: Apache-2.0 Repo: https://github.com/TEKIMAX/speckit-security Release: https://github.com/TEKIMAX/speckit-security/releases/tag/v0.3.1 Addresses #2215 review comments (@mnriem, @copilot-pull-request-reviewer): - README row added in Community Extensions section (alphabetical). - created_at / updated_at on the entry match on first publish. - PR description, catalog entry version, and download_url are consistent at v0.3.1.
1 parent 669e253 commit a24efbd

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ The following community-contributed extensions are available in [`catalog.commun
250250
| Staff Review Extension | Staff-engineer-level code review that validates implementation against spec, checks security, performance, and test coverage | `code` | Read-only | [spec-kit-staff-review](https://github.com/arunt14/spec-kit-staff-review) |
251251
| Status Report | Project status, feature progress, and next-action recommendations for spec-driven workflows | `visibility` | Read-only | [Open-Agent-Tools/spec-kit-status](https://github.com/Open-Agent-Tools/spec-kit-status) |
252252
| Superpowers Bridge | Orchestrates obra/superpowers skills within the spec-kit SDD workflow across the full lifecycle (clarification, TDD, review, verification, critique, debugging, branch completion) | `process` | Read+Write | [superpowers-bridge](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/superpowers-bridge) |
253+
| TEKIMAX Secure SDD | Security-first extension — threat modeling (STRIDE), red teaming, AI guardrails, data contracts, model governance, polyglot inline-content scan, dependency CVE scan (Gate G), tamper-evident hash-chain audit logs | `process` | Read+Write | [speckit-security](https://github.com/TEKIMAX/speckit-security) |
253254
| TinySpec | Lightweight single-file workflow for small tasks — skip the heavy multi-step SDD process | `process` | Read+Write | [spec-kit-tinyspec](https://github.com/Quratulain-bilal/spec-kit-tinyspec) |
254255
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | `docs` | Read+Write | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) |
255256
| Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts | `code` | Read-only | [spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify) |

extensions/catalog.community.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-16T18:00:00Z",
3+
"updated_at": "2026-04-16T18:40:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1963,6 +1963,40 @@
19631963
"created_at": "2026-03-02T00:00:00Z",
19641964
"updated_at": "2026-03-02T00:00:00Z"
19651965
},
1966+
"tekimax-security": {
1967+
"name": "TEKIMAX Secure SDD",
1968+
"id": "tekimax-security",
1969+
"description": "Security-first extension for Spec Kit — threat modeling (STRIDE), red teaming, AI guardrails, data contracts, model governance, polyglot inline-content scan, dependency CVE scan (Gate G via osv-scanner / pnpm / npm / yarn), and project-root-confined scripts with tamper-evident hash-chain audit logs.",
1970+
"author": "Christian Kaman (TEKIMAX)",
1971+
"version": "0.3.1",
1972+
"license": "Apache-2.0",
1973+
"homepage": "https://speckit.tekimax.com",
1974+
"repository": "https://github.com/TEKIMAX/speckit-security",
1975+
"documentation": "https://speckit.tekimax.com",
1976+
"changelog": "https://github.com/TEKIMAX/speckit-security/blob/main/CHANGELOG.md",
1977+
"download_url": "https://github.com/TEKIMAX/speckit-security/archive/refs/tags/v0.3.1.zip",
1978+
"requires": {
1979+
"speckit_version": ">=0.1.0"
1980+
},
1981+
"provides": {
1982+
"commands": 9,
1983+
"hooks": 5
1984+
},
1985+
"tags": [
1986+
"security",
1987+
"threat-modeling",
1988+
"red-team",
1989+
"guardrails",
1990+
"ai-safety",
1991+
"compliance",
1992+
"tekimax"
1993+
],
1994+
"verified": false,
1995+
"downloads": 0,
1996+
"stars": 0,
1997+
"created_at": "2026-04-16T00:00:00Z",
1998+
"updated_at": "2026-04-16T00:00:00Z"
1999+
},
19662000
"tinyspec": {
19672001
"name": "TinySpec",
19682002
"id": "tinyspec",

0 commit comments

Comments
 (0)