handoff
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill incorporates security-focused design patterns, specifically requiring the redaction of credentials, tokens, and personal data (using a
<REDACTED>placeholder) before any information is written to disk. This mitigates the risk of sensitive information leaking into session artifacts. - [SAFE]: The skill utilizes secure file system practices by instructing the agent to use
mktemp -din the operating system's temporary directory with restricted permissions (0700for the directory and0600for the handoff file) to prevent unauthorized local access to the data. - [SAFE]: The instructions explicitly forbid storing handoff artifacts within the project workspace or version control system, and require an explicit expiry time and deletion command, ensuring that temporary session state does not persist unintentionally or leak into shared repositories.
Audit Metadata