dask-parallel-computing
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: No security issues detected. The skill instructions and code examples are consistent with legitimate documentation for the Dask library.- [COMMAND_EXECUTION]: The skill utilizes
dask.distributed.Clientand functions likeclient.submit()orclient.map()to execute Python tasks across worker nodes. This is the primary and intended purpose of the Dask library for parallel computation and does not involve unauthorized command execution.- [PROMPT_INJECTION]: The skill documents the ingestion of data from external files usingread_csv,read_parquet, andread_text. While processing external data creates a potential surface for indirect prompt injection if the files contain malicious instructions, this is a standard data processing capability. * Ingestion points: Functions such asdd.read_csv(),dd.read_parquet(), anddb.read_text()inSKILL.mdandreferences/collections_guide.md. * Boundary markers: No specific delimiters or "ignore instructions" prompts are provided in the examples. * Capability inventory: Computational tasks are executed viaclient.submit(),client.map(),map_partitions(), andmap_blocks(). * Sanitization: Standard data cleaning operations (e.g.,dropna,fillna) are shown, though they are not designed to sanitize against adversarial instructions.
Audit Metadata