Skip to main content

Sandbox Security Configuration SOP

Configures sandbox security in Claude Code, ensuring safe code execution with isolation boundaries and access controls.

Install this skill

or
0/100

Security score

The Sandbox Security Configuration SOP skill was audited on May 23, 2026 and we found 17 security issues across 3 threat categories, including 6 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 524

Curl to non-GitHub URL

SourceSKILL.md
524if curl -s --max-time 5 https://api.anthropic.com >/dev/null 2>&1; then
medium line 534

Curl to non-GitHub URL

SourceSKILL.md
534if ! curl -s --max-time 5 https://example-malicious.com >/dev/null 2>&1; then
high line 482

Access to /etc/shadow

SourceSKILL.md
482if ! cat /etc/shadow 2>/dev/null; then
high line 483

Access to /etc/shadow

SourceSKILL.md
483echo "✓ Cannot read /etc/shadow"
high line 486

Access to /etc/shadow

SourceSKILL.md
486echo "✗ Can read /etc/shadow (SECURITY ISSUE)"
low line 221

Access to hidden dotfiles in home directory

SourceSKILL.md
221"~/.ssh/**",
low line 222

Access to hidden dotfiles in home directory

SourceSKILL.md
222"~/.aws/**",
low line 223

Access to hidden dotfiles in home directory

SourceSKILL.md
223"~/.config/**"
low line 514

Access to hidden dotfiles in home directory

SourceSKILL.md
514if ! cat ~/.ssh/id_rsa 2>/dev/null; then
low line 715

Access to hidden dotfiles in home directory

SourceSKILL.md
715- Denied: /etc, /root, /sys, /proc, /dev, /home, ~/.ssh, ~/.aws
medium line 216

Access to root home directory

SourceSKILL.md
216"/root/**",
medium line 289

Access to root home directory

SourceSKILL.md
289deny /root/** rwklx,
high line 221

Access to SSH directory

SourceSKILL.md
221"~/.ssh/**",
high line 514

Access to SSH directory

SourceSKILL.md
514if ! cat ~/.ssh/id_rsa 2>/dev/null; then
high line 222

Access to AWS credentials directory

SourceSKILL.md
222"~/.aws/**",
low line 524

External URL reference

SourceSKILL.md
524if curl -s --max-time 5 https://api.anthropic.com >/dev/null 2>&1; then
low line 534

External URL reference

SourceSKILL.md
534if ! curl -s --max-time 5 https://example-malicious.com >/dev/null 2>&1; then
Scanned on May 23, 2026
View Security Dashboard
Installation guide →
GitHub Stars 4
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
DNYoussef/ai-chrome-extension