truefoundry-platform
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires the
Bashtool to execute a local scripttfy-api.shand other commands likecurl,uv,tfy, andpipfor platform interaction and environment management. - [DATA_EXFILTRATION]: The skill manages highly sensitive credentials including
TFY_API_KEY, Personal Access Tokens (PATs), and Secret Groups. Although the instructions mandate security policies such as token masking and one-time display, the capability to retrieve and transmit these credentials represents a data exposure surface. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) because it ingests data from external API responses (e.g., workspace names, role descriptions) which are then interpolated into the agent context.
- Ingestion points: API responses from GET requests to
/api/svc/v1/workspaces,/api/svc/v1/roles, and/api/svc/v1/clustersare ingested as seen inSKILL.mdandreferences/access-control.md. - Boundary markers: No explicit delimiters or boundary markers are defined in the instructions to separate external API content from agent instructions.
- Capability inventory: The agent has extensive
Bashtool access allowing for network operations (curl) and system commands. - Sanitization: There is no evidence of sanitization or validation of the data returned from the TrueFoundry API before it is processed by the agent.
Audit Metadata