file-upload-processor
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security threats were identified. The skill correctly implements and recommends security-first approaches for handling untrusted file uploads. Specifically, it provides logic for validating file types via magic bytes rather than extensions, requires strict file size limits at multiple infrastructure layers, and enforces unique storage keys to mitigate risks associated with untrusted user input. The code snippets follow best practices for memory management by recommending streaming over buffering for file processing.
Audit Metadata