Skip to main content

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

or
61/100

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

medium line 269

Curl to non-GitHub URL

SourceSKILL.md
269curl -v https://<tunnel-url>/api/webhooks/agent/events
low line 29

Webhook reference - potential data exfiltration

SourceSKILL.md
29# 1. Start dev server with tunnel (required for E2B webhooks)
medium line 87

Webhook reference - potential data exfiltration

SourceSKILL.md
87- Enable E2B webhooks to reach your local server
medium line 102

Webhook reference - potential data exfiltration

SourceSKILL.md
102**Important**: The tunnel URL changes each time you restart. E2B sandbox webhooks use this URL to send events back to your local server.
medium line 263

Webhook reference - potential data exfiltration

SourceSKILL.md
263**Cause**: E2B sandbox cannot reach the tunnel URL (webhooks fail)
low line 269

Webhook reference - potential data exfiltration

SourceSKILL.md
269curl -v https://<tunnel-url>/api/webhooks/agent/events
medium line 46

Access to .env file

SourceSKILL.md
46Ensure the following are set in `turbo/apps/web/.env.local`:
low line 68

Access to .env file

SourceSKILL.md
68# Add to turbo/apps/web/.env.local
low line 69

Access to .env file

SourceSKILL.md
69echo "USE_MOCK_CLAUDE=true" >> turbo/apps/web/.env.local
low line 70

Access to .env file

SourceSKILL.md
70echo "CONCURRENT_RUN_LIMIT=0" >> turbo/apps/web/.env.local
low line 283

Access to .env file

SourceSKILL.md
283echo "CONCURRENT_RUN_LIMIT=0" >> turbo/apps/web/.env.local
low line 36

External URL reference

SourceSKILL.md
36VM0_API_URL=http://localhost:3000 USE_MOCK_CLAUDE=true BATS_TEST_TIMEOUT=60 \
low line 98

External URL reference

SourceSKILL.md
98- `[tunnel] Tunnel URL: https://xxx.trycloudflare.com`
low line 169

External URL reference

SourceSKILL.md
169| `VM0_API_URL` | `http://localhost:3000` | API endpoint |
low line 176

External URL reference

SourceSKILL.md
176VM0_API_URL=http://localhost:3000 \
low line 185

External URL reference

SourceSKILL.md
185VM0_API_URL=http://localhost:3000 \
low line 194

External URL reference

SourceSKILL.md
194VM0_API_URL=http://localhost:3000 \
low line 203

External URL reference

SourceSKILL.md
203VM0_API_URL=http://localhost:3000 \
low line 269

External URL reference

SourceSKILL.md
269curl -v https://<tunnel-url>/api/webhooks/agent/events
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry