langfuse-observability
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows secure practices by advising the use of environment variables for API keys and database credentials. Placeholders are used in documentation examples (e.g., in the Docker Compose section).
- [COMMAND_EXECUTION]: Employs
curlandjqfor API interaction and JSON processing. This is consistent with the skill's purpose of querying a REST API. - [DATA_EXFILTRATION]: Interacts with a user-defined Langfuse host to retrieve observability data. No patterns of unauthorized exfiltration or exposure of local sensitive files were found.
- [SAFE]: The skill ingests data (trace inputs and outputs) from the Langfuse API which may contain untrusted content from previous LLM interactions. While this creates a potential surface for indirect prompt injection, it is inherent to the function of an observability tool and no exploitable capabilities were found.
- Ingestion points: API responses from endpoints like
/api/public/traces/TRACE_ID(SKILL.md). - Boundary markers: None present; content is parsed by
jqfor display. - Capability inventory: Execution of
curlandjqcommands for data retrieval. - Sanitization: Relies on
jqfor structural parsing of retrieved JSON data.
Audit Metadata