skills/jeremylongshore/claude-code-plugins-plus-skills/performing-regression-analysis/Gen Agent Trust Hub
performing-regression-analysis
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements standard regression analysis functionality using well-established data science libraries. No suspicious patterns such as credential theft, remote code execution, or persistence mechanisms were found.
- [INDIRECT_PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it processes external data files. 1. Ingestion points:
scripts/validate_data.py,scripts/generate_model.py, andscripts/evaluate_model.pyread data from user-provided CSV and JSON files. 2. Boundary markers: No specific boundary markers are defined in the instructions to separate data from instructions. 3. Capability inventory: The skill utilizes theBashtool and performs local file read/write operations. 4. Sanitization: The scripts implement data type validation and cast numeric inputs to floats, which mitigates many common injection vectors in this context.
Audit Metadata