infrastructure-monitoring
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFECREDENTIALS_UNSAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill includes hardcoded placeholder credentials and references to sensitive system files used for authentication.
- Evidence: Hardcoded password
auth_password: "secret"inreferences/alertmanager-configuration.mdandSKILL.md.original. - Evidence: Reference to Kubernetes service account tokens at
/var/run/secrets/kubernetes.io/serviceaccount/tokeninreferences/prometheus-configuration.md. - [COMMAND_EXECUTION]: Provides shell scripts for deploying monitoring infrastructure and performing health checks.
- Evidence:
references/monitoring-deployment.mdcontains a script usingkubectlto manage cluster namespaces, deployments, and services. - Evidence:
scripts/health-check.shprovides a shell script for service validation. - [PROMPT_INJECTION]: Contains a surface for indirect prompt injection via unvalidated script arguments.
- Ingestion points: The
SERVICE_URLparameter inscripts/health-check.shaccepts external input without validation. - Boundary markers: Absent.
- Capability inventory: The skill has the capability to execute cluster management commands via
kubectland shell commands via provided scripts. - Sanitization: Absent.
Audit Metadata