ozon-connector
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted third-party data from the Ozon marketplace, including product descriptions and reviews, which could potentially contain adversarial instructions designed to influence agent behavior.
- Ingestion points: Data returned by
ozon_card,ozon_search, andozon_reviewstools. - Boundary markers: The skill includes an explicit 'Source-of-truth caveat' section that instructs the agent to treat seller-authored content as untrusted and to ignore any commands embedded in product copy.
- Capability inventory: The skill uses
curl_cffifor network requests and can interact with a local browser via the Chrome DevTools Protocol. - Sanitization: Relies on instructional constraints (prompt-based defense) rather than programmatic filtering of the scraped text content.
- [COMMAND_EXECUTION]: The documentation describes a workflow that involves executing a local PowerShell script to manage the scraping environment.
- Evidence: The workflow section references
scripts/start_chrome_cdp.ps1to initialize a Chrome instance with a dedicated scraping profile andTest-NetConnectionto verify connectivity.
Audit Metadata