Skip to content

Commit f19ebf9

Browse files
Enhanced SKILL.md format for Claude Code compliance
- Updated descriptions to use 'when to use' pattern for better agent triggering - Added MIT license field to YAML frontmatter - Added 'remediation' and 'sast' tags for better discoverability - Updated source URL to point to correct repository
1 parent e4d1ea1 commit f19ebf9

53 files changed

Lines changed: 265 additions & 106 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cwe-113-http-response-splitting/SKILL.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: cwe-113-http-response-splitting
3-
description: Detect and remediate CWE-113 vulnerabilities in Java applications.
3+
description: Use this skill when you need to remediate CWE-113 (HTTP Response Splitting) vulnerabilities in Java code. Triggers on SAST findings, security reviews, or when fixing http response splitting issues.
44
version: 1.0.0
5+
license: MIT
56
tags:
67
- security
78
- java
89
- cwe-113
10+
- remediation
11+
- sast
912

1013
---
1114

@@ -175,5 +178,5 @@ SAST reports CWE-113
175178

176179
---
177180

178-
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/your-org/java-cwe-security-skills)
181+
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/DevelopersCoffee/java-cwe-security-skills)
179182
**Last Updated**: 2026-03-07

cwe-1333-redos/SKILL.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: cwe-1333-redos
3-
description: Detect and remediate CWE-1333 vulnerabilities in Java applications.
3+
description: Use this skill when you need to remediate CWE-1333 (ReDoS (Regular Expression Denial of Service)) vulnerabilities in Java code. Triggers on SAST findings, security reviews, or when fixing redos (regular expression denial of service) issues.
44
version: 1.0.0
5+
license: MIT
56
tags:
67
- security
78
- java
89
- cwe-1333
10+
- remediation
11+
- sast
912

1013
---
1114

@@ -172,5 +175,5 @@ SAST reports CWE-1333
172175

173176
---
174177

175-
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/your-org/java-cwe-security-skills)
178+
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/DevelopersCoffee/java-cwe-security-skills)
176179
**Last Updated**: 2026-03-07

cwe-190-integer-overflow/SKILL.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: cwe-190-integer-overflow
3-
description: Detect and remediate CWE-190 vulnerabilities in Java applications.
3+
description: Use this skill when you need to remediate CWE-190 (Integer Overflow) vulnerabilities in Java code. Triggers on SAST findings, security reviews, or when fixing integer overflow issues.
44
version: 1.0.0
5+
license: MIT
56
tags:
67
- security
78
- java
89
- cwe-190
10+
- remediation
11+
- sast
912

1013
---
1114

@@ -174,5 +177,5 @@ SAST reports CWE-190
174177

175178
---
176179

177-
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/your-org/java-cwe-security-skills)
180+
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/DevelopersCoffee/java-cwe-security-skills)
178181
**Last Updated**: 2026-03-07

cwe-191-integer-underflow/SKILL.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: cwe-191-integer-underflow
3-
description: Detect and remediate CWE-191 vulnerabilities in Java applications.
3+
description: Use this skill when you need to remediate CWE-191 (Integer Underflow) vulnerabilities in Java code. Triggers on SAST findings, security reviews, or when fixing integer underflow issues.
44
version: 1.0.0
5+
license: MIT
56
tags:
67
- security
78
- java
89
- cwe-191
10+
- remediation
11+
- sast
912

1013
---
1114

@@ -153,5 +156,5 @@ SAST reports CWE-191
153156

154157
---
155158

156-
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/your-org/java-cwe-security-skills)
159+
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/DevelopersCoffee/java-cwe-security-skills)
157160
**Last Updated**: 2026-03-07

cwe-200-information-exposure/SKILL.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: cwe-200-information-exposure
3-
description: Detect and remediate CWE-200 vulnerabilities in Java applications.
3+
description: Use this skill when you need to remediate CWE-200 (Information Exposure) vulnerabilities in Java code. Triggers on SAST findings, security reviews, or when fixing information exposure issues.
44
version: 1.0.0
5+
license: MIT
56
tags:
67
- security
78
- java
89
- cwe-200
10+
- remediation
11+
- sast
912

1013
---
1114

@@ -157,5 +160,5 @@ SAST reports CWE-200
157160

158161
---
159162

160-
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/your-org/java-cwe-security-skills)
163+
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/DevelopersCoffee/java-cwe-security-skills)
161164
**Last Updated**: 2026-03-07

cwe-209-error-message-exposure/SKILL.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: cwe-209-error-message-exposure
3-
description: Detect and remediate CWE-209 vulnerabilities in Java applications.
3+
description: Use this skill when you need to remediate CWE-209 (Information Exposure Through Error Message) vulnerabilities in Java code. Triggers on SAST findings, security reviews, or when fixing information exposure through error message issues.
44
version: 1.0.0
5+
license: MIT
56
tags:
67
- security
78
- java
89
- cwe-209
10+
- remediation
11+
- sast
912

1013
---
1114

@@ -175,5 +178,5 @@ SAST reports CWE-209
175178

176179
---
177180

178-
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/your-org/java-cwe-security-skills)
181+
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/DevelopersCoffee/java-cwe-security-skills)
179182
**Last Updated**: 2026-03-07

cwe-22-path-traversal/SKILL.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: cwe-22-path-traversal
3-
description: Path Traversal via unsanitized file paths
3+
description: Use this skill when you need to remediate CWE-22 (Improper Limitation of a Pathname to a Restricted Directory (Path Traversal)) vulnerabilities in Java code. Triggers on SAST findings, security reviews, or when fixing improper limitation of a pathname to a restricted directory (path traversal) issues.
44
version: 1.0.0
5+
license: MIT
56
tags:
67
- security
78
- java
89
- cwe-22
10+
- remediation
11+
- sast
912

1013
- path-traversal
1114

@@ -174,5 +177,5 @@ SAST reports CWE-22
174177

175178
---
176179

177-
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/your-org/java-cwe-security-skills)
180+
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/DevelopersCoffee/java-cwe-security-skills)
178181
**Last Updated**: 2026-03-07

cwe-259-hardcoded-password/SKILL.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: cwe-259-hardcoded-password
3-
description: Detect and remediate CWE-259 vulnerabilities in Java applications.
3+
description: Use this skill when you need to remediate CWE-259 (Hardcoded Password) vulnerabilities in Java code. Triggers on SAST findings, security reviews, or when fixing hardcoded password issues.
44
version: 1.0.0
5+
license: MIT
56
tags:
67
- security
78
- java
89
- cwe-259
10+
- remediation
11+
- sast
912

1013
---
1114

@@ -180,5 +183,5 @@ SAST reports CWE-259
180183

181184
---
182185

183-
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/your-org/java-cwe-security-skills)
186+
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/DevelopersCoffee/java-cwe-security-skills)
184187
**Last Updated**: 2026-03-07

cwe-284-improper-access-control/SKILL.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: cwe-284-improper-access-control
3-
description: Detect and remediate CWE-284 vulnerabilities in Java applications.
3+
description: Use this skill when you need to remediate CWE-284 (Improper Access Control) vulnerabilities in Java code. Triggers on SAST findings, security reviews, or when fixing improper access control issues.
44
version: 1.0.0
5+
license: MIT
56
tags:
67
- security
78
- java
89
- cwe-284
10+
- remediation
11+
- sast
912

1013
---
1114

@@ -160,5 +163,5 @@ SAST reports CWE-284
160163

161164
---
162165

163-
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/your-org/java-cwe-security-skills)
166+
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/DevelopersCoffee/java-cwe-security-skills)
164167
**Last Updated**: 2026-03-07

cwe-287-improper-authentication/SKILL.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: cwe-287-improper-authentication
3-
description: Detect and remediate CWE-287 vulnerabilities in Java applications.
3+
description: Use this skill when you need to remediate CWE-287 (Improper Authentication) vulnerabilities in Java code. Triggers on SAST findings, security reviews, or when fixing improper authentication issues.
44
version: 1.0.0
5+
license: MIT
56
tags:
67
- security
78
- java
89
- cwe-287
10+
- remediation
11+
- sast
912

1013
---
1114

@@ -157,5 +160,5 @@ SAST reports CWE-287
157160

158161
---
159162

160-
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/your-org/java-cwe-security-skills)
163+
**Source**: Generated by [Java CWE Security Skills Generator](https://github.com/DevelopersCoffee/java-cwe-security-skills)
161164
**Last Updated**: 2026-03-07

0 commit comments

Comments
 (0)