observability-designer
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational references and utility scripts for observability design without any malicious intent or hidden behaviors.
- [SAFE]: The Python scripts (
slo_designer.py,alert_optimizer.py,dashboard_generator.py) use only Python standard libraries (json, argparse, sys, re, math, datetime, collections). No external dependencies are required or installed at runtime. - [SAFE]: No network operations (curl, wget, requests, etc.) were found in any of the scripts. The tools operate locally on provided input files.
- [SAFE]: Analysis for obfuscation (Base64, homoglyphs, zero-width characters) returned no findings. The code is readable and transparent.
- [SAFE]: No dangerous execution patterns such as
eval(),exec(), orsubprocess.run()are used. The scripts perform safe data transformations on JSON input. - [SAFE]: The skill does not attempt to access sensitive system files, credentials, or environment variables. File access is limited to user-provided paths for input and output.
- [SAFE]: Prompt injection analysis of the instructions and metadata revealed no attempts to override agent behavior or bypass safety filters.
Audit Metadata