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.sh contains commands to automatically install dependencies using pnpm install and build the project if the node_modules or dist directories 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 cheerio library 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
Risk Level
SAFE
Analyzed
Jun 29, 2026, 02:32 AM
Security Audit — agent-trust-hub — seo-analyzer