Skip to main content

maintainx-ci-integration

Integrates MaintainX API testing into CI/CD pipelines for automated testing and continuous integration, enhancing workflow efficiency.

Install this skill

or
78/100

Security score

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

Categories Tested

Security Issues

medium line 31

Template literal with variable interpolation in command context

SourceSKILL.md
31```yaml
medium line 342

Template literal with variable interpolation in command context

SourceSKILL.md
342const testTitle = `CI Test - ${new Date().toISOString()}`;
medium line 412

Template literal with variable interpolation in command context

SourceSKILL.md
412```yaml
low line 205

Access to .env file

SourceSKILL.md
205dotenv.config({ path: '.env.test' });
low line 213

Access to .env file

SourceSKILL.md
213if (!process.env.MAINTAINX_API_KEY) {
low line 236

Access to .env file

SourceSKILL.md
236process.env.MAINTAINX_API_KEY = 'test_api_key';
low line 251

Access to .env file

SourceSKILL.md
251delete process.env.MAINTAINX_API_KEY;
low line 316

Access to .env file

SourceSKILL.md
316const describeIfApiKey = process.env.MAINTAINX_API_KEY
low line 520

External URL reference

SourceSKILL.md
520- [Jest Documentation](https://jestjs.io/)
low line 521

External URL reference

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