data-loss-gate
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a defensive implementation designed to protect user data from accidental bulk deletion or destructive AI actions. It establishes a 'confirmation gate' that forces the agent to stop and obtain explicit human consent before proceeding with high-risk commands.
- [COMMAND_EXECUTION]: The skill mentions dangerous shell commands such as
rm -rf,git rm, andsed -i. However, it does not execute these commands itself; rather, it defines rules for when the agent must stop before the user (or the agent on behalf of the user) executes them. This is a safety constraint rather than a vulnerability. - [DATA_EXPOSURE]: The skill logs deletions to a local directory (
daily/notes/). This is standard administrative logging for audit trails and does not involve exfiltration to external systems. Thewrites_tofield in the frontmatter correctly scopes this activity. - [INDIRECT_PROMPT_INJECTION]: The skill interacts with the
ask-userskill for its mechanics. It provides structured boundary markers for the AI to follow (the Confirmation Card) to ensure the AI doesn't interpret user questions as consent. It maintains a strict 'explicit-yes' policy to mitigate accidental obedience to embedded instructions in data being deleted.
Audit Metadata