dotnet-file-io
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The content is entirely instructional and does not include any executable scripts or hidden commands. It provides code examples that adhere to security best practices.
- [SAFE]: The skill proactively addresses common vulnerabilities by teaching developers to avoid
Path.Combinewhen handling untrusted input, explaining how it can be exploited for path traversal, and providing a robustSafeResolvePathimplementation. - [SAFE]: It emphasizes secure temporary file management by recommending cryptographically random names and atomic file creation flags to prevent race conditions and predictability vulnerabilities.
Audit Metadata