secure-coding
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is entirely instructional and does not contain malicious code or commands. All examples are clearly labeled to distinguish between insecure and secure practices.- [COMMAND_EXECUTION]: Static analysis identified the use of dangerous functions like
eval()andexec()in code snippets. These are used strictly as negative examples to illustrate remote code execution (RCE) vulnerabilities and are accompanied by explicit warnings (e.g., "Never do this") and secure alternatives.- [CREDENTIALS_UNSAFE]: The skill discusses secrets management and uses generic placeholders (likesk-XXXXXXXXXXXXXXXX) for illustrative purposes. It correctly advises against hardcoding secrets and recommends the use of environment variables and secrets managers.- [EXTERNAL_DOWNLOADS]: The skill references reputable security tools and libraries such asgitleaks,bcrypt, andbleachfor educational purposes. No suspicious remote code downloads or execution patterns were detected.
Audit Metadata