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.md contains instructions to execute grep, python3, and open (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 fonttools library.
  • Evidence: SKILL.md suggests installing it via pip3 install --user fonttools if missing.
  • Analysis: fonttools is 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.py sets a copyright string containing revfactory@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
Risk Level
SAFE
Analyzed
Aug 23, 2026, 06:02 AM
Security Audit — agent-trust-hub — font-build