Escalate
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard shell commands (
mkdir,touch,find) insetup.md,memory-template.md, andmigration.mdto manage its local state in~/escalate/. These are restricted to local file system operations and are used to initialize the environment. - [SAFE]: Demonstrates security best practices by using
chmod 700andchmod 600in thesetup.mdfile to ensure the local state directory and configuration files are private and accessible only by the owner. - [SAFE]: Implements a robust 'Hard Boundaries' policy in
boundaries.md, explicitly blocking autonomous actions in high-risk areas like credentials management, financial transactions, and production deployments. - [SAFE]: Modifications to workspace-level files (
AGENTSandSOUL) are designed to be non-destructive snippets and require explicit user verification before being applied, preventing unauthorized or accidental changes to agent identity.
Audit Metadata