deployment-post-checks
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [Indirect Prompt Injection] (INFO): The skill processes external deployment data.\n
- Ingestion points:
scripts/post_check.pyreadsdeploy_result.json.\n - Boundary markers: Not applicable as the script parses structured JSON data.\n
- Capability inventory: Limited to standard output and exit codes. No command execution, file-writing, or network capabilities are present in
post_check.py.\n - Sanitization: Employs
json.load()for parsing, which is safe against code execution during the deserialization process.
Audit Metadata