skill-test
Audited by Socket on Mar 10, 2026
2 alerts found:
Obfuscated Filex2The analyzed module presents a feature-rich orchestration framework for skill testing with multiple workflows (run, interactive, baseline, mlflow/routing eval). No explicit malware observed. Primary security concerns are: (a) auto-approval path that can inject unverified prompts/responses into ground_truth.yaml, (b) potential path traversal via skill_name without normalization, (c) heavy reliance on dynamic optional imports that could bring in external dependencies with side effects. Recommended mitigations: normalize/validate skill_name, implement strict review gates for interactive auto-approval, sandbox code-execution blocks, limit file-write surface during automated flows, and add audit logging for changes to ground_truth.yaml and related artifacts. Overall security risk: moderate; malware likelihood: very low. Confidence: 0.75
The skill's footprint is coherent with its stated purpose as a Databricks skill testing framework. It follows a controlled, local-test-oriented workflow without obvious credential harvesting, external data exfiltration, or supply-chain risks. The only minor concern is a possible typographical error in the environment setup command ('uv pip install -e .test/'), which should be corrected to ensure reproducibility. Overall, the risk posture is Benign with low security risk.