weex-analysis-skill
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates as a local analysis tool, processing structured JSON payloads to provide summaries of trading activity and risk.
- [SAFE]: No network access, credential handling, or data exfiltration attempts were found. The skill does not connect to any external APIs directly.
- [COMMAND_EXECUTION]: The test suite (
tests/) usessubprocess.runto execute the skill's own scripts for functional verification. These calls usesys.executableto run local files and are standard practice for CLI testing. - [SAFE]: The data parsing logic relies on standard JSON libraries and safe type conversion (Decimal), minimizing the risk of injection through malformed data payloads.
Audit Metadata