skills/jeremylongshore/claude-code-plugins-plus-skills/running-clustering-algorithms/Gen Agent Trust Hub
running-clustering-algorithms
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it ingests and processes untrusted data from external files to determine its actions.
- Ingestion points: Reads datasets from various formats such as
customer_data.csvornetwork_traffic.txtas described inSKILL.md. - Boundary markers: Absent. The skill instructions do not define delimiters or provide directions to ignore instructions embedded within the data files.
- Capability inventory: The skill has significant capabilities, including full shell access via
Bash(cmd:*), and the ability toWriteandEditfiles. - Sanitization: Absent. The skill does not perform validation or sanitization of the data content before using it to generate or execute analysis logic.
- [COMMAND_EXECUTION]: The skill's core functionality relies on generating and executing Python code at runtime using
scikit-learnand other libraries. While this is the primary purpose of the skill, it involves running dynamically created scripts on the host system through theBashtool.
Audit Metadata