Skip to content

Commit 82ec9e1

Browse files
kaman1claude
andcommitted
catalog: add tekimax-security community extension
Adds a catalog.community.json entry for TEKIMAX Secure SDD (speckit-security), an Apache-2.0 Spec Kit extension that layers six security gates onto the spec-driven development lifecycle: STRIDE threat modeling, AI guardrails, data contracts, model governance, red teaming, and a post-implementation audit for inline prompts, committed secrets, and direct SDK imports outside the AI gateway. Provides 8 slash commands and wires into 5 Spec Kit phase hooks (after_specify, after_plan, before_implement, after_implement, before_analyze). Repository: https://github.com/TEKIMAX/speckit-security Docs: https://speckit.tekimax.com Release: v0.2.5 License: Apache-2.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c0152e4 commit 82ec9e1

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

extensions/catalog.community.json

Lines changed: 36 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-13T23:01:30Z",
3+
"updated_at": "2026-04-14T15:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1835,6 +1835,41 @@
18351835
"created_at": "2026-03-02T00:00:00Z",
18361836
"updated_at": "2026-03-02T00:00:00Z"
18371837
},
1838+
"tekimax-security": {
1839+
"name": "TEKIMAX Secure SDD",
1840+
"id": "tekimax-security",
1841+
"description": "Security-first extension for Spec Kit. Adds STRIDE threat modeling, AI guardrails, data contracts, model governance, red teaming, and six blocking security gates to the spec-driven development lifecycle.",
1842+
"author": "TEKIMAX",
1843+
"version": "0.2.5",
1844+
"download_url": "https://github.com/TEKIMAX/speckit-security/archive/refs/tags/v0.2.5.zip",
1845+
"repository": "https://github.com/TEKIMAX/speckit-security",
1846+
"homepage": "https://speckit.tekimax.com",
1847+
"documentation": "https://speckit.tekimax.com/docs/",
1848+
"changelog": "https://github.com/TEKIMAX/speckit-security/blob/main/CHANGELOG.md",
1849+
"license": "Apache-2.0",
1850+
"requires": {
1851+
"speckit_version": ">=0.1.0"
1852+
},
1853+
"provides": {
1854+
"commands": 8,
1855+
"hooks": 5
1856+
},
1857+
"tags": [
1858+
"security",
1859+
"threat-modeling",
1860+
"red-team",
1861+
"guardrails",
1862+
"ai-safety",
1863+
"compliance",
1864+
"stride",
1865+
"tekimax"
1866+
],
1867+
"verified": false,
1868+
"downloads": 0,
1869+
"stars": 0,
1870+
"created_at": "2026-04-13T00:00:00Z",
1871+
"updated_at": "2026-04-14T00:00:00Z"
1872+
},
18381873
"tinyspec": {
18391874
"name": "TinySpec",
18401875
"id": "tinyspec",

0 commit comments

Comments
 (0)