geo-fundamentals
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational documentation and a utility script for auditing web pages. All operations are confined to local file analysis.
- [DATA_EXPOSURE]: The
scripts/geo_checker.pyscript reads local file content to identify SEO-related patterns. It specifically excludes sensitive directories such as.git,node_modules, and configuration files (e.g.,.env,package.json), and it does not perform any network operations to exfiltrate data. - [COMMAND_EXECUTION]: The skill does not execute arbitrary system commands or spawn dangerous subprocesses. It uses standard Python libraries for file system traversal and regular expressions for content analysis.
- [REMOTE_CODE_EXECUTION]: No remote scripts are downloaded or executed. The skill has no external dependencies and does not utilize dynamic code execution functions like
eval()orexec(). - [PROMPT_INJECTION]: No malicious instructions or bypass attempts were found in the markdown documentation or the provided script.
Audit Metadata