simulation-modeling
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The test suite (
tests/test_cld_simulator.py) utilizessubprocess.runto execute the simulation script for functional verification. This execution is limited to local invocation of the bundled Python script and is standard practice for automated testing. - [SAFE]: The simulation script (
scripts/cld_simulator.py) implements a mathematical expression evaluator using Python'scompile()andeval()functions. These are secured by a robust AST-level validator (_validate_ast) that strictly whitelists node types and functions, while specifically blocking attribute access, dunder names, and imports, preventing arbitrary code execution. - [SAFE]: No network operations, credential harvesting, or remote code patterns were identified. The skill is self-contained and operates exclusively on local data and user-provided JSON specifications.
Audit Metadata