astro
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is purely instructional, providing documentation for the Astro framework. All code snippets and configuration examples follow best practices for the framework.
- [EXTERNAL_DOWNLOADS]: Mentions standard framework CLI commands and integrations (e.g.,
npm create astro@latest,npx astro add react,npx astro add tailwind). These are official tools used for project setup and extension. - [CREDENTIALS_UNSAFE]: Includes a section on environment variables with a placeholder secret (
SECRET_KEY=abc123) for illustrative purposes. This follows standard educational practice and does not expose real credentials. - [COMMAND_EXECUTION]: Provides standard build and development scripts (
npm run dev,npx astro build) expected in a modern web development environment. - [SAFE]: Network operations described in the documentation use generic placeholder URLs (e.g.,
api.example.com,example.com/image.jpg) for data fetching and image optimization examples.
Audit Metadata