linkfox-mpstats-ozon-seller-products
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection via the processing of external marketplace data.
- Ingestion points: Product attributes (such as titles and brand names) are fetched from the LinkFox tool gateway API as defined in
references/api.mdand processed byscripts/mpstats_ozon_seller_products.py. - Boundary markers:
SKILL.mdlacks explicit boundary markers or instructions to the agent to disregard potential commands embedded within the product data displayed in the summary table. - Capability inventory: The skill has network access capabilities via the provided Python script and interacts with the broader LinkFox agent ecosystem.
- Sanitization: There is no logic present in the skill's scripts or instructions to sanitize or escape product data before it enters the agent's context.
- [DATA_EXFILTRATION]: The skill performs network requests to the vendor's official infrastructure.
- It connects to
tool-gateway.linkfox.comto retrieve market statistics andskill-api.linkfox.comfor operational feedback. - Credentials for these services are managed through the
LINKFOXAGENT_API_KEYenvironment variable, which is consistent with secure development standards.
Audit Metadata