brandfy-auditoria
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/audit-brand.mjsusesspawnSyncto execute the externalmagickcommand (ImageMagick) to retrieve image dimensions. - Evidence:
spawnSync("magick", ["identify", "-format", "%w %h", filePath], ...)inscripts/audit-brand.mjs. - [DATA_EXFILTRATION]: The script reads and processes files based on paths provided in a configuration file (
.brandfy/config.yaml). A malicious configuration could potentially direct the script to access sensitive local files, exposing their existence, hashes, or metadata in the generatedaudit.mdreport. - Evidence: The
mainfunction inscripts/audit-brand.mjsresolves paths forbrand_directory,brand_document, andchromatic_guidefrom the config file and performsreadFileandsha256operations on them. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and analyze untrusted project data (manuals, CSS, SVG, JSON) which could contain instructions intended to influence the agent's behavior during the audit process.
- Ingestion points: The script
scripts/audit-brand.mjsreads various project files including.brandfy/config.yaml,BRAND.md,CHROMATIC.md, and assets in thebranddirectory. - Boundary markers: The instructions in
SKILL.mdandreferences/audit-rubric.mddo not provide explicit delimiters or warnings to ignore instructions embedded within the files being audited. - Capability inventory: The skill possesses file read/write capabilities (
readFile,writeFile) and command execution capabilities (spawnSync). - Sanitization: There is no evidence of sanitization or filtering of the content read from external files before it is processed or included in the report.
Audit Metadata