Brand Studio
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADSNO_CODE
Full Analysis
- [COMMAND_EXECUTION]: The
references/logo-creator.mdfile instructs the agent to execute Python code usingcairosvgorPillowto convert SVG logos into PNG files, which is a standard functional requirement for the skill. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted user-uploaded documents to apply branding styles. 1. Ingestion points: Files are read from
/mnt/user-data/uploads/as specified indoc-branding.mdandppt-branding.md. 2. Boundary markers: No delimiters or instructions to disregard embedded commands in user data are present. 3. Capability inventory: The skill has the ability to read and write files and execute Python code. 4. Sanitization: No sanitization or validation of the input file content is mentioned. - [EXTERNAL_DOWNLOADS]: The skill references Google Fonts (fonts.googleapis.com) to load brand-specific typography in generated HTML social media and web templates.
- [NO_CODE]: The
SKILL.mdfile claims to use a Brand Guard hook athooks/brand_guard.pyfor auto-enforcement, but this file is missing from the skill package.
Audit Metadata