optimize
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's reference documentation (e.g., agents.md, skills.md) includes links to official GitHub repositories maintained by Anthropic. These resources are cited as authoritative sources for agent development and instruction optimization guidelines.
- [COMMAND_EXECUTION]: The optimization checklist instructs the agent to run CLI tools with the
--helpflag to discover and verify command arguments at runtime. This is a standard development practice to ensure instructions remain accurate as tools evolve. - [DATA_EXFILTRATION]: The skill defines a workflow for auditing and modifying local project configuration files (CLAUDE.md, rules, and skill definitions).
- Ingestion points: Reads existing project instruction files and rules from the local file system.
- Boundary markers: None explicitly defined, as the skill operates on trusted local project configuration.
- Capability inventory: The agent is authorized to read project files, write optimized versions, and create backup files (
*.bak). - Sanitization: The skill's primary purpose is sanitization—specifically the removal of 'AI-invented' constraints and redundant information.
Audit Metadata