Skip to main content

AI Code Generation System

Automates code generation for boilerplate, tests, and scaffolding, enhancing development speed and consistency.

Install this skill

or
95/100

Security score

The AI Code Generation System skill was audited on Feb 19, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 394

Access to .env file

SourceSKILL.md
394"": ["package.json", "tsconfig.json", ".env.example", "README.md"]
low line 435

Access to .env file

SourceSKILL.md
435"Configure environment: cp .env.example .env",
low line 1024

Access to .env file

SourceSKILL.md
10242. cp .env.example .env
low line 460

External URL reference

SourceSKILL.md
460"spec_source": "https://api.example.com/openapi.json", // or local file path
low line 530

External URL reference

SourceSKILL.md
530"usage_example": "import { ApiClient } from './generated/api-client';\n\nconst client = new ApiClient({\n baseUrl: 'https://api.example.com',\n token: 'your-auth-token'\n});\n\n// Type-safe API call
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →