Skip to content

Add tekimax-security v0.3.0 to community catalog#2237

Open
kaman1 wants to merge 2 commits intogithub:mainfrom
TEKIMAX:update-tekimax-security-v0.3.0
Open

Add tekimax-security v0.3.0 to community catalog#2237
kaman1 wants to merge 2 commits intogithub:mainfrom
TEKIMAX:update-tekimax-security-v0.3.0

Conversation

@kaman1
Copy link
Copy Markdown

@kaman1 kaman1 commented Apr 16, 2026

Summary

  • Adds the TEKIMAX Secure SDD extension (tekimax-security v0.3.0) to the community catalog
  • Security-first extension: threat modeling (STRIDE), automated red teaming, AI guardrails, data contracts, model governance gates
  • 8 commands, 5 hooks, 15 automated tests, Apache 2.0

What it does

tekimax-security layers six security gates on top of Spec Kit's SDD lifecycle:

Gate Phase Catches
Data Contract SPECIFY Unvetted sources, unprotected PII, undeclared schemas
Threat Model DESIGN STRIDE coverage, unmitigated high/critical threats
Model Governance DESIGN Unpinned versions, missing rollback plans, no eval baselines
Guardrails SPECIFY/IMPLEMENT Missing input validation / output redaction, non-numeric rate limits
Red Team VERIFY Automated adversarial testing against staging
Inline Content Scan IMPLEMENT Committed secrets, inline prompts, direct SDK imports

v0.3.0 highlights

  • Project-root confinement — scripts cannot access files outside the project directory
  • Tamper-evident hash chain — every gate-log entry links to the previous via SHA-256
  • JSONL injection prevention — all log output uses Python json.dumps
  • Security Model docs page at speckit.tekimax.com/docs/security
  • Ask AI docs chat at speckit.tekimax.com/chat (Llama 3.3 70B on Workers AI)

Verification

  • extension.yml validates (v0.3.0)
  • Installs cleanly via specify extension add --dev
  • All 8 commands register correctly
  • 15/15 tests pass on macOS and Ubuntu
  • ShellCheck passes on all scripts
  • Zero open Dependabot vulnerabilities
  • Apache 2.0 license

Links

Compatibility

Requires speckit_version >= 0.1.0.

🤖 Generated with Claude Code

Adds the TEKIMAX Secure SDD extension — security gates for
spec-driven development with AI agents. Threat modeling (STRIDE),
automated red teaming, AI guardrails, data contracts, model
governance, and project-root-confined scripts with tamper-evident
hash-chain audit logs.

8 commands, 5 hooks, 15 tests, Apache 2.0.
Docs: https://speckit.tekimax.com
Repo: https://github.com/TEKIMAX/speckit-security

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds the tekimax-security community extension (TEKIMAX Secure SDD) to Spec Kit’s community extension discovery catalog.

Changes:

  • Adds a new tekimax-security entry (v0.3.0) with metadata, URLs, requirements, and tags to extensions/catalog.community.json.
Show a summary per file
File Description
extensions/catalog.community.json Adds the tekimax-security extension metadata to the community catalog.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 3

Comment thread extensions/catalog.community.json Outdated
Comment thread extensions/catalog.community.json Outdated
Comment thread extensions/catalog.community.json Outdated
Copy link
Copy Markdown
Collaborator

@mnriem mnriem left a comment

Choose a reason for hiding this comment

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

Please address Copilot feedback

1. Moved tekimax-security entry to correct alphabetical position
   (between "sync" and "tinyspec")
2. Aligned created_at and updated_at to 2026-04-16, bumped
   file-level updated_at
3. Added row to Community Extensions table in README.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@kaman1
Copy link
Copy Markdown
Author

kaman1 commented Apr 16, 2026

Hi @mnriem — all three Copilot feedback items have been addressed in commit 172a25c:

  1. Alphabetical ordering — moved tekimax-security entry to the correct position (between sync and tinyspec)
  2. Timestamps — aligned created_at and updated_at to 2026-04-16T00:00:00Z and bumped the file-level updated_at
  3. README table — added a row to the Community Extensions table in the correct alphabetical position

Ready for re-review when you get a chance. Thanks!

@mnriem mnriem self-requested a review April 16, 2026 17:43
Copy link
Copy Markdown
Collaborator

@mnriem mnriem left a comment

Choose a reason for hiding this comment

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

Please resolve conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants