setup-service-mesh
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill executes installation scripts for the service mesh control planes directly in the shell using
curl | sh. These scripts are fetched from the official domains for Istio (istio.io) and Linkerd (linkerd.io), which are well-known technology service providers. - [EXTERNAL_DOWNLOADS]: Fetches various Kubernetes configuration manifests (Prometheus, Grafana, Kiali, Jaeger) from the official Istio GitHub repository to set up the observability stack.
- [COMMAND_EXECUTION]: Performs extensive command-line operations using
kubectlfor cluster management, and specific service mesh binaries (istioctl,linkerd) for installation, configuration, and diagnostics.
Audit Metadata