langfuse
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads and runs the
langfuse-mcppackage from PyPI usinguvx, which is the standard delivery method for this tool. - [COMMAND_EXECUTION]: It configures the agent to execute shell commands that launch the Langfuse service as a subprocess for tool interaction.
- [DATA_EXFILTRATION]: The skill facilitates data transfer to the official Langfuse domain (
https://cloud.langfuse.com) to manage observability traces and application logs. - [PROMPT_INJECTION]: This skill has an indirect prompt injection surface. Ingestion points: Untrusted data from the Langfuse API enters the context via
fetch_tracesandget_promptinSKILL.md. Boundary markers: Absent. Capability inventory: The skill can execute subprocesses viauvx langfuse-mcpand write files to/tmpas noted inSKILL.md. Sanitization: Absent. - [SAFE]: The instructions correctly advise users to store API keys in environment variables and to exclude sensitive configuration files from version control using
.gitignore.
Audit Metadata