-
Notifications
You must be signed in to change notification settings - Fork 7.7k
catalog: add tekimax-security community extension (v0.3.1) #2215
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 | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,6 +1,6 @@ | ||||||||||
| { | ||||||||||
| "schema_version": "1.0", | ||||||||||
| "updated_at": "2026-04-16T18:00:00Z", | ||||||||||
| "updated_at": "2026-04-16T18:40:00Z", | ||||||||||
| "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", | ||||||||||
| "extensions": { | ||||||||||
| "aide": { | ||||||||||
|
|
@@ -1963,6 +1963,40 @@ | |||||||||
| "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 — 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.", | ||||||||||
| "author": "Christian Kaman (TEKIMAX)", | ||||||||||
| "version": "0.3.1", | ||||||||||
| "license": "Apache-2.0", | ||||||||||
| "homepage": "https://speckit.tekimax.com", | ||||||||||
| "repository": "https://github.com/TEKIMAX/speckit-security", | ||||||||||
| "documentation": "https://speckit.tekimax.com", | ||||||||||
| "changelog": "https://github.com/TEKIMAX/speckit-security/blob/main/CHANGELOG.md", | ||||||||||
| "download_url": "https://github.com/TEKIMAX/speckit-security/archive/refs/tags/v0.3.1.zip", | ||||||||||
| "requires": { | ||||||||||
| "speckit_version": ">=0.1.0" | ||||||||||
| }, | ||||||||||
| "provides": { | ||||||||||
| "commands": 9, | ||||||||||
| "hooks": 5 | ||||||||||
| }, | ||||||||||
| "tags": [ | ||||||||||
| "security", | ||||||||||
| "threat-modeling", | ||||||||||
| "red-team", | ||||||||||
| "guardrails", | ||||||||||
| "ai-safety", | ||||||||||
| "compliance", | ||||||||||
| "tekimax" | ||||||||||
| ], | ||||||||||
| "verified": false, | ||||||||||
| "downloads": 0, | ||||||||||
| "stars": 0, | ||||||||||
| "created_at": "2026-04-16T00:00:00Z", | ||||||||||
| "updated_at": "2026-04-16T00:00:00Z" | ||||||||||
|
Comment on lines
+1997
to
+1998
|
||||||||||
| "created_at": "2026-04-16T00:00:00Z", | |
| "updated_at": "2026-04-16T00:00:00Z" | |
| "created_at": "2026-04-16T18:40:00Z", | |
| "updated_at": "2026-04-16T18:40:00Z" |
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 catalog schema/publishing guide requires
descriptionto be brief (<200 chars). This new entry’s description is far longer and likely to violate the documented schema; please shorten it to a concise summary and move detail to README/docs.