japanese-lesson
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill possesses a vulnerability surface for indirect prompt injection through its ingestion of untrusted transcript data.
- Ingestion points: Processes external
.txtand*_linked.txtfiles provided by the user or external tools. - Boundary markers: Absent. The instructions do not specify delimiters or warnings to ignore instructions embedded within the transcript text.
- Capability inventory: Access to
Bash,Read,Write,Glob, andGreptools, with the ability to write files to the$PODPILOT_DATAdirectory. - Sanitization: Absent. There is no evidence of filtering or escaping content extracted from transcripts before it is processed by the LLM or written to the file system.
- [Command Execution] (SAFE): While the skill requests the
Bashtool, its use-case is restricted to file management and text processing (Grep/Glob) within a defined data directory. No evidence of arbitrary command execution or shell piping from untrusted sources was found.
Audit Metadata