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.glob and read operations via Path.read_text. It limits analysis to a maximum of 30 files and explicitly skips sensitive directories like .git, node_modules, and .vscode to 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, or curl calls) found in the script. The audit results are only printed to the local console output.
  • [PROMPT_INJECTION]: The SKILL.md file contains standard instructional content and does not attempt to override AI safety guidelines or extract system prompts.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 5, 2026, 01:29 PM
Security Audit — agent-trust-hub — geo-fundamentals