Add security-review v1.1.1 to community extensions catalog#2073
Add security-review v1.1.1 to community extensions catalog#2073DyanGalih wants to merge 12 commits intogithub:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds the “Security Review” community extension (v1.1.0) to Spec Kit’s community extension catalog and lists it in the root README, along with markdown/table formatting normalization in the README and JSON formatting normalization in the community catalog.
Changes:
- Added the Security Review extension entry (v1.1.0) to
extensions/catalog.community.json. - Added Security Review to the Community Extensions table in
README.md. - Normalized formatting of markdown tables/emphasis in
README.mdand compacted some JSON arrays/spacing inextensions/catalog.community.json.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Adds Security Review to the community extensions list and reformats multiple markdown tables/emphasis for consistency. |
| extensions/catalog.community.json | Adds the Security Review v1.1.0 catalog entry and applies formatting/compactness tweaks to various entries. |
Comments suppressed due to low confidence (1)
extensions/catalog.community.json:874
- Typo in the Repository Index description: "architecuture" should be "architecture".
"id": "repoindex",
"description": "Generate index of your repo for overview, architecuture and module",
"author": "Yiyu Liu",
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
extensions/catalog.community.json:874
- Typo in the
repoindexdescription: "architecuture" should be "architecture".
"name": "Repository Index",
"id": "repoindex",
"description": "Generate index of your repo for overview, architecuture and module",
"author": "Yiyu Liu",
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This reverts commit 32e7471.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mnriem
left a comment
There was a problem hiding this comment.
For the table please do not reformat as it makes it unclear what changed
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
done |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
README.md:225
- The Community Extensions table should remain alphabetical per the Extension Publishing Guide (extensions/EXTENSION-PUBLISHING-GUIDE.md:228). In the S-section, the rows after “Security Review” are currently out of order (e.g., “Ship Release Extension” / “Spec …” entries appear after “Staff Review Extension” / “Superpowers Bridge”). Please reorder these rows to restore alphabetical ordering by extension name.
| 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) |
| 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) |
| 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) |
| 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) |
| Spec Critique Extension | Dual-lens critical review of spec and plan from product strategy and engineering risk perspectives | `docs` | Read-only | [spec-kit-critique](https://github.com/arunt14/spec-kit-critique) |
| Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval | `docs` | Read+Write | [spec-kit-sync](https://github.com/bgervin/spec-kit-sync) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -975,7 +975,7 @@ | |||
| "repoindex":{ | |||
There was a problem hiding this comment.
While touching the repoindex entry, its key formatting is inconsistent with the rest of this JSON (it’s the only key written as "repoindex":{ without a space). Consider changing it to "repoindex": { for consistent formatting and easier diffs.
| "repoindex":{ | |
| "repoindex": { |
This PR adds Security Review v1.1.1 to the community extensions catalog and the root README community extensions table.
The branch includes follow-up metadata and formatting adjustments made during review.
For Security Review metadata, author is set to DyanGalih to match the repository maintainer.
This is a community extension and is independently maintained; this PR does not imply endorsement.
Ready for review.