truefoundry-agents
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is authored by the vendor TrueFoundry and manages resources on their own platform. No malicious patterns, obfuscation, or unauthorized behaviors were detected.
- [COMMAND_EXECUTION]: The skill uses localized shell scripts (
scripts/tfy-api.shandscripts/tfy-version.sh) to perform version checks and execute API requests viacurl. These scripts are well-authored and include safety checks such as whitelisting allowed HTTP methods and preventing path traversal (e.g., checking for '..') in API paths. - [SAFE]: Credential handling follows security best practices. The
tfy-api.shscript includes a custom parser for.envfiles that avoids using dangerous commands likesourceoreval. Furthermore, the documentation explicitly instructs the agent and user to never hardcode or print API keys in logs. - [SAFE]: The skill includes proactive security guidance regarding third-party content. It explicitly warns the agent not to fetch or parse content from external URLs like GitHub or HuggingFace to prevent indirect prompt injection attacks.
- [EXTERNAL_DOWNLOADS]: The skill documentation references the installation of the official
truefoundryPython package from a public registry, which is a standard and expected dependency for this vendor's tools.
Audit Metadata