context-budget-guard
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill manages session state using a local YAML file (~/.openclaw/skill-state/context-budget-guard/state.yaml) to track session timing and user-provided task descriptions.
- [SAFE]: The Python utility
check.pyperforms all calculations locally and does not initiate any network requests or external data transfers. - [SAFE]: The skill uses
yaml.safe_loadfor processing its state files, which protects against arbitrary code execution during data deserialization. - [SAFE]: No malicious patterns such as prompt injection, obfuscation, or privilege escalation were found in the skill logic or metadata.
Audit Metadata