applying-brand-guidelines
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- General Functionality: The skill defines visual and document standards for a hypothetical organization (Acme Corporation). It includes Python scripts to automate the application of brand colors, fonts, and layouts to document configurations and to validate text against these standards.
- Code Safety: The provided Python scripts (
apply_brand.pyandvalidate_brand.py) use only standard libraries (json, re, dataclasses, typing). They do not perform any risky actions such as network communication, subprocess execution, or arbitrary file system writes. - Data Privacy: There are no hardcoded credentials or references to sensitive system files. The scripts process input data structures and return formatted versions or validation reports, maintaining a clear boundary of operation.
- No Injection Risks: The instructional content in the markdown files is purely descriptive of branding rules and does not contain patterns associated with prompt injection or behavioral overrides.
Audit Metadata