twinmind-common-errors
Diagnoses and resolves common TwinMind errors, providing solutions for transcription issues and API integration challenges.
Install this skill
Security score
The twinmind-common-errors skill was audited on May 12, 2026 and we found 21 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 156 | console.log(`Rate limited. Waiting ${retryAfter}s...`); |
Curl to non-GitHub URL
| 330 | curl -v https://api.twinmind.com/v1/health |
Curl to non-GitHub URL
| 345 | curl -s https://status.twinmind.com/api/v2/status.json | jq '.status' |
Curl to non-GitHub URL
| 348 | curl -I https://api.twinmind.com/v1/health |
Webhook reference - potential data exfiltration
| 124 | // Or use async processing with webhooks |
Webhook reference - potential data exfiltration
| 128 | webhook_url: 'https://your-server.com/webhook/twinmind', |
Access to .env file
| 120 | apiKey: process.env.TWINMIND_API_KEY, |
External URL reference
| 65 | https://api.twinmind.com/v1/health |
External URL reference
| 68 | # Visit: https://twinmind.com/settings/api |
External URL reference
| 128 | webhook_url: 'https://your-server.com/webhook/twinmind', |
External URL reference
| 330 | curl -v https://api.twinmind.com/v1/health |
External URL reference
| 337 | https://api.twinmind.com/v1/health |
External URL reference
| 345 | curl -s https://status.twinmind.com/api/v2/status.json | jq '.status' |
External URL reference
| 348 | curl -I https://api.twinmind.com/v1/health |
External URL reference
| 352 | https://api.twinmind.com/v1/me |
External URL reference
| 364 | 2. Check TwinMind status page: https://status.twinmind.com |
External URL reference
| 365 | 3. Search community forum: https://community.twinmind.com |
External URL reference
| 369 | - [TwinMind Status Page](https://status.twinmind.com) |
External URL reference
| 370 | - [TwinMind Support](https://twinmind.com/support) |
External URL reference
| 371 | - [TwinMind Community](https://community.twinmind.com) |
External URL reference
| 372 | - [Error Code Reference](https://twinmind.com/docs/errors) |