-
Notifications
You must be signed in to change notification settings - Fork 7.8k
feat(catalog): add red-team extension to community catalog #2306
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
Changes from all commits
e2a4114
e349991
bb2ee40
26232e4
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-21T00:00:00Z", | ||
| "updated_at": "2026-04-22T00:00:00Z", | ||
| "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", | ||
| "extensions": { | ||
| "aide": { | ||
|
|
@@ -1523,6 +1523,38 @@ | |
| "created_at": "2026-03-14T00:00:00Z", | ||
| "updated_at": "2026-03-14T00:00:00Z" | ||
| }, | ||
| "red-team": { | ||
| "name": "Red Team", | ||
| "id": "red-team", | ||
| "description": "Adversarial review of functional specs before /speckit.plan. Parallel adversarial lens agents catch hostile actors, silent failures, and regulatory blind spots that clarify/analyze cannot.", | ||
| "author": "Ash Brener", | ||
| "version": "1.0.2", | ||
| "download_url": "https://github.com/ashbrener/spec-kit-red-team/releases/download/v1.0.2/red-team-v1.0.2.zip", | ||
| "repository": "https://github.com/ashbrener/spec-kit-red-team", | ||
| "homepage": "https://github.com/ashbrener/spec-kit-red-team", | ||
| "documentation": "https://github.com/ashbrener/spec-kit-red-team/blob/main/README.md", | ||
| "changelog": "https://github.com/ashbrener/spec-kit-red-team/blob/main/CHANGELOG.md", | ||
| "license": "MIT", | ||
| "requires": { | ||
| "speckit_version": ">=0.1.0" | ||
| }, | ||
|
ashbrener marked this conversation as resolved.
|
||
| "provides": { | ||
| "commands": 2, | ||
| "hooks": 1 | ||
| }, | ||
| "tags": [ | ||
| "adversarial-review", | ||
| "quality-gate", | ||
| "spec-hardening", | ||
| "pre-plan", | ||
| "audit" | ||
| ], | ||
| "verified": false, | ||
| "downloads": 0, | ||
| "stars": 0, | ||
| "created_at": "2026-04-22T00:00:00Z", | ||
| "updated_at": "2026-04-22T00:00:00Z" | ||
| }, | ||
|
Comment on lines
+1526
to
+1557
|
||
| "refine": { | ||
| "name": "Spec Refine", | ||
| "id": "refine", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.