File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ This skill should be activated when:
2323When writing or reviewing code:
24241 . 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
26292 . 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
You can’t perform that action at this time.
0 commit comments