skills/vudovn/ag-kit/geo-fundamentals/Gen Agent Trust Hub

geo-fundamentals

Pass

Audited by Gen Agent Trust Hub on Sep 23, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The scripts/geo_checker.py script reads and analyzes untrusted file content (HTML, JSX, TSX) from the project directory. This creates a potential attack surface where instructions embedded in the analyzed code could attempt to influence the agent's interpretation of the audit results or its subsequent actions. \n
  • Ingestion points: The script ingests project file content using Path.read_text in the _read_route_content and check_page functions in scripts/geo_checker.py. \n
  • Boundary markers: None present; the script scans the raw, delimited content of local files using regular expressions. \n
  • Capability inventory: The script is restricted to local file reads and text processing; it contains no network capabilities, subprocess execution, or dynamic code evaluation. \n
  • Sanitization: The script performs basic structural filtering (stripping code blocks and backticks) to focus on content, but it does not specifically sanitize for prompt injection vectors.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 23, 2026, 04:50 AM
Security Audit — agent-trust-hub — geo-fundamentals