aicr-analyzing-snapshots
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill processes untrusted cluster snapshot YAML files using
yaml.safe_load(). This is a critical security measure that prevents arbitrary code execution or object injection during the parsing process. - [SAFE]: The parsing logic is restricted to extracting specific infrastructure fields (e.g., GPU models, K8s versions, and node health) into a structured report. This targeted extraction limits the potential for data from the snapshot to influence the agent's behavior.
- [SAFE]: The skill does not perform any network operations or access sensitive system directories. It operates entirely on the provided snapshot data within the agent's environment.
Audit Metadata