lab-review
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands to identify and locate session transcript files. Specifically, it uses
ls,sed, andpwdto derive directory slugs andfindto locate specific session IDs in~/.claude/projects/. These commands are standard for file discovery in this context. - [DATA_EXPOSURE]: The skill is designed to read session transcripts (
.jsonlfiles) which contain user and assistant history. While this is sensitive data, the access is the primary purpose of the skill. The logic ensures only specific fragments (start/end) are read to maintain performance and scope. - [INDIRECT_PROMPT_INJECTION]: The skill has a surface for indirect prompt injection as it processes untrusted log data from previous sessions.
- Ingestion points: Reads files from
~/.claude/projects/as specified inSKILL.md. - Boundary markers: None explicitly defined in the prompts to distinguish log content from current instructions.
- Capability inventory: Limited to file reading and writing feedback to a local markdown file; no remote code execution or network tools are present.
- Sanitization: No explicit sanitization or filtering of the ingested log content is mentioned beyond extracting specific JSON fields.
Audit Metadata