geo-fundamentals
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs local file analysis to identify SEO and Generative Engine Optimization (GEO) patterns in web project files.
- [SAFE]: No network operations, external downloads, or third-party dependencies are utilized; the script relies exclusively on the Python standard library.
- [SAFE]: The script uses regular expressions for pattern detection and does not execute or interpret the content of the files it analyzes.
- [PROMPT_INJECTION]: The skill processes untrusted local files (HTML, JSX, TSX) to detect SEO markers. The risk of indirect prompt injection is categorized as SAFE because the script outputs only summary metrics and detection flags rather than reflecting raw file content back to the agent, and it possesses no dangerous capabilities such as network access or shell execution.
- Ingestion points: scripts/geo_checker.py reads local web files.
- Boundary markers: None.
- Capability inventory: Limited to file reading and console output; no network or subprocess capabilities.
- Sanitization: Uses regular expressions for presence-detection; does not evaluate or display file content.
Audit Metadata