geo-fundamentals
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The provided Python script
scripts/geo_checker.pyperforms a passive static analysis of local web content. It uses regular expressions to identify search engine optimization (SEO) and generative engine optimization (GEO) markers like JSON-LD schema, heading structures, and author attribution. - [SAFE]: The script does not perform any network operations, such as external downloads or data exfiltration. All operations are local to the user-provided project path.
- [SAFE]: The script includes a comprehensive skip-list for directories (e.g.,
.git,node_modules,.env) and files, ensuring it does not accidentally process or expose sensitive configuration data or metadata. - [SAFE]: No command execution, dynamic code loading, or obfuscation techniques were identified in the instructions or the associated scripts.
Audit Metadata