Skip to main content

twinmind-debug-bundle

Collects diagnostic information for TwinMind issues to assist in troubleshooting and support requests.

Install this skill

or
45/100

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

medium line 120

Template literal with variable interpolation in command context

SourceSKILL.md
120const response = await fetch(`${endpoint}/health`, {
medium line 122

Template literal with variable interpolation in command context

SourceSKILL.md
122'Authorization': `Bearer ${process.env.TWINMIND_API_KEY}`,
medium line 195

Template literal with variable interpolation in command context

SourceSKILL.md
195`twinmind-debug-${Date.now()}.json`
medium line 200

Template literal with variable interpolation in command context

SourceSKILL.md
200console.log(`Debug bundle saved to: ${filename}`);
medium line 277

Template literal with variable interpolation in command context

SourceSKILL.md
277const report = `
medium line 302

Template literal with variable interpolation in command context

SourceSKILL.md
302`- ${t.endpoint}: ${t.reachable ? `OK (${t.latencyMs}ms)` : `FAILED - ${t.error}`}`
low line 116

Access to .env file

SourceSKILL.md
116const endpoint = process.env.TWINMIND_API_URL || 'https://api.twinmind.com/v1';
low line 122

Access to .env file

SourceSKILL.md
122'Authorization': `Bearer ${process.env.TWINMIND_API_KEY}`,
low line 148

Access to .env file

SourceSKILL.md
148const apiKey = process.env.TWINMIND_API_KEY || '';
low line 153

Access to .env file

SourceSKILL.md
153baseUrl: process.env.TWINMIND_API_URL || 'https://api.twinmind.com/v1',
low line 154

Access to .env file

SourceSKILL.md
154timeout: parseInt(process.env.TWINMIND_TIMEOUT || '30000'),
low line 155

Access to .env file

SourceSKILL.md
155environment: process.env.NODE_ENV || 'development',
medium line 376

Access to .env file

SourceSKILL.md
376| Missing env vars | Not configured | Check .env file |
low line 116

External URL reference

SourceSKILL.md
116const endpoint = process.env.TWINMIND_API_URL || 'https://api.twinmind.com/v1';
low line 153

External URL reference

SourceSKILL.md
153baseUrl: process.env.TWINMIND_API_URL || 'https://api.twinmind.com/v1',
low line 161

External URL reference

SourceSKILL.md
161'https://api.twinmind.com',
low line 162

External URL reference

SourceSKILL.md
162'https://status.twinmind.com',
low line 163

External URL reference

SourceSKILL.md
163'https://twinmind.com',
low line 216

External URL reference

SourceSKILL.md
216https://api.twinmind.com/v1/health
low line 220

External URL reference

SourceSKILL.md
220https://api.twinmind.com/v1/me | jq
low line 224

External URL reference

SourceSKILL.md
224https://api.twinmind.com/v1/health 2>/dev/null | grep -i ratelimit
low line 230

External URL reference

SourceSKILL.md
230-d '{"audio_url":"https://example.com/test.mp3"}' \
low line 231

External URL reference

SourceSKILL.md
231https://api.twinmind.com/v1/transcribe
low line 364

External URL reference

SourceSKILL.md
364{"endpoint": "https://api.twinmind.com", "reachable": true, "latencyMs": 120}
low line 399

External URL reference

SourceSKILL.md
399- [TwinMind Support](https://twinmind.com/support)
low line 400

External URL reference

SourceSKILL.md
400- [TwinMind Status](https://status.twinmind.com)
low line 401

External URL reference

SourceSKILL.md
401- [Community Forum](https://community.twinmind.com)
Scanned on Feb 21, 2026
View Security Dashboard
Installation guide →
GitHub Stars 508
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
Dicklesworthstone/pi_agent_rust