opik-instrument
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTIONCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use the
Bashtool to run a "safe representative path" from the project to verify that traces are being generated. While the instructions include explicit warnings to avoid production or irreversible actions, the automated execution of project code remains a security consideration. - [EXTERNAL_DOWNLOADS]: The skill uses package managers such as
pip,npm, andyarnto install theopiklibrary and its integrations. These are official packages provided by the skill author. - [INDIRECT_PROMPT_INJECTION]: The skill reads and analyzes various project files (source code, manifests, and configuration files) to detect frameworks and execution paths. This process is susceptible to instructions embedded within these files that could attempt to influence the agent's logic or tool usage.
- Ingestion points: Project source files (*.py, *.ts),
package.json,pyproject.toml, and.envfiles (SKILL.md). - Boundary markers: None identified.
- Capability inventory:
Read,Edit,Write,Bash(SKILL.md). - Sanitization: None identified.
- [CREDENTIALS_UNSAFE]: The skill accesses sensitive information including
OPIK_API_KEY,OPENAI_API_KEY, and~/.opik.configto configure the observability backend. This is consistent with the skill's primary purpose of setting up tracing services.
Audit Metadata