Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 36 additions & 1 deletion extensions/catalog.community.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schema_version": "1.0",
"updated_at": "2026-04-13T23:01:30Z",
"updated_at": "2026-04-14T17:00:00Z",
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
"extensions": {
"aide": {
Expand Down Expand Up @@ -1835,6 +1835,41 @@
"created_at": "2026-03-02T00:00:00Z",
"updated_at": "2026-03-02T00:00:00Z"
},
"tekimax-security": {
"name": "TEKIMAX Secure SDD",
"id": "tekimax-security",
"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.",
"author": "TEKIMAX",
"version": "0.2.6",
"download_url": "https://github.com/TEKIMAX/speckit-security/archive/refs/tags/v0.2.6.zip",
"repository": "https://github.com/TEKIMAX/speckit-security",
Comment on lines +1843 to +1845
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description states the release being added is v0.2.5, but the catalog entry sets version to 0.2.6 and the download_url points at the v0.2.6 tag. Please make these consistent (either update the PR description/verification links to v0.2.6, or change the catalog entry back to v0.2.5) so consumers download the intended release.

Copilot uses AI. Check for mistakes.
"homepage": "https://speckit.tekimax.com",
"documentation": "https://speckit.tekimax.com/docs/",
"changelog": "https://github.com/TEKIMAX/speckit-security/blob/main/CHANGELOG.md",
"license": "Apache-2.0",
"requires": {
"speckit_version": ">=0.1.0"
},
"provides": {
"commands": 8,
"hooks": 5
},
"tags": [
"security",
"threat-modeling",
"red-team",
"guardrails",
"ai-safety",
"compliance",
"stride",
"tekimax"
],
"verified": false,
"downloads": 0,
"stars": 0,
"created_at": "2026-04-13T00:00:00Z",
"updated_at": "2026-04-14T17:00:00Z"
},
"tinyspec": {
"name": "TinySpec",
"id": "tinyspec",
Expand Down