skill-intent-contract
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a session-intent system that records user goals in a local
.claude/session-intent.mdfile. All operations are local and involve standard file writing (cat > file) and user interaction (AskUserQuestion). - [COMMAND_EXECUTION]: The skill uses a simple shell command to write to a local file (
cat > .claude/session-intent.md). This is a standard and safe use of command execution for state persistence within the agent's working directory. - [DATA_EXPOSURE]: No sensitive data or hardcoded credentials were found. The skill only handles task-related metadata and user-provided descriptions of work goals.
Audit Metadata