context-engineer
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs its stated function of context window optimization by analyzing local workspace files (e.g., SKILL.md, MEMORY.md, TOOLS.md). No malicious patterns, prompt injections, or persistence mechanisms were detected.
- [DATA_EXFILTRATION]: While the skill reads sensitive workspace and configuration files, it does so only to calculate token counts and identify redundancies. No network operations (curl, wget, etc.) or external data transmissions are present in the code.
- [COMMAND_EXECUTION]: The skill uses Python's standard library to perform file system operations (read/write). The commands provided in SKILL.md are standard invocations of the included script to generate reports and snapshots.
- [REMOTE_CODE_EXECUTION]: The skill does not download or execute remote code. It is explicitly designed to run with zero external dependencies, relying solely on the Python 3 standard library.
Audit Metadata