tracing
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs standard application instrumentation and cloud platform management tasks for the TrueFoundry tracing platform.
- [COMMAND_EXECUTION]: Uses local Bash scripts (
scripts/tfy-api.shandscripts/tfy-version.sh) to interact with the TrueFoundry API and detect environment versions. The API helper script includes security checks to prevent path traversal (e.g., checking for..) in API paths. - [EXTERNAL_DOWNLOADS]: Orchestrates the installation of standard observability packages:
traceloop-sdkfor Python and@traceloop/node-server-sdkfor Node.js. These are well-known libraries aligned with the skill's stated purpose. - [CREDENTIALS_UNSAFE]: Appropriately handles sensitive information by recommending the use of environment variables or
.envfiles for theTFY_API_KEY. Thetfy-api.shscript parses.envfiles line-by-line without using the unsafesourcecommand.
Audit Metadata