skills/carlitose/agent-skills/handoff/Gen Agent Trust Hub

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 -d in the operating system's temporary directory with restricted permissions (0700 for the directory and 0600 for 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
Risk Level
SAFE
Analyzed
Aug 12, 2026, 07:16 AM
Security Audit — agent-trust-hub — handoff