Skip to main content

astro-developer

Provides comprehensive guidance for developing Astro web applications, including component creation, routing, and performance optimization.

Install this skill

or
90/100

Security score

The astro-developer skill was audited on Feb 9, 2026 and we found 6 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 89

Template literal with variable interpolation in command context

SourceSKILL.md
89<main class={`${variantClasses[variant]} p-6 rounded-lg shadow-sm`}>
low line 759

Access to .env file

SourceSKILL.md
759// Create .env file
low line 764

Access to .env file

SourceSKILL.md
764const apiUrl = import.meta.env.PUBLIC_API_URL;
low line 528

External URL reference

SourceSKILL.md
528site: "https://yoursite.com",
low line 657

External URL reference

SourceSKILL.md
657url: 'http://localhost:4321/',
low line 760

External URL reference

SourceSKILL.md
760PUBLIC_API_URL=https://api.example.com
Scanned on Feb 9, 2026
View Security Dashboard