Configure Langfuse CI/CD integration with GitHub Actions and automated testing. Use when setting up automated testing, configuring CI pipelines, or integrating Langfuse tests into your build process. Trigger with phrases like "langfuse CI", "langfuse GitHub Actions", "langfuse automated tests", "CI langfuse", "langfuse pipeline".
64
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./plugins/saas-packs/langfuse-pack/skills/langfuse-ci-integration/SKILL.mdLow
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The skill’s runtime workflow reads prompt templates and runs evaluations by fetching prompts from Langfuse (`langfuse.prompt.get(...)` and compiling/using their contents), so outsider-authored free text could enter via user-managed Langfuse prompt/dataset content that the CI job ingests.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The GitHub Actions workflow sets LANGFUSE_BASE_URL to 'https://cloud.langfuse.com' and the runtime code (e.g., lf.prompt.get(...) and langfuse.prompt.get(...)) fetches prompt templates from that service which directly control prompts at runtime, so the cloud.langfuse.com URL is used to control agent instructions.
8585d6d
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.