checkpoint
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill defines a standard local development workflow for session state management using git, with no evidence of malicious behavior or external dependencies.
- [COMMAND_EXECUTION]: The skill utilizes standard git commands (
git status,git diff,git add,git commit) to manage the repository state locally. These operations are restricted to the local workspace and follow expected developer patterns. - [CREDENTIALS_UNSAFE]: The instructions include explicit safety rules that mandate the exclusion of secrets, such as
.envfiles or credentials, from git commits, effectively mitigating risks related to credential exposure.
Audit Metadata