truefoundry-applications
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local shell commands via
scripts/tfy-api.shto interact with the TrueFoundry API andscripts/tfy-version.shto detect installed software versions. - The
tfy-api.shscript includes validation to prevent path traversal and only allows a set of standard HTTP methods. - It parses
.envfiles using a line-by-line method rather thansource, which is a safer practice. - [EXTERNAL_DOWNLOADS]: The skill contains instructions in
references/prerequisites.mdto automatically install thetruefoundryCLI andpydanticvia standard package managers (piporuv). These dependencies are well-known and originate from the tool's vendor. - [PROMPT_INJECTION]: The skill incorporates robust defensive instructions to mitigate indirect prompt injection and unauthorized actions. It mandates user confirmation before selecting a workspace and explicitly warns the agent against fetching or ingesting content from third-party release pages (GitHub, HuggingFace) because they are untrusted and could contain adversarial instructions.
- [CREDENTIALS_UNSAFE]: While the skill manages an API key, it provides clear instructions to use secret references (
tfy-secret://) instead of hardcoding raw credentials in deployment manifests.
Audit Metadata