Skip to content

Commit 956b366

Browse files
santosomarCopilot
andauthored
Update skills/software-security/SKILL.md
Co-authored-by: Copilot <[email protected]>
1 parent 393b760 commit 956b366

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

skills/software-security/SKILL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ This skill should be activated when:
2323
When writing or reviewing code:
2424
1. Always-Apply Rules: Some rules MUST be checked on every code operation:
2525
- `codeguard-1-hardcoded-credentials.md` - Never hardcode secrets, passwords, API keys, or tokens
26+
- `codeguard-1-crypto-algorithms.md` - Use only modern, secure cryptographic algorithms
27+
- `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
2629
2. Context-Specific Rules: Apply rules based on the technology, language, or feature being implemented:
2730
- Review the relevant rule files in the `rules/` directory
2831
- Match rules to the specific languages and technologies in use

0 commit comments

Comments
 (0)