english-learner
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses a local SQLite database for all persistence, located at
~/.learnwy/english-learner/data.db. No sensitive system files or credentials are accessed. - [SAFE]: The passive interception modes (English, Chinese, and other languages) are implemented using standard IDE hooks (
UserPromptSubmit,Stop,SessionStart). These are clearly documented and perform localized processing for the user's learning benefit. - [SAFE]: Data processing includes sanitization logic to exclude technical content, code blocks, and commands, reducing the risk of accidental processing of sensitive information.
- [SAFE]: The
installanduninstallsubcommands manage hook registration within the user's IDE configuration files (.claude,.trae,.codex) in a transparent manner. - [SAFE]: No network operations or remote code execution patterns were identified in the provided scripts. The
reportcommand useschild_process.spawnonly to open the generated local HTML report in the system browser.
Audit Metadata