Skip to main content

📝 Type Generator Skill

Automatically generates TypeScript types and interfaces from JSON data, API responses, or database schemas for improved type safety.

Install this skill

or
96/100

Security score

The 📝 Type Generator Skill skill was audited on Jun 24, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 57

Fetch to external URL

SourceSKILL.md
57const response = await fetch('/api/users/1');
low line 32

External URL reference

SourceSKILL.md
32"avatar": "https://...",
low line 194

External URL reference

SourceSKILL.md
194- [quicktype.io](https://quicktype.io) - JSON to types
low line 195

External URL reference

SourceSKILL.md
195- [transform.tools](https://transform.tools) - Multiple formats
Scanned on Jun 24, 2026
View Security Dashboard