mktemp-d
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a security best-practice guide for shell scripting. It explicitly discourages the use of hardcoded paths in shared temporary directories (like
/tmp), which is a known source of race conditions and local privilege escalation vulnerabilities. It provides correct examples of usingmktemp -dto create isolated environments for temporary artifacts. No suspicious network operations, obfuscation, or unauthorized access patterns are present.
Audit Metadata