You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "codeguard-security",
3
3
"description": "Security code review skill based on Project CodeGuard's comprehensive security rules. Helps AI coding agents write secure code and prevent common vulnerabilities.",
These rules apply based on the programming language, framework, or feature being implemented. Claude automatically selects relevant rules based on context:
172
170
@@ -182,6 +180,7 @@ These rules apply based on the programming language, framework, or feature being
Copy file name to clipboardExpand all lines: skills/software-security/SKILL.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
---
2
2
name: software-security
3
3
description: A software security skill that integrates with Project CodeGuard to help AI coding agents write secure code and prevent common vulnerabilities. Use this skill when writing, reviewing, or modifying code to ensure secure-by-default practices are followed.
4
-
metadata:
5
-
codeguard-version: "1.0.0"
4
+
codeguard-version: "1.0.1"
6
5
framework: "Project CodeGuard"
7
6
purpose: "Embed secure-by-default practices into AI coding workflows"
8
7
---
@@ -25,13 +24,13 @@ When writing or reviewing code:
25
24
-`codeguard-1-hardcoded-credentials.md` - Never hardcode secrets, passwords, API keys, or tokens
26
25
-`codeguard-1-crypto-algorithms.md` - Use only modern, secure cryptographic algorithms
27
26
-`codeguard-1-digital-certificates.md` - Validate and manage digital certificates securely
28
-
-`codeguard-1-safe-c-functions.md` - Avoid unsafe C/C++ functions and use safe alternatives
29
27
2. Context-Specific Rules: Apply rules from /rules directory based on the language of the feature being implemented using the table given below:
Copy file name to clipboardExpand all lines: sources/core/codeguard-SKILLS.md.template
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
---
2
2
name: software-security
3
3
description: A software security skill that integrates with Project CodeGuard to help AI coding agents write secure code and prevent common vulnerabilities. Use this skill when writing, reviewing, or modifying code to ensure secure-by-default practices are followed.
4
-
metadata:
5
-
codeguard-version: "1.0.0"
4
+
codeguard-version: "x.x.x"
6
5
framework: "Project CodeGuard"
7
6
purpose: "Embed secure-by-default practices into AI coding workflows"
8
7
---
@@ -25,7 +24,6 @@ When writing or reviewing code:
25
24
- `codeguard-1-hardcoded-credentials.md` - Never hardcode secrets, passwords, API keys, or tokens
26
25
- `codeguard-1-crypto-algorithms.md` - Use only modern, secure cryptographic algorithms
27
26
- `codeguard-1-digital-certificates.md` - Validate and manage digital certificates securely
28
-
- `codeguard-1-safe-c-functions.md` - Avoid unsafe C/C++ functions and use safe alternatives
29
27
2. Context-Specific Rules: Apply rules from /rules directory based on the language of the feature being implemented using the table given below:
0 commit comments