-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Add tekimax-security to community catalog #2200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1751,6 +1751,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": "Adds security gates to the SDD lifecycle — STRIDE threat modeling, data contracts, AI guardrails, model governance, automated red team, and post-implementation audit. Eight commands wired into five Spec Kit hooks. Rules can be installed into the project constitution and agent context files so they bind the AI agent at runtime.", | ||
| "author": "Christian Kaman (TEKIMAX)", | ||
| "version": "0.2.2", | ||
| "download_url": "https://github.com/TEKIMAX/speckit-security/archive/refs/tags/v0.2.2.zip", | ||
| "repository": "https://github.com/TEKIMAX/speckit-security", | ||
| "homepage": "https://tekimax.com", | ||
| "documentation": "https://github.com/TEKIMAX/speckit-security/blob/main/docs/GETTING-STARTED.md", | ||
| "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", | ||
| "stride", | ||
| "red-team", | ||
| "guardrails", | ||
| "ai-safety", | ||
| "prompt-injection", | ||
| "compliance" | ||
| ], | ||
| "verified": false, | ||
| "downloads": 0, | ||
| "stars": 0, | ||
| "created_at": "2026-04-13T07:00:00Z", | ||
| "updated_at": "2026-04-13T08:30:00Z" | ||
|
Comment on lines
+1783
to
+1787
|
||
| }, | ||
| "tinyspec": { | ||
| "name": "TinySpec", | ||
| "id": "tinyspec", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description states the extension ships 7 commands and links to release
v0.2.0, but the catalog entry saysprovides.commands: 8/ “Eight commands …” and setsversion/download_urlto0.2.2. Please reconcile these so the PR description and catalog metadata consistently reflect the same release and command count.