File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727[ ![ Tests] ( https://github.com/TEKIMAX/speckit-security/actions/workflows/test.yml/badge.svg )] ( https://github.com/TEKIMAX/speckit-security/actions/workflows/test.yml )
2828[ ![ Made by TEKIMAX] ( https://img.shields.io/badge/made%20by-TEKIMAX-fbbf24 )] ( https://tekimax.com )
2929
30- > ** Built on top of [ GitHub Spec Kit] ( https://github.com/github/spec-kit ) .**
31- > Spec Kit handles the spec-driven development lifecycle; this extension
32- > layers security gates on top. Install Spec Kit first, then add this
33- > extension alongside it.
30+ > ** Community extension for [ GitHub Spec Kit] ( https://github.com/github/spec-kit ) .**
31+ > This is an independent, third-party extension built by
32+ > [ TEKIMAX] ( https://tekimax.com ) . It is ** not** officially endorsed,
33+ > approved, or maintained by GitHub. Spec Kit handles the spec-driven
34+ > development lifecycle; this extension layers security gates on top
35+ > using Spec Kit's public extension API. Install Spec Kit first, then
36+ > add this extension alongside it.
3437
3538---
3639
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: A security-first extension for GitHub Spec Kit that catches AI tech
55
66## What is speckit-security?
77
8- ` speckit-security ` is an extension for
8+ ` speckit-security ` is a ** community extension** for
99[ GitHub Spec Kit] ( https://github.com/github/spec-kit ) that adds
1010** security gates** to the spec-driven development lifecycle. It hooks
1111directly into Spec Kit's ` after_specify ` , ` after_plan ` , ` before_implement ` ,
@@ -14,6 +14,12 @@ technical debt at the cheapest point in the lifecycle: at the spec
1414and artifact level, before ` /speckit.implement ` generates the bulk
1515of the feature code.
1616
17+ > ** Disclaimer:** ` speckit-security ` is an independent, third-party
18+ > extension built and maintained by [ TEKIMAX] ( https://tekimax.com ) .
19+ > It is ** not** officially endorsed, approved, or maintained by GitHub.
20+ > It uses Spec Kit's public extension API and community catalog. GitHub
21+ > and Spec Kit are trademarks of GitHub, Inc.
22+
1723> ** One layer, not the whole program.** ` speckit-security ` is a
1824> ** starting point** , not a complete security solution. It catches a
1925> specific class of AI-delivery issues at design and commit time. It
Original file line number Diff line number Diff line change @@ -68,10 +68,11 @@ export default function HomePage() {
6868 </ div >
6969
7070 < p className = "max-w-xl text-xs text-fd-muted-foreground/80 italic mb-6 border-l-2 border-fd-border pl-3" >
71- Not a complete security solution. One layer of the
72- spec-driven development lifecycle, designed to run alongside
73- SAST, dependency scanning, runtime monitoring, and your
74- existing compliance tooling.
71+ Independent community extension, not officially endorsed or
72+ maintained by GitHub. Not a complete security solution — one
73+ layer of the spec-driven development lifecycle, designed to
74+ run alongside SAST, dependency scanning, runtime monitoring,
75+ and your existing compliance tooling.
7576 </ p >
7677
7778 < div >
You can’t perform that action at this time.
0 commit comments