sandbox-escape-techniques

Fail

Audited by Socket on Jul 21, 2026

3 alerts found:

Securityx2Malware
SecurityMEDIUM
SKILL.md

SUSPICIOUS: the skill is internally consistent with its stated purpose, but that purpose is to equip an AI agent with offensive sandbox-escape and breakout techniques. It does not show credential harvesting or malicious supply-chain behavior, yet it materially increases the agent’s ability to gain unauthorized execution, access host files, and escalate from constrained environments.

Confidence: 94%Severity: 92%
SecurityMEDIUM
SECCOMP_BYPASS.md

This fragment is explicitly designed to bypass Linux sandboxing (seccomp) and achieve offensive outcomes: opening a protected file ("/flag"), executing a shell, injecting syscalls into another process via ptrace, and exfiltrating data using file/pipe primitives such as sendfile/splice/tee or cross-process memory access. While the snippet alone is insufficient to prove what a specific dependency does at runtime, the content is strongly consistent with malicious tooling/sandbox-escape guidance and would be considered a severe supply-chain red flag if found inside a package’s executable code.

Confidence: 56%Severity: 78%
MalwareHIGH
PYTHON_SANDBOX_ESCAPE.md

This fragment is highly indicative of malicious/weaponizable content: it provides multiple complete, copy-pastable routes to Python sandbox escape and arbitrary code execution (eval/exec, os.system/subprocess), unsafe deserialization exploitation (pickle.loads with __reduce__), and sensitive file read patterns with potential exfiltration hooks. Even without confirming runtime execution behavior of the surrounding package, the supplied content represents a severe supply-chain security concern.

Confidence: 86%Severity: 98%
Audit Metadata
Analyzed At
Jul 21, 2026, 01:26 PM
Package URL
pkg:socket/skills-sh/strivepan-svg%2Fhack-skills%2Fsandbox-escape-techniques%2F@f28a9d8ae3fd07e80ea73d4a0f32aa3bfca4102dcc8114aaf4f3ee3033dc801d
Security Audit — socket — sandbox-escape-techniques