write-continue-here
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
git log,git status, andgit diffto assess the current state of a project. These commands are used solely for gathering local context to populate the continuation file. - [DATA_EXPOSURE]: The skill instructs the agent to write session progress to a file named
CONTINUE_HERE.mdin the project root. It specifically recommends adding this file to.gitignoreto prevent session-specific state from being committed to version control, which is a security best practice for ephemeral data.
Audit Metadata