architecture-single-responsibility-principle
Audited by Socket on Feb 24, 2026
1 alert found:
Security[Skill Scanner] Installation of third-party script detected All findings: [HIGH] supply_chain: Installation of third-party script detected (SC006) [AITech 9.1.4] [HIGH] supply_chain: Installation of third-party script detected (SC006) [AITech 9.1.4] [HIGH] supply_chain: Installation of third-party script detected (SC006) [AITech 9.1.4] This skill's documentation and declared capabilities align with its stated purpose (SRP validation). I found no embedded malicious code, network exfiltration endpoints, hardcoded secrets, eval-like constructs, or direct download-and-execute patterns in the provided fragment. The primary security considerations are standard supply-chain concerns: 1) running referenced scripts (./scripts/detect-patterns.sh) that are not included here could execute arbitrary shell commands and must be inspected before use, and 2) installing optional Python tools from PyPI (radon/pylint) is normal but carries the usual dependency risk. The small 'uv pip install' typo should be corrected to avoid accidental misuse. Recommend code review of the referenced scripts prior to executing them and limiting the agent's Bash capability when running in untrusted environments. LLM verification: The provided skill documentation describes a benign SRP analysis tool; no explicit malicious code was found in the reviewed content. The primary security concerns are operational and supply-chain in nature: unpinned pip install instructions, reliance on executing repository scripts (contents not provided), and guidance to run tools that may execute plugins. Before enabling this skill in CI or as a pre-commit hook, require pinned dependencies or a curated runtime image, review any repository scri