langfuse
Warn
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill directs the agent to read sensitive credentials from the project's
.envfile using shell commands likegrepandcut. Specifically, it extractsLANGFUSE_PUBLIC_KEYandLANGFUSE_SECRET_KEY. While necessary for API authentication, accessing.envfiles is a sensitive operation that can lead to credential exposure if the agent's context is compromised. - [COMMAND_EXECUTION]: The skill heavily relies on the
Bashtool to executecurlcommands for API interaction. These commands dynamically interpolate credentials read from the filesystem, which is a potential vector for command injection if the environment variables contain malicious content. - [EXTERNAL_DOWNLOADS]: The
REFERENCE.mdfile recommends the installation of third-party, community-maintained MCP servers from unknown sources (e.g., GitHub usersavivsinaiandtherealsachin). Commands likepip install langfuse-mcpandnpx @therealsachin/langfuse-mcpinvolve downloading and executing code from unverifiable repositories. - [PROMPT_INJECTION]: The skill retrieves and processes LLM observability data (traces and observations) which contains untrusted input and output from other sessions. This creates a surface for indirect prompt injection where an attacker could influence the agent by placing instructions within the logged data.
- Ingestion points: Data fetched from
/api/public/tracesand/api/public/observationsas documented inSKILL.mdandREFERENCE.md. - Boundary markers: None identified; the instructions do not suggest wrapping external data in delimiters or warnings to ignore embedded instructions.
- Capability inventory: The skill uses
BashandWebFetchto retrieve data and has the capability to write to the console or other tools. - Sanitization: Use of
jqprovides structural parsing, but there is no evidence of content-level sanitization or escaping of the LLM inputs/outputs before they are processed by the agent.
Audit Metadata