geo-fundamentals
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides informational guidelines on how to optimize content for AI search engines (GEO). The associated script,
scripts/geo_checker.py, performs a static audit of local project files to identify SEO/GEO signals. - [COMMAND_EXECUTION]: The script uses standard file system traversal via
pathlib.Path.globand read operations viaPath.read_text. It limits analysis to a maximum of 30 files and explicitly skips sensitive directories like.git,node_modules, and.vscodeto prevent accidental data exposure. - [REMOTE_CODE_EXECUTION]: No remote code execution or external package installations were detected. The script relies exclusively on Python standard libraries (
sys,re,json,pathlib). - [DATA_EXFILTRATION]: There are no network operations (such as
requests,urllib, orcurlcalls) found in the script. The audit results are only printed to the local console output. - [PROMPT_INJECTION]: The
SKILL.mdfile contains standard instructional content and does not attempt to override AI safety guidelines or extract system prompts.
Audit Metadata