brandfy-tipografia-web
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
scripts/download-fonts.mjsfetches font files from remote URLs defined in a.brandfy/fonts.jsonmanifest. The script correctly enforces HTTPS for all downloads and provides optional SHA-256 hash verification to ensure file integrity. - [COMMAND_EXECUTION]: The skill instructions involve executing a local Node.js script (
scripts/download-fonts.mjs) to process the font manifest and generate files. - [SAFE]: The script implements security best practices for file operations. It includes a filename validator (
safeFileName) that prevents path traversal attacks by ensuring font filenames are restricted to safe characters and do not contain path segments. It also resolves output paths usingpath.resolveandpath.joincorrectly.
Audit Metadata