seo-in-astro
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The installation guide in
rules/getting-started.mddirects users to download a library archive (.tgz) from Ko-fi, which is a well-known service for commercial distributions. This is the primary method provided for obtaining theseo-in-astropackage. - [COMMAND_EXECUTION]: The
rules/seo-check.mdfile suggests adding acheck-seoscript topackage.jsonthat uses thenode -eflag to execute code. This is a standard way to trigger utility scripts provided by a package. - [REMOTE_CODE_EXECUTION]: The provided audit script performs a dynamic import of
@dlcastillop/seo-in-astro/toolingto execute thecheckSeofunction. While this executes external code, it is within the context of the vendor's own tooling for SEO analysis.
Audit Metadata