aeo
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: Indirect Prompt Injection Surface. The skill processes untrusted content from external URLs which could be used to influence the agent's behavior during audit report generation.
- Ingestion points: The
scripts/check_schema_markup.pyscript fetches HTML and JSON-LD data from arbitrary URLs provided as input (line 26). - Boundary markers: No explicit delimiters or boundary markers (e.g., XML tags or triple quotes) are used in the script output or the
templates/aeo-audit-report.mdtemplate to isolate external content from the agent's instructions. - Capability inventory: The skill has access to the
Bashtool to run python scripts, and the agent uses the script's output to populate audit reports and make optimization recommendations. - Sanitization: The script extracts structured data using regex and JSON parsing but does not sanitize the content for natural language instructions before it is presented to the agent.
- [EXTERNAL_DOWNLOADS]: External skill installation. The
SKILL.mddocumentation includes commands to install additional tools (e.g.,browserbase-search,unslop) using a local helper scriptscripts/install-external-skills.py. While the installation script is not provided in this package, the referenced services are well-known technology providers and the process is a standard part of the vendor's ecosystem functionality.
Audit Metadata