http_health_check_probes
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements standard liveness and readiness patterns (/live, /ready, /health) which are essential for microservice orchestration and do not introduce security risks when followed.
- [SAFE]: Instructions include security best practices such as implementing timeouts for dependency checks and explicitly advising against the exposure of internal paths, credentials, or detailed version information.
- [SAFE]: Code snippets provided use standard libraries (FastAPI, asyncio) and perform benign operations like basic database queries ('SELECT 1') to verify connectivity.
Audit Metadata