session-resume
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [Command Execution] (SAFE): The skill executes standard local utilities such as
lsandgit logto summarize project status. It also calls local scripts./scripts/log-skill.shand./scripts/compound-dashboard.shwhich are intended for session telemetry and status reporting. - [Indirect Prompt Injection] (LOW): The skill possesses a vulnerability surface for indirect prompt injection. 1. Ingestion points: The agent processes file names from
todos/,plans/, anddocs/solutions/, as well as recentgitcommit subjects. 2. Boundary markers: Absent. The gathered context is not wrapped in delimiters that would instruct the agent to ignore instructions embedded in the file names or commit messages. 3. Capability inventory: The skill has the ability to execute shell commands and local scripts as defined inSKILL.md. 4. Sanitization: Absent. Data from the filesystem and git history is passed directly into the agent's context without escaping or validation.
Audit Metadata