recall
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
$ARGUMENTSdirectly within shell commands, such asgit log <branch>. This presents a surface for command injection if the input is not strictly validated or sanitized by the platform before execution. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8). It ingests untrusted data from git commit messages, PR descriptions, and workflow files to generate its analysis. Maliciously crafted content in these sources could influence the agent's output or bias the retrospective findings.
- Ingestion points:
git logoutput,git diffoutput, GitHub PR content viagh pr view, and CI/CD workflow files in.github/workflows/. - Boundary markers: None explicitly defined to separate untrusted data from instructions.
- Capability inventory: The skill possesses the ability to execute shell commands (
git,gh) and read/write local files. - Sanitization: No explicit sanitization or filtering of the ingested repository content is mentioned.
- [COMMAND_EXECUTION]: The skill implements a persistence-like telemetry feature in the 'SELF-EVOLUTION TELEMETRY' section. It attempts to detect a specific project memory directory (
~/.claude/projects/) and append execution metadata to a file namedskill-telemetry.md. While used for local logging/telemetry, this is a persistent write to a known system path.
Audit Metadata