Skip to content

Commit 7222d73

Browse files
kaman1claude
andcommitted
docs: add third-party disclaimer — not endorsed by GitHub
speckit-security is an independent community extension using Spec Kit's public extension API. Added clear disclaimers to README, docs overview page, and homepage hero stating this is not officially endorsed, approved, or maintained by GitHub. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cd7fc04 commit 7222d73

3 files changed

Lines changed: 19 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,13 @@
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

docs-site/content/docs/index.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1111
directly 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
1414
and artifact level, before `/speckit.implement` generates the bulk
1515
of 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

docs-site/src/app/(home)/page.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)