checkpoint-distill
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill is designed to manage internal project documentation and does not exhibit malicious patterns. It adheres to safety principles such as mandatory human-in-the-loop review and a strict separation between analysis and file-writing phases.- [COMMAND_EXECUTION]: The skill utilizes Git commands (
git log,git merge-base,git commit) for historical analysis and record-keeping. The skill instructions inSKILL.mdcontain explicit safety rules that prohibit destructive Git operations such asgit reset,git rebase, andgit push --force.- [PROMPT_INJECTION]: The skill ingests untrusted data from project artifacts and commit messages, which presents a surface for indirect prompt injection. This risk is managed through a multi-layered evidence chain: 1. Ingestion points: Reads fromdocs/cr/*.mdand Git logs. 2. Boundary markers: Relies on human-in-the-loop review rather than automated delimiters. 3. Capability inventory: Limited to Git analysis and documentation updates. 4. Sanitization: Relies on mandatory per-tier human approval to filter out malicious or irrelevant suggestions before they are written to the project's instructions.
Audit Metadata