truefoundry-guardrails
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a local bash script (
scripts/tfy-api.sh) to interact with the TrueFoundry REST API. The script includes input validation to prevent path traversal and is used exclusively for legitimate platform configuration. - [EXTERNAL_DOWNLOADS]: The documentation references the official
truefoundryPython package and container images from trusted registries (public.ecr.aws,ghcr.io). These resources are provided by the vendor and are necessary for the skill's functionality. - [DATA_EXFILTRATION]: The skill handles
TFY_API_KEYandTFY_BASE_URLthrough environment variables or.envfiles. These credentials are used only to authenticate requests to the user's TrueFoundry instance. - [SAFE]: The skill includes proactive security guidance, such as warning users against fetching untrusted external content and advising the use of secret references (
tfy-secret://) instead of hardcoding sensitive values in manifests.
Audit Metadata