Complex pixi task workflows and orchestration. Use when building task dependency chains, configuring caching with inputs/outputs, creating parameterized tasks, or setting up CI pipelines—e.g., "pixi task depends-on", "task caching for build automation", "multi-environment test matrices".
99
100%
Does it follow best practices?
Impact
95%
1.26xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
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.
Third-party content exposure detected (high risk: 0.80). The skill's core docs (SKILL.md and references/caching.md) show task workflows that explicitly download and consume external resources via curl (e.g., "curl -o data.csv ..." and "curl -L -o model.pkl https://example.com/model.pkl"), meaning untrusted public web content would be ingested as inputs that downstream tasks (process/train/evaluate) act on and can therefore influence tool behavior.
b74de5e
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.