Network_Egress_Test
Verifies network connectivity from within a simulated environment to external resources using configurable protocols.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add network_egress_test npx -- -y @trustedskills/network_egress_test
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"network_egress_test": {
"command": "npx",
"args": [
"-y",
"@trustedskills/network_egress_test"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The network_egress_test skill allows an AI agent to perform basic network connectivity tests from within a sandboxed environment. It can verify if the agent can reach specific external IP addresses and ports, simulating outbound network traffic. This is useful for confirming that egress rules are correctly configured and preventing unauthorized connections.
When to use it
- Security Auditing: Verify an AI agent's ability to connect to necessary services while ensuring adherence to security policies.
- Egress Rule Validation: Test the effectiveness of network egress rules by attempting connections to specific external resources.
- Troubleshooting Connectivity Issues: Diagnose problems with outbound network connectivity within a sandboxed environment before applying changes to production systems.
- Testing New Environments: Confirm that an AI agent can successfully connect to required services when deployed in a new or unfamiliar network environment.
Key capabilities
- Connects to specified IP addresses and ports.
- Simulates outbound network traffic within a sandbox.
- Verifies the functionality of egress rules.
Example prompts
- "Can you test if I can reach 8.8.8.8 on port 53?"
- "Perform an egress test to google.com on port 443."
- "Test network connectivity to 192.0.2.1 on port 80."
Tips & gotchas
The skill operates within a sandboxed environment; results may not perfectly reflect real-world network conditions. Ensure the sandbox has appropriate egress permissions configured for accurate testing.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.