truefoundry-observability
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses package managers to install official instrumentation libraries.
- Installs the standard
traceloop-sdk(Python) and@traceloop/node-server-sdk(TypeScript) libraries viapipandnpm. - Executes a local helper script
tfy-api.shto facilitate communication with the TrueFoundry API. - [PROMPT_INJECTION]: The skill exposes an indirect prompt injection surface as it is designed to read and process application logs.
- Ingestion points: Application logs are ingested via the
tfy_logs_downloadtool call and shell-based API calls described inSKILL.md. - Boundary markers: There are no explicit delimiters defined for framing the log output in the agent's response.
- Capability inventory: The agent has capabilities to execute shell commands, install software packages, and modify application source code for instrumentation purposes.
- Sanitization: The skill provides a specific security warning to the agent, instructing it to review logs for sensitive information (PII, secrets, tokens) before presenting them or forwarding them to other services.
- [SAFE]: The skill follows security best practices for secret management.
- Uses placeholders for sensitive environment variables like
TFY_API_KEYandTFY_BASE_URL. - Recommends using the
platformskill's secret management capabilities instead of hardcoding credentials in the application code.
Audit Metadata