amazon-sorftime-research-mcp-skill
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted content from external sources (Amazon product reviews, descriptions, and metadata) via MCP services. This content is subsequently processed by the agent to generate research reports, creating a surface for indirect prompt injection attacks where malicious data could influence agent behavior.
- Ingestion Points: Data is fetched from
mcp.sorftime.com,mcp.sif.com, andmcp.xiyou.comusing theproduct_reviews,product_detail, andkeyword_detailmethods as demonstrated in the Python implementation patterns inSKILL.md. - Boundary Markers: The instructions do not define delimiters or explicit 'ignore instructions' directives for the ingested data.
- Capability Inventory: The skill performs file system writes to save research reports in local directories such as
reports/andcategory-reports/. - Sanitization: There is no evidence of input validation or sanitization for the retrieved Amazon content before it is incorporated into the agent's context.
- [DATA_EXFILTRATION]: The skill transmits potentially sensitive business intelligence, such as specific product identifiers (ASINs) and target keywords, to third-party endpoints.
- Evidence: Communication occurs with
mcp.sorftime.com,mcp.sif.com, andmcp.xiyou.comvia HTTP POST requests containing user-defined search parameters to facilitate research functions.
Audit Metadata