seo-analyzer
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The shell script
scripts/run-seo-analyzer.shcontains commands to automatically install dependencies usingpnpm installand build the project if thenode_modulesordistdirectories are missing. This is a standard setup procedure for skills provided in source format. - [SAFE]: The skill's core logic is implemented in TypeScript and uses the
cheeriolibrary for static HTML parsing. This approach ensures that any scripts or active content within the analyzed HTML files are not executed during the audit. - [SAFE]: File access is restricted to the specific HTML path provided by the user. No attempts to access sensitive system files (e.g.,
.ssh,.aws,.env) or environment variables were found. - [SAFE]: The skill does not perform any network operations. All analysis is performed locally on the host machine.
Audit Metadata