Skip to content

Commit 5d71cfb

Browse files
author
Christian Kaman
committed
Add tekimax-security to community catalog
Adds an entry for TEKIMAX Secure SDD, a security-first extension that wires threat modeling (STRIDE), data contracts, AI guardrails, model governance, automated red teaming, and post-implementation audit into Spec Kit's hook system. - 7 slash commands across SPECIFY / DESIGN / IMPLEMENT / VERIFY - 5 phase hooks: after_specify, after_plan, before_implement, after_implement, before_analyze - Apache-2.0 licensed - Repository: https://github.com/TEKIMAX/speckit-security
1 parent cdbea09 commit 5d71cfb

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ The following community-contributed extensions are available in [`catalog.commun
236236
| 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) |
237237
| 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) |
238238
| 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) |
239+
| TEKIMAX Secure SDD | Adds security gates to the SDD lifecycle — STRIDE threat modeling, data contracts, AI guardrails, model governance, and automated red team runs | `process` | Read+Write | [speckit-security](https://github.com/TEKIMAX/speckit-security) |
239240
| 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) |
240241
| 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) |
241242
| 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,6 +1751,41 @@
17511751
"created_at": "2026-03-02T00:00:00Z",
17521752
"updated_at": "2026-03-02T00:00:00Z"
17531753
},
1754+
"tekimax-security": {
1755+
"name": "TEKIMAX Secure SDD",
1756+
"id": "tekimax-security",
1757+
"description": "Adds security gates to the SDD lifecycle — STRIDE threat modeling, data contracts, AI guardrails, model governance, automated red team, and post-implementation audit. Seven commands wired into five Spec Kit hooks.",
1758+
"author": "Christian Kaman (TEKIMAX)",
1759+
"version": "0.2.0",
1760+
"download_url": "https://github.com/TEKIMAX/speckit-security/archive/refs/tags/v0.2.0.zip",
1761+
"repository": "https://github.com/TEKIMAX/speckit-security",
1762+
"homepage": "https://tekimax.com",
1763+
"documentation": "https://github.com/TEKIMAX/speckit-security/blob/main/docs/GETTING-STARTED.md",
1764+
"changelog": "https://github.com/TEKIMAX/speckit-security/blob/main/CHANGELOG.md",
1765+
"license": "Apache-2.0",
1766+
"requires": {
1767+
"speckit_version": ">=0.1.0"
1768+
},
1769+
"provides": {
1770+
"commands": 7,
1771+
"hooks": 5
1772+
},
1773+
"tags": [
1774+
"security",
1775+
"threat-modeling",
1776+
"stride",
1777+
"red-team",
1778+
"guardrails",
1779+
"ai-safety",
1780+
"prompt-injection",
1781+
"compliance"
1782+
],
1783+
"verified": false,
1784+
"downloads": 0,
1785+
"stars": 0,
1786+
"created_at": "2026-04-13T07:00:00Z",
1787+
"updated_at": "2026-04-13T07:00:00Z"
1788+
},
17541789
"tinyspec": {
17551790
"name": "TinySpec",
17561791
"id": "tinyspec",

0 commit comments

Comments
 (0)