local-testing
Sets up a local testing environment to run unit and CLI E2E tests with mock Claude, ensuring robust development workflows.
Install this skill
Security score
The local-testing skill was audited on Feb 12, 2026 and we found 19 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 269 | curl -v https://<tunnel-url>/api/webhooks/agent/events |
Webhook reference - potential data exfiltration
| 29 | # 1. Start dev server with tunnel (required for E2B webhooks) |
Webhook reference - potential data exfiltration
| 87 | - Enable E2B webhooks to reach your local server |
Webhook reference - potential data exfiltration
| 102 | **Important**: The tunnel URL changes each time you restart. E2B sandbox webhooks use this URL to send events back to your local server. |
Webhook reference - potential data exfiltration
| 263 | **Cause**: E2B sandbox cannot reach the tunnel URL (webhooks fail) |
Webhook reference - potential data exfiltration
| 269 | curl -v https://<tunnel-url>/api/webhooks/agent/events |
Access to .env file
| 46 | Ensure the following are set in `turbo/apps/web/.env.local`: |
Access to .env file
| 68 | # Add to turbo/apps/web/.env.local |
Access to .env file
| 69 | echo "USE_MOCK_CLAUDE=true" >> turbo/apps/web/.env.local |
Access to .env file
| 70 | echo "CONCURRENT_RUN_LIMIT=0" >> turbo/apps/web/.env.local |
Access to .env file
| 283 | echo "CONCURRENT_RUN_LIMIT=0" >> turbo/apps/web/.env.local |
External URL reference
| 36 | VM0_API_URL=http://localhost:3000 USE_MOCK_CLAUDE=true BATS_TEST_TIMEOUT=60 \ |
External URL reference
| 98 | - `[tunnel] Tunnel URL: https://xxx.trycloudflare.com` |
External URL reference
| 169 | | `VM0_API_URL` | `http://localhost:3000` | API endpoint | |
External URL reference
| 176 | VM0_API_URL=http://localhost:3000 \ |
External URL reference
| 185 | VM0_API_URL=http://localhost:3000 \ |
External URL reference
| 194 | VM0_API_URL=http://localhost:3000 \ |
External URL reference
| 203 | VM0_API_URL=http://localhost:3000 \ |
External URL reference
| 269 | curl -v https://<tunnel-url>/api/webhooks/agent/events |