apollo-local-dev-loop
Facilitates local development setup for Apollo.io, enabling efficient API testing and team collaboration.
Install this skill
Security score
The apollo-local-dev-loop skill was audited on Feb 25, 2026 and we found 19 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 59 | console.log(`[Apollo] ${config.method?.toUpperCase()} ${config.url}`); |
Template literal with variable interpolation in command context
| 65 | console.log(`[Apollo] Response: ${response.status}`); |
Template literal with variable interpolation in command context
| 69 | console.error(`[Apollo] Error: ${error.response?.status}`, error.message); |
Curl to non-GitHub URL
| 162 | curl -X POST http://localhost:3000/api/apollo/search \ |
Access to .env file
| 30 | touch .env .env.example .env.test |
Access to .env file
| 33 | echo '.env' >> .gitignore |
Access to .env file
| 34 | echo '.env.local' >> .gitignore |
Access to .env file
| 38 | # .env.example (commit this) |
Access to .env file
| 49 | const isDev = process.env.NODE_ENV !== 'production'; |
Access to .env file
| 53 | params: { api_key: process.env.APOLLO_API_KEY }, |
Access to .env file
| 140 | - Environment file structure (.env, .env.example) |
Access to .env file
| 149 | | Missing API Key | .env not loaded | Run `source .env` or use dotenv | |
Access to .env file
| 152 | | Stale Credentials | Key rotated | Update .env with new key | |
External URL reference
| 52 | baseURL: 'https://api.apollo.io/v1', |
External URL reference
| 82 | rest.post('https://api.apollo.io/v1/people/search', (req, res, ctx) => { |
External URL reference
| 93 | rest.get('https://api.apollo.io/v1/organizations/enrich', (req, res, ctx) => { |
External URL reference
| 162 | curl -X POST http://localhost:3000/api/apollo/search \ |
External URL reference
| 190 | - [MSW (Mock Service Worker)](https://mswjs.io/) |
External URL reference
| 191 | - [Vitest Testing Framework](https://vitest.dev/) |
Install this skill with one command
/learn @helixdevelopment/apollo-local-dev-loop