service-mesh-implementation
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill includes a shell script designed to install Istio, which fetches the official installation script from the project's well-known domain.
- Evidence:
curl -L https://istio.io/downloadIstiofound inreferences/service-mesh-deployment-script.mdandSKILL.md.original. - [REMOTE_CODE_EXECUTION]: The deployment automation executes the retrieved Istio installation script directly through the shell to set up the mesh infrastructure.
- Evidence: The script pipes the
curloutput intosh(e.g.,curl ... | ISTIO_VERSION=$VERSION sh -). This is the standard documented installation method for Istio.
Audit Metadata