Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.
83
78%
Does it follow best practices?
Impact
91%
1.71xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./scientific-skills/dask/SKILL.mdSecurity
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.70). The skill's documentation and workflow explicitly show reading and parsing external, potentially untrusted files (e.g., SKILL.md and references/bags.md examples like db.read_text('logs/*.json').map(json.loads') and references/dataframes.md showing dd.read_parquet('s3://mybucket/data/*.parquet')), and those parsed records are used to drive computations and dynamic task submission (futures), so third‑party/user‑generated content is ingested and can influence subsequent tool actions.
b58ad7e
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.