performing-security-testing

Warn

Audited by Socket on Jul 21, 2026

2 alerts found:

Securityx2
SecurityMEDIUM
SKILL.md

SUSPICIOUS/HIGH-RISK but not confirmed malware. The skill is internally consistent with its stated purpose, but that purpose is to give an AI agent offensive security-testing capability; this is inherently high risk even without malicious exfiltration or deceptive installs.

Confidence: 89%Severity: 78%
SecurityMEDIUM
assets/nmap_scan_template.sh

No overt malicious behavior (exfiltration/backdoor/payload execution) is evident in the provided fragment; however, the script is security-unsafe due to `eval` executing a command string assembled from unvalidated, unquoted user-controlled CLI arguments. If attackers can influence script arguments (e.g., via automation, wrappers, or shared execution contexts), this can lead to command injection and arbitrary shell command execution. Refactor to avoid `eval` (use an argument array with direct `exec`/`nmap` invocation) and add strict input validation/quoting.

Confidence: 80%Severity: 80%
Audit Metadata
Analyzed At
Jul 21, 2026, 11:35 AM
Package URL
pkg:socket/skills-sh/jeremylongshore%2Fclaude-code-plugins%2Fperforming-security-testing%2F@d6215a92287861e23a1be21d6b3dfbdfa724415f60b9f288aa55b9751904d268
Security Audit — socket — performing-security-testing