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
PdfExportHelpercorrectly usescontext.cacheDirfor temporary storage and includes a regex-based sanitization step (filename.replace(Regex("[^a-zA-Z0-9._-]"), "_")) to prevent directory traversal attacks. Use ofFileProviderfor sharing generated documents viaIntent.ACTION_SENDadheres to Android's secure file sharing protocols. No malicious code, obfuscation, or unauthorized data exfiltration patterns were detected.
Audit Metadata