seo-validate
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a locally bundled Python script (
scripts/seo-scanner.py) to perform pattern matching across the project files. The execution is limited to read-only operations using the standard library modulesos,pathlib, andre. - [DATA_EXPOSURE]: The tool processes codebase content but implements robust exclusion rules in
collect_filesto skip sensitive directories such as.git,node_modules, and environment folders (.venv), preventing accidental exposure of sensitive metadata or credentials. - [PROMPT_INJECTION]: While the skill ingests untrusted data (the user's source code), it lacks any mechanism to evaluate or execute that data. The scanner treats file content strictly as text for regex matching, mitigating the risk of indirect prompt injection.
- [SAFE]: No external network requests, data exfiltration patterns, or obfuscation techniques were detected. The skill's behavior matches its stated purpose of SEO validation.
Audit Metadata