add-seo

Pass

Audited by Gen Agent Trust Hub on Apr 29, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • Local Script Execution: The skill includes an instruction to run a local version check script (check-version.js) using Node.js to ensure environment compatibility. A validation script (validate-seo.js) is also used to verify that SEO files are correctly formatted and do not contain template placeholders.
  • Command Execution: PowerShell commands are used to locate the project configuration and read site details. The skill also utilizes Git commands to commit changes, which provides transparency and an audit trail for file modifications.
  • User-Defined Configuration: SEO preferences, including the production URL and metadata descriptions, are collected directly from the user via interactive prompts. This ensures the site configuration reflects the user's intent.
  • File System Access: The skill modifies standard project files such as robots.txt, sitemap.xml, and the main HTML entry point (index.html or Astro layouts). These actions are consistent with the skill's stated purpose of implementing search engine optimization.
  • Automated Verification: The skill leverages the Playwright browser tool to verify that the newly created SEO assets are correctly served by the local development environment before finalization.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 29, 2026, 12:11 PM