seo-fundamentals
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of SEO reference materials and a local auditing script. No suspicious patterns, such as network exfiltration, obfuscation, or unauthorized command execution, were found.- [DATA_EXPOSURE]: The script
seo_checker.pyreads local files within a specified directory to perform SEO analysis. This access is limited to the local filesystem and targeted toward specific file extensions (.html, .jsx, .tsx) and directories (e.g., pages, app, routes), which is consistent with its stated purpose.- [INDIRECT_PROMPT_INJECTION]: - Ingestion points: The script reads content from user-provided project files.
- Boundary markers: Not present; the script reads raw text to search for HTML tags.
- Capability inventory: Limited to directory traversal and file reading using Python's
pathlib. No network, dynamic code execution, or administrative capabilities were found. - Sanitization: The script uses regular expressions to find specific SEO-related tags and does not interpret the content as instructions.
Audit Metadata