gitops
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions for installing the
truefoundryPython package via pip and utilizes container images from trusted and well-known repositories, including Amazon ECR (TrueFoundry), JFrog (TrueFoundry), HuggingFace (ghcr.io), and NVIDIA NGC. These sources are considered safe under vendor and well-known service guidelines. - [COMMAND_EXECUTION]: The skill executes the
tfyCLI and provided helper scripts (tfy-api.sh,tfy-version.sh) for resource deployment, manifest validation, and version checking. Thetfy-api.shscript includes protections against path traversal and ensures that environment variable keys are strictly formatted. - [PROMPT_INJECTION]: As an indirect prompt injection surface, the skill processes user-provided YAML manifests within CI/CD pipelines. It mitigates risk by recommending
tfy apply --dry-runfor pull request validation and explicitly usesyaml.safe_load()in its provided GitHub Actions template to prevent unsafe deserialization of external content. - [CREDENTIALS_UNSAFE]: The skill manages the
TFY_API_KEYby instructing users to configure it as a protected secret/variable within their CI/CD provider (GitHub, GitLab, or Bitbucket), which is the standard best practice for credential management in automated pipelines.
Audit Metadata