ecc-skill-defer
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a performance optimization strategy for the 'Everything Claude Code' (ECC) environment. It uses a local shell script to rename metadata files of other skills to prevent them from being loaded during the initialization phase.
- [COMMAND_EXECUTION]: The provided bash script
ecc-skill-defer.shperforms basic file system operations such as directory listing (ls) and file renaming (mv). These operations are limited to the agent's local plugins and cache directories (~/.claude/plugins/...) to manage skill availability. - [PROMPT_INJECTION]: The instructions in
SKILL.mdare standard and relate strictly to the management of deferred skills. No patterns attempting to bypass safety filters or override system instructions were detected. - [DATA_EXFILTRATION]: There are no network-capable commands or references to external URLs. The skill does not access sensitive user files or credentials.
Audit Metadata