when-setting-network-security-use-network-security-setup
Configures secure network isolation in Claude Code sandbox with trusted domains, access policies, and environment variables.
Install this skill
or
88/100
Security score
The when-setting-network-security-use-network-security-setup skill was audited on Feb 28, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 180
Curl to non-GitHub URL
SourceSKILL.md
| 180 | curl -s --max-time 5 https://api.anthropic.com && echo "✓ Trusted domain accessible" |
medium line 183
Curl to non-GitHub URL
SourceSKILL.md
| 183 | ! curl -s --max-time 5 https://malicious.com && echo "✓ Blocked domain inaccessible" |
low line 180
External URL reference
SourceSKILL.md
| 180 | curl -s --max-time 5 https://api.anthropic.com && echo "✓ Trusted domain accessible" |
low line 183
External URL reference
SourceSKILL.md
| 183 | ! curl -s --max-time 5 https://malicious.com && echo "✓ Blocked domain inaccessible" |
Scanned on Feb 28, 2026
View Security Dashboard