project-session-management
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from project-specific files to guide agent behavior, creating a vulnerability surface where malicious content in those files could influence the agent's actions.
- Ingestion points: The agent is instructed to read
IMPLEMENTATION_PHASES.mdduring project initialization andSESSION.mdduring session resumption to determine the current state and next actions (SKILL.md). - Boundary markers: The skill lacks explicit boundary markers or instructions to the agent to ignore potentially malicious instructions embedded within the progress trackers or planning documents.
- Capability inventory: The skill possesses capabilities to write files, execute git commits, and run a local reporting script (
resume.sh). - Sanitization: There is no evidence of content sanitization or validation of the 'Next Action' field or task descriptions before they are used to direct the agent's focus.
- [COMMAND_EXECUTION]: The skill involves the execution of local shell commands and scripts to manage session state.
- Script Execution: The skill includes
scripts/resume.sh, which usesgrep,sed, andgitto extract and display status information fromSESSION.md. - Git Operations: The agent is instructed to perform git commits (
git commit) using a structured checkpoint format which includes state information derived from the project environment (SKILL.md, templates/checkpoint-commit-format.md).
Audit Metadata