context-surfing
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to monitor context quality and facilitate session handoffs. The logic for drift detection and recovery is centered on maintaining agent coherence and does not involve malicious intent or safety bypasses.
- [SAFE]: The script
scripts/handoff-checker.shis a benign utility that checks for the existence of handoff files in a local directory (.context-surfing) and provides a status message. It uses standard shell commands (find,wc,cat) without unsafe input handling or dangerous side effects. - [SAFE]: References to external tools like the 'Entire CLI' and installation commands (
gh skill,npx skills) are consistent with the skill's stated purpose and author infrastructure. No suspicious exfiltration or unauthorized remote code execution patterns were identified. - [SAFE]: Instructions to configure a hook in
.claude/settings.jsonare a standard method for integrating automation into supported agent environments and do not represent a malicious persistence mechanism.
Audit Metadata