font-build
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands for font building and verification.
- Evidence:
SKILL.mdcontains instructions to executegrep,python3, andopen(macOS). These are standard operations for a build pipeline. - Mitigation: These commands target local workspace paths (
_workspace/) and use a provided Python script, which is normal for developer tooling. - [EXTERNAL_DOWNLOADS]: The skill documents a dependency on the
fonttoolslibrary. - Evidence:
SKILL.mdsuggests installing it viapip3 install --user fonttoolsif missing. - Analysis:
fonttoolsis a well-known, industry-standard library for font manipulation. This is an expected dependency for the skill's primary purpose. - [DATA_EXPOSURE]: The script embeds contact information in the font's metadata.
- Evidence:
scripts/build_font.pysets a copyright string containingrevfactory@gmail.com. - Analysis: This is intentional metadata for a font release and matches the skill's stated purpose of font compilation and release management.
Audit Metadata