truefoundry-status
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local bash scripts
scripts/tfy-api.shandscripts/tfy-version.shto perform connectivity tests and version detection. It also utilizes thetfyCLI andcurlfor interacting with the TrueFoundry platform. - [EXTERNAL_DOWNLOADS]: The documentation recommends the installation of the vendor's own Python package (
truefoundry) and provides links to official TrueFoundry documentation for credential generation. These resources are consistent with the skill's stated purpose and originate from the author's infrastructure. - [DATA_EXPOSURE]: The script
scripts/tfy-api.shreads and parses the.envfile in the current directory to retrieve sensitive credentials such asTFY_API_KEY. This is a standard functional requirement for local development tools and the script uses a manual line-by-line parser to prevent code execution that could occur if the file were sourced directly. - [INDIRECT_PROMPT_INJECTION]: The skill ingests data from external local files which presents a theoretical attack surface.
- Ingestion points: Processes configuration data from the
.envfile viascripts/tfy-api.sh. - Boundary markers: None present for the
.envfile content parsing. - Capability inventory: Executes network operations via
curland system commands via thetfyCLI. - Sanitization: The
.envparser implements a restricted line-by-line reading logic to avoid shell injection. Thetfy-api.shscript includes validation to prevent path traversal (..) in API endpoint paths.
Audit Metadata