prometheus-configuration
Warn
Audited by Snyk on Apr 27, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill's installation instructions run "helm repo add prometheus-community https://prometheus-community.github.io/helm-charts" and "helm install prometheus prometheus-community/kube-prometheus-stack", which fetches and executes remote Helm chart content from https://prometheus-community.github.io/helm-charts at runtime, making it an external dependency that can execute code.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.80). The skill instructs creating and editing Prometheus configuration and rule files under /etc (and deploying services via Helm/Docker), which involve modifying system-level files and service state that require elevated privileges and thus can change the machine's state.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata