drawdown-circuit-breaker
Pass
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill evaluates account-level risk based on local data files and does not perform any network operations or external data exfiltration.
- [SAFE]: Safe YAML parsing is enforced using
yaml.safe_load(), preventing potential unsafe deserialization attacks from the local state files. - [SAFE]: File system interactions are limited to reading from the local state directory (
state/theses) and writing reports to the designatedreports/folder. - [SAFE]: The dynamic loading pattern observed in the test suite (
importlib.util) is used exclusively for loading local sibling modules during testing and does not present a remote code execution risk. - [SAFE]: No prompt injection or obfuscation patterns were detected in the instructions or scripts.
Audit Metadata