pronunciation-specialist
Pass
Audited by Gen Agent Trust Hub on Feb 22, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- PROMPT_INJECTION (LOW): The skill is vulnerable to indirect prompt injection as it processes untrusted lyrics and has permissions to edit and write files.
- Ingestion points: Lyrics are ingested via the
$ARGUMENTSvariable (direct input) or by reading track files provided by the user, as described inSKILL.md. - Boundary markers: No boundary markers or instructions to ignore embedded commands within the lyrics are present in the skill definition.
- Capability inventory: The skill possesses the
Read,Edit,Write,Grep, andGlobtools, enabling it to modify the filesystem based on the content of the processed lyrics. - Sanitization: There is no mention of sanitization or validation of the input lyrics before they are used to generate reports or update files.
- COMMAND_EXECUTION (LOW): The
SKILL.mdfile defines a workflow using tools likecheck_homographs,extract_section, andload_overridewhich are not listed in theallowed-toolssection. This discrepancy between the instructions and the authorized toolset could lead the agent to attempt invoking unauthorized or non-existent tools.
Audit Metadata