Skip to main content

maintainx-local-dev-loop

Facilitates local development for MaintainX integrations, enabling efficient API testing and sandbox workflows.

Install this skill

or
85/100

Security score

The maintainx-local-dev-loop skill was audited on May 12, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 74

Access to .env file

SourceSKILL.md
74├── .env # MAINTAINX_API_KEY=...
low line 75

Access to .env file

SourceSKILL.md
75├── .env.example # MAINTAINX_API_KEY=your-key-here
low line 107

Access to .env file

SourceSKILL.md
107process.env.MAINTAINX_API_KEY = 'test-key-123';
medium line 182

Access to .env file

SourceSKILL.md
182- `.env.example` template for team onboarding
medium line 188

Access to .env file

SourceSKILL.md
188| `MAINTAINX_API_KEY` undefined | Copy `.env.example` to `.env` and fill in your key |
low line 220

Access to .env file

SourceSKILL.md
220env_file: .env
low line 195

External URL reference

SourceSKILL.md
195- [Vitest Documentation](https://vitest.dev/)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →