translate-content
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an Indirect Prompt Injection surface because it ingests and processes untrusted markdown content from various repository paths (skills, agents, teams, and guides) to perform translations.
- Ingestion points: Source files read from
skills/,agents/,teams/, andguides/paths (Step 1.2). - Boundary markers: Absent. The procedure does not specify markers or instructions to differentiate between the data to be translated and potential instructions within the source files.
- Capability inventory: The skill uses
Write,Edit, andBashtools, which provide the capability to modify the filesystem and execute local scripts (Step 2 and Step 6). - Sanitization: Absent. There is no requirement or step to sanitize or validate the input content for malicious instructions before processing.
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute local scripts defined in the project's environment. - Evidence: Execution of
npm run translate:scaffoldin Step 2.1 andnpm run validate:translationsin the Validation section. These are vendor-provided scripts used for scaffolding and integrity checking.
Audit Metadata