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
| 342 | const 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
| 205 | dotenv.config({ path: '.env.test' }); |
low line 213
Access to .env file
SourceSKILL.md
| 213 | if (!process.env.MAINTAINX_API_KEY) { |
low line 236
Access to .env file
SourceSKILL.md
| 236 | process.env.MAINTAINX_API_KEY = 'test_api_key'; |
low line 251
Access to .env file
SourceSKILL.md
| 251 | delete process.env.MAINTAINX_API_KEY; |
low line 316
Access to .env file
SourceSKILL.md
| 316 | const 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 DashboardGitHub Stars 508
Rate this skill
Categorydevelopment
UpdatedApril 5, 2026
Dicklesworthstone/pi_agent_rust