gamma-observability
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows security best practices by recommending the use of environment variables for API keys and explicitly mentioning the sanitization of parameters in logs to prevent credential exposure.
- [COMMAND_EXECUTION]: Includes a benign example command (
curl http://localhost:3000/health/gamma | jq) for validating a health check endpoint on the local machine. - [EXTERNAL_DOWNLOADS]: References standard, reputable open-source libraries (prom-client, winston, @opentelemetry/api) for implementing the described features.
- [DATA_EXPOSURE]: Implements local logging to files (
gamma-error.log,gamma-combined.log), which is standard behavior for development and production environments and does not constitute exfiltration.
Audit Metadata