astro
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes official Astro CLI commands (pnpm create astro) and standard package manager operations for project initialization and dependency management. All integrations (Tailwind, React, Sitemap, Cloudflare) are official first-party plugins.
- [SAFE]: Deployment workflows use Cloudflare's official Wrangler tool, which is a well-known and trusted service for static site hosting. The commands provided follow standard preview and deployment procedures.
- [SAFE]: The database interaction example using Astro DB (D1/Turso) implements standard schema definitions and insertion patterns for a basic email capture form, with no evidence of unsafe data handling.
- [SAFE]: Content handling through Astro Content Collections includes schema validation using Zod, which is a best practice for ensuring data integrity in static site generators.
- [SAFE]: No obfuscation, suspicious network calls to unknown domains, or privilege escalation patterns were detected. All code snippets are transparent and serve their stated purpose of providing an Astro boilerplate.
Audit Metadata