Skip to content

Commit 5678ca7

Browse files
DyanGalihCopilot
andauthored
Add security-review v1.1.1 to community extensions catalog (#2073)
* Add security-review v1.1.0 to community catalog * Format README and community catalog entries * Set security-review author to DyanGalih * Update extensions/catalog.community.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Bump security-review to v1.1.1 * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix linting: use asterisk emphasis, fix architecuture typo * Revert "Format README and community catalog entries" This reverts commit 32e7471. * Restore README table to upstream format --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 94ba857 commit 5678ca7

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ The following community-contributed extensions are available in [`catalog.commun
217217
| Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates | `docs` | Read+Write | [spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective) |
218218
| Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification | `code` | Read-only | [spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review) |
219219
| SDD Utilities | Resume interrupted workflows, validate project health, and verify spec-to-task traceability | `process` | Read+Write | [speckit-utils](https://github.com/mvanhorn/speckit-utils) |
220+
| Security Review | Comprehensive security audit of codebases using AI-powered DevSecOps analysis | `code` | Read-only | [spec-kit-security-review](https://github.com/DyanGalih/spec-kit-security-review) |
220221
| Staff Review Extension | Staff-engineer-level code review that validates implementation against spec, checks security, performance, and test coverage | `code` | Read-only | [spec-kit-staff-review](https://github.com/arunt14/spec-kit-staff-review) |
221222
| Superpowers Bridge | Orchestrates obra/superpowers skills within the spec-kit SDD workflow across the full lifecycle (clarification, TDD, review, verification, critique, debugging, branch completion) | `process` | Read+Write | [superpowers-bridge](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/superpowers-bridge) |
222223
| Ship Release Extension | Automates release pipeline: pre-flight checks, branch sync, changelog generation, CI verification, and PR creation | `process` | Read+Write | [spec-kit-ship](https://github.com/arunt14/spec-kit-ship) |

extensions/catalog.community.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@
975975
"repoindex":{
976976
"name": "Repository Index",
977977
"id": "repoindex",
978-
"description": "Generate index of your repo for overview, architecuture and module",
978+
"description": "Generate index of your repo for overview, architecture and module",
979979
"author": "Yiyu Liu",
980980
"version": "1.0.0",
981981
"download_url": "https://github.com/liuyiyu/spec-kit-repoindex/archive/refs/tags/v1.0.0.zip",
@@ -1105,6 +1105,38 @@
11051105
"created_at": "2026-03-06T00:00:00Z",
11061106
"updated_at": "2026-03-06T00:00:00Z"
11071107
},
1108+
"security-review": {
1109+
"name": "Security Review",
1110+
"id": "security-review",
1111+
"description": "Comprehensive security audit of codebases using AI-powered DevSecOps analysis",
1112+
"author": "DyanGalih",
1113+
"version": "1.1.1",
1114+
"download_url": "https://github.com/DyanGalih/spec-kit-security-review/archive/refs/tags/v1.1.1.zip",
1115+
"repository": "https://github.com/DyanGalih/spec-kit-security-review",
1116+
"homepage": "https://github.com/DyanGalih/spec-kit-security-review",
1117+
"documentation": "https://github.com/DyanGalih/spec-kit-security-review/blob/main/README.md",
1118+
"changelog": "https://github.com/DyanGalih/spec-kit-security-review/blob/main/CHANGELOG.md",
1119+
"license": "MIT",
1120+
"requires": {
1121+
"speckit_version": ">=0.1.0"
1122+
},
1123+
"provides": {
1124+
"commands": 3,
1125+
"hooks": 0
1126+
},
1127+
"tags": [
1128+
"security",
1129+
"devsecops",
1130+
"audit",
1131+
"owasp",
1132+
"compliance"
1133+
],
1134+
"verified": false,
1135+
"downloads": 0,
1136+
"stars": 0,
1137+
"created_at": "2026-04-03T03:24:03Z",
1138+
"updated_at": "2026-04-03T04:15:00Z"
1139+
},
11081140
"ship": {
11091141
"name": "Ship Release Extension",
11101142
"id": "ship",

0 commit comments

Comments
 (0)