Skip to content

Commit 9cf3151

Browse files
authored
update security review extension catalog to v1.3.0 (#2374)
* chore: update security review catalog metadata * fix: sync security review catalog with v1.3.0 * chore: refresh community catalog timestamp * fix: update author information for Security Review catalog entry * fix: correct author name format in Security Review catalog entry * chore: refresh community catalog timestamps * chore: reapply catalog formatting * chore: align catalog formatting with main
1 parent 9483e5c commit 9cf3151

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ The following community-contributed extensions are available in [`catalog.commun
252252
| 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) |
253253
| Ripple | Detect side effects that tests can't catch after implementation — delta-anchored analysis across 9 domain-agnostic categories | `code` | Read+Write | [spec-kit-ripple](https://github.com/chordpli/spec-kit-ripple) |
254254
| 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) |
255-
| 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) |
255+
| Security Review | Full-project secure-by-design security audits plus staged, branch/PR, plan, task, follow-up, and apply reviews | `code` | Read+Write | [spec-kit-security-review](https://github.com/DyanGalih/spec-kit-security-review) |
256256
| SFSpeckit | Enterprise Salesforce SDLC with 18 commands for the full SDD lifecycle. | `process` | Read+Write | [spec-kit-sf](https://github.com/ysumanth06/spec-kit-sf) |
257257
| 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) |
258258
| Spec Reference Loader | Reads the ## References section from the feature spec and loads only the listed docs into context | `docs` | Read-only | [spec-kit-spec-reference-loader](https://github.com/KevinBrown5280/spec-kit-spec-reference-loader) |

extensions/catalog.community.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-28T12:00:00Z",
3+
"updated_at": "2026-04-29T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1929,10 +1929,10 @@
19291929
"security-review": {
19301930
"name": "Security Review",
19311931
"id": "security-review",
1932-
"description": "Comprehensive security audit of codebases using AI-powered DevSecOps analysis",
1932+
"description": "Full-project secure-by-design security audits plus staged, branch/PR, plan, task, follow-up, and apply reviews",
19331933
"author": "DyanGalih",
1934-
"version": "1.1.1",
1935-
"download_url": "https://github.com/DyanGalih/spec-kit-security-review/archive/refs/tags/v1.1.1.zip",
1934+
"version": "1.3.0",
1935+
"download_url": "https://github.com/DyanGalih/spec-kit-security-review/archive/refs/tags/v1.3.0.zip",
19361936
"repository": "https://github.com/DyanGalih/spec-kit-security-review",
19371937
"homepage": "https://github.com/DyanGalih/spec-kit-security-review",
19381938
"documentation": "https://github.com/DyanGalih/spec-kit-security-review/blob/main/README.md",
@@ -1942,7 +1942,7 @@
19421942
"speckit_version": ">=0.1.0"
19431943
},
19441944
"provides": {
1945-
"commands": 3,
1945+
"commands": 6,
19461946
"hooks": 0
19471947
},
19481948
"tags": [
@@ -1956,7 +1956,7 @@
19561956
"downloads": 0,
19571957
"stars": 0,
19581958
"created_at": "2026-04-03T03:24:03Z",
1959-
"updated_at": "2026-04-03T04:15:00Z"
1959+
"updated_at": "2026-04-29T00:00:00Z"
19601960
},
19611961
"sf": {
19621962
"name": "SFSpeckit — Salesforce Spec-Driven Development",

0 commit comments

Comments
 (0)