android-pdf-export

Pass

Audited by Gen Agent Trust Hub on Apr 28, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides documentation and code templates for Android development. The implementation of PdfExportHelper correctly uses context.cacheDir for temporary storage and includes a regex-based sanitization step (filename.replace(Regex("[^a-zA-Z0-9._-]"), "_")) to prevent directory traversal attacks. Use of FileProvider for sharing generated documents via Intent.ACTION_SEND adheres to Android's secure file sharing protocols. No malicious code, obfuscation, or unauthorized data exfiltration patterns were detected.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 28, 2026, 07:34 AM