geo-fundamentals
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The provided Python script scripts/geo_checker.py performs static analysis on local project files using standard library modules and does not execute arbitrary shell commands.
- [DATA_EXFILTRATION] (SAFE): No network activity or data exfiltration patterns were identified.
- [REMOTE_CODE_EXECUTION] (SAFE): The script does not download or execute remote code.
- [INDIRECT_PROMPT_INJECTION] (LOW): The skill is susceptible to indirect prompt injection through its file analysis script. 1. Ingestion points: scripts/geo_checker.py reads content from HTML, JSX, and TSX files. 2. Boundary markers: Absent. 3. Capability inventory: The script reads and performs regex matching on local files, printing results to stdout. 4. Sanitization: None; raw file content is processed to find SEO-related patterns.
Audit Metadata