dotnet-file-io
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard .NET implementation patterns for file operations without any malicious intent or hidden code execution.- [SAFE]: Features a dedicated section on path traversal prevention, correctly identifying the risks associated with Path.Combine when used with user-provided paths.- [SAFE]: Recommends secure practices for temporary file creation, specifically using Path.GetRandomFileName to avoid predictable filename vulnerabilities.- [SAFE]: Provides guidance on using restrictive Unix file permissions (UnixCreateMode) and advisory locking, contributing to overall system security awareness.
Audit Metadata