Network Security Setup SOP
Facilitates secure network configuration with trusted domains, access policies, and firewall rules for enhanced security.
Install this skill
or
88/100
Security score
The Network Security Setup SOP skill was audited on May 23, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 175
Curl to non-GitHub URL
SourceSKILL.md
| 175 | curl -s --max-time 5 https://api.anthropic.com && echo "✓ Trusted domain accessible" |
medium line 178
Curl to non-GitHub URL
SourceSKILL.md
| 178 | ! curl -s --max-time 5 https://malicious.com && echo "✓ Blocked domain inaccessible" |
low line 175
External URL reference
SourceSKILL.md
| 175 | curl -s --max-time 5 https://api.anthropic.com && echo "✓ Trusted domain accessible" |
low line 178
External URL reference
SourceSKILL.md
| 178 | ! curl -s --max-time 5 https://malicious.com && echo "✓ Blocked domain inaccessible" |
Scanned on May 23, 2026
View Security Dashboard