twinmind-debug-bundle
Collects diagnostic information for TwinMind issues to assist in troubleshooting and support requests.
Install this skill
Security score
The twinmind-debug-bundle skill was audited on Feb 21, 2026 and we found 27 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 120 | const response = await fetch(`${endpoint}/health`, { |
Template literal with variable interpolation in command context
| 122 | 'Authorization': `Bearer ${process.env.TWINMIND_API_KEY}`, |
Template literal with variable interpolation in command context
| 195 | `twinmind-debug-${Date.now()}.json` |
Template literal with variable interpolation in command context
| 200 | console.log(`Debug bundle saved to: ${filename}`); |
Template literal with variable interpolation in command context
| 277 | const report = ` |
Template literal with variable interpolation in command context
| 302 | `- ${t.endpoint}: ${t.reachable ? `OK (${t.latencyMs}ms)` : `FAILED - ${t.error}`}` |
Access to .env file
| 116 | const endpoint = process.env.TWINMIND_API_URL || 'https://api.twinmind.com/v1'; |
Access to .env file
| 122 | 'Authorization': `Bearer ${process.env.TWINMIND_API_KEY}`, |
Access to .env file
| 148 | const apiKey = process.env.TWINMIND_API_KEY || ''; |
Access to .env file
| 153 | baseUrl: process.env.TWINMIND_API_URL || 'https://api.twinmind.com/v1', |
Access to .env file
| 154 | timeout: parseInt(process.env.TWINMIND_TIMEOUT || '30000'), |
Access to .env file
| 155 | environment: process.env.NODE_ENV || 'development', |
Access to .env file
| 376 | | Missing env vars | Not configured | Check .env file | |
External URL reference
| 116 | const endpoint = process.env.TWINMIND_API_URL || 'https://api.twinmind.com/v1'; |
External URL reference
| 153 | baseUrl: process.env.TWINMIND_API_URL || 'https://api.twinmind.com/v1', |
External URL reference
| 161 | 'https://api.twinmind.com', |
External URL reference
| 162 | 'https://status.twinmind.com', |
External URL reference
| 163 | 'https://twinmind.com', |
External URL reference
| 216 | https://api.twinmind.com/v1/health |
External URL reference
| 220 | https://api.twinmind.com/v1/me | jq |
External URL reference
| 224 | https://api.twinmind.com/v1/health 2>/dev/null | grep -i ratelimit |
External URL reference
| 230 | -d '{"audio_url":"https://example.com/test.mp3"}' \ |
External URL reference
| 231 | https://api.twinmind.com/v1/transcribe |
External URL reference
| 364 | {"endpoint": "https://api.twinmind.com", "reachable": true, "latencyMs": 120} |
External URL reference
| 399 | - [TwinMind Support](https://twinmind.com/support) |
External URL reference
| 400 | - [TwinMind Status](https://status.twinmind.com) |
External URL reference
| 401 | - [Community Forum](https://community.twinmind.com) |