Skip to main content

maintainx-common-errors

Helps debug and resolve common MaintainX API errors, ensuring smooth integration and functionality.

Install this skill

or
44/100

Security score

The maintainx-common-errors skill was audited on Feb 28, 2026 and we found 16 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 56

Template literal with variable interpolation in command context

SourceSKILL.md
56'Authorization': `Bearer ${apiKey}`, // Correct
medium line 57

Template literal with variable interpolation in command context

SourceSKILL.md
57// NOT: `Bearer${apiKey}` (missing space)
medium line 121

Template literal with variable interpolation in command context

SourceSKILL.md
121'Authorization': `Bearer ${apiKey}`,
medium line 202

Template literal with variable interpolation in command context

SourceSKILL.md
202console.error(`Work order ${id} not found`);
medium line 239

Template literal with variable interpolation in command context

SourceSKILL.md
239throw new Error(`Asset ${data.assetId} not found`);
medium line 248

Template literal with variable interpolation in command context

SourceSKILL.md
248throw new Error(`Location ${data.locationId} not found`);
medium line 277

Template literal with variable interpolation in command context

SourceSKILL.md
277console.log(`Rate limited. Waiting ${retryAfter}s...`);
medium line 310

Template literal with variable interpolation in command context

SourceSKILL.md
310console.log(`Server error. Retrying in ${delay}ms...`);
medium line 374

Template literal with variable interpolation in command context

SourceSKILL.md
374console.log(`\n=== ${description} ===`);
medium line 381

Template literal with variable interpolation in command context

SourceSKILL.md
381console.log(`SUCCESS (${duration}ms)`);
low line 49

Access to .env file

SourceSKILL.md
49const apiKey = process.env.MAINTAINX_API_KEY;
low line 64

External URL reference

SourceSKILL.md
64// https://api.getmaintainx.com/v1/users?limit=1
low line 82

External URL reference

SourceSKILL.md
82"https://api.getmaintainx.com/v1/users?limit=1")
low line 421

External URL reference

SourceSKILL.md
421- [MaintainX API Status](https://status.getmaintainx.com)
low line 422

External URL reference

SourceSKILL.md
422- [MaintainX Help Center](https://help.getmaintainx.com)
low line 423

External URL reference

SourceSKILL.md
423- [API Documentation](https://maintainx.dev/)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →