astro-static-site
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard package manager commands (
npm,npx) and filesystem operations (cp,cd) to initialize Astro projects and install official integrations (React, Tailwind, Sitemap). - [EXTERNAL_DOWNLOADS]: Downloads configuration and dependencies from trusted organizations, including the official Astro ecosystem and GitHub's Action marketplace (
actions/checkout,withastro/action). - [EXTERNAL_DOWNLOADS]: References development container images from the author's own registry (
ghcr.io/totophe/dc-toolbelt), which is consistent with the provided vendor context. - [REMOTE_CODE_EXECUTION]: Employs standard CI/CD practices via GitHub Actions to automate site deployment to GitHub Pages.
Audit Metadata