implementing-service-mesh
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill includes installation instructions in
SKILL.mdthat download and execute shell scripts from official service mesh domains. - Fetches installation scripts from
istio.ioandrun.linkerd.iousing thecurl | shpattern. - These sources correspond to well-known open-source projects and represent standard community-recommended installation methods.
- [COMMAND_EXECUTION]: The skill provides a comprehensive set of commands for managing Kubernetes infrastructure using established CLI tools.
- Includes usage of
kubectlfor resource management,helmfor package installation, and mesh-specific tools likeistioctlandlinkerd. - All commands are consistent with the stated purpose of deploying and troubleshooting service mesh environments.
- [INDIRECT_PROMPT_INJECTION]: The skill defines an attack surface through the generation and management of Kubernetes resource configurations.
- Ingestion points: Configuration templates and YAML examples located in
SKILL.mdand theexamples/directory. - Boundary markers: No specific delimiters or "ignore instructions" warnings are present in the provided templates.
- Capability inventory: Capability to deploy Kubernetes resources, modify network policies, and execute cluster management commands across multiple namespaces.
- Sanitization: No sanitization logic is present as the skill provides static, reference-based configuration templates for deployment.
Audit Metadata