Skip to main content

openai-api

Integrates with the OpenAI API for model selection, structured outputs, and coding workflows, enhancing app and service development.

Install this skill

or
96/100

Security score

The openai-api skill was audited on Jun 7, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 72

Access to .env file

SourceSKILL.md
72const client = new OpenAI({ apiKey: process.env.OPENAI_API_KEY });
low line 31

External URL reference

SourceSKILL.md
31- https://developers.openai.com/api/docs/models
low line 32

External URL reference

SourceSKILL.md
32- https://developers.openai.com/api/docs/models/gpt-5.3-codex
low line 33

External URL reference

SourceSKILL.md
33- https://developers.openai.com/api/docs/models/codex-mini-latest
Scanned on Jun 7, 2026
View Security Dashboard