add-locale
Warn
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill's instructions for the
Bashtool interpolate user-provided${isoAlpha2}directly into commands likegit checkout -b add-locale-${isoAlpha2}andgit commit -m "Register ${isoAlpha2}". This creates a command injection vulnerability where a user could provide input containing shell metacharacters (e.g.,;,&,|) to execute arbitrary commands on the system. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted user input for locale settings without sanitization. Ingestion points: User-provided
${isoAlpha2}and${localeName}variables referenced inSKILL.md. Boundary markers: Absent; the skill does not wrap these variables in delimiters or warn the agent to validate the input format. Capability inventory: Use ofBashfor git operations and project scripts, andEdit/Writetools for modifying source code. Sanitization: Absent; there is no logic to verify that${isoAlpha2}conforms to ISO standards or is a safe string before being used in execution.
Audit Metadata