astro
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational content and code snippets for building websites with the Astro framework. All instructions follow standard development practices.
- [EXTERNAL_DOWNLOADS]: The documentation includes standard commands for project initialization and adding integrations (e.g.,
npm create astro@latest,npx astro add tailwind). These commands interact with official package registries to fetch verified framework components. - [COMMAND_EXECUTION]: Contains common development lifecycle commands such as
npm installandnpm run devfor managing local project dependencies and the development server. - [DATA_EXFILTRATION]: No suspicious network activity or sensitive data access patterns were identified. The skill explicitly warns users against exposing secrets in client-side code and provides guidance on the secure use of environment variables.
Audit Metadata