large-data-with-dask
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute a shell command to read internal state files.
- Evidence: The 'Memory Protocol' section in
SKILL.mdmandates the execution ofcat .claude/context/memory/learnings.mdat the start of the session. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes external code files without explicit sanitization or boundary markers.
- Ingestion points: The skill operates on Python scripts matching the glob
**/dask_analysis/*.pyvia theReadtool. - Boundary markers: No delimiters or instructions to ignore embedded commands are present in the processing logic.
- Capability inventory: The agent is granted
Read,Write, andEdittools, which could be abused if malicious instructions are encountered in the data. - Sanitization: No evidence of validation or filtering for the content of the scripts being analyzed.
- [COMMAND_EXECUTION]: The skill encourages the use of distributed computing clusters which involves spawning new processes or connecting to remote schedulers.
- Evidence: 'Iron Law' #5 and the 'Anti-Patterns' section in
SKILL.mdexplicitly direct the agent to implementdask.distributed.ClientandLocalCluster().
Audit Metadata