langfuse-performance-tuning
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructions and code snippets process application-level inputs and outputs to record performance traces. If the underlying application handles untrusted user input, this data enters the agent's tracing context.
- Ingestion points: Found in
SKILL.mdwithin thesafeObservewrapper and calls toupdateActiveObservation, which capture function arguments and return values. - Boundary markers: No specific delimiters or "ignore embedded instructions" warnings are provided for the data being captured in the traces.
- Capability inventory: The skill environment allows for
Read,Write, andEditoperations on the local file system. - Sanitization: The skill provides a
truncateForTraceutility function that limits the length of strings and arrays, which provides basic data minimization and reduces the risk of long-form injection payloads.
Audit Metadata