paidf-orchestration-setup
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting untrusted data from the Kubernetes cluster environment.
- Ingestion points: The script
scripts/remote_k8s.pyretrieves cluster metadata (node status, pod counts, storage classes) usingkubectl get -o json. - Capability inventory: The skill has infrastructure management capabilities, including executing shell commands via
subprocess.run(inscripts/remote_k8s.py),sshoperations, andhelm/makecommands. - Boundary markers: The instructions do not define delimiters or specific 'ignore' instructions for the agent when handling cluster data.
- Sanitization: The
remote_k8s.pyscript performs structural validation by parsing JSON but does not sanitize content values extracted from the cluster. - [COMMAND_EXECUTION]: The skill executes system commands to interact with the Kubernetes cluster and manage the deployment process.
- Evidence:
scripts/remote_k8s.pyusessubprocess.runto callkubectlandssh. TheSKILL.mdfile provides instructions for runningmake setup,make install, andmake port-forward. - [REMOTE_CODE_EXECUTION]: The documentation includes commands that download and execute scripts from a remote source.
- Evidence: The file
references/topologies.mdcontains the commandcurl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash. - Context: This targets the official repository of a well-known service (Helm) for tool installation.
Audit Metadata