slo-architect
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill includes three utility scripts (slo_designer.py, error_budget_calculator.py, and slo_review.py) written in Python. These scripts perform mathematical calculations for error budgets or verify the structure of SLO documents using basic file I/O and regex. No dangerous functions such as eval(), exec(), or subprocess calls are present.
- [SAFE]: No network operations or external downloads were identified. The scripts do not use network libraries (like requests or urllib), and the documentation contains only informational links to well-known reliability engineering resources, such as the Google SRE Workbook.
- [SAFE]: The skill uses no external Python or Node.js packages, eliminating risks associated with supply chain attacks or untrusted dependencies.
- [SAFE]: The auditing tool (slo_review.py) processes user-provided files locally. While this represents a data ingestion surface, the script has no exploitable capabilities (e.g., it does not execute the file content or make network requests based on its findings), rendering the risk of indirect prompt injection negligible.
- [SAFE]: No obfuscation, hidden URLs, or credential exfiltration patterns were found. Metadata and instructions are consistent with the stated purpose of the skill.
Audit Metadata