linkfox-sellersprite-competitor-lookup
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on two Python scripts (
scripts/sellersprite_competitor_lookup.pyandscripts/onboarding.py) to handle API requests and account management. These scripts are executed via the command line and take JSON-formatted arguments. - [EXTERNAL_DOWNLOADS]: The
scripts/onboarding.pyscript attempts to importrequestsandqrcode. If these are not present, it provides instructions to the user to install them viapip. These are well-known libraries used for HTTP requests and generating QR codes for payment. - [DATA_EXFILTRATION]: The skill transmits search parameters (ASINs, keywords, seller names) to vendor-controlled domains including
tool-gateway.linkfox.comandapi.linkfox.com. This is consistent with the skill's primary purpose of retrieving market data. It also reads theLINKFOX_AGENT_API_KEYfrom environment variables to authenticate these requests. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted product data from Amazon (such as titles and descriptions) returned by the API.
- Ingestion points: API responses processed in
scripts/sellersprite_competitor_lookup.pyand subsequently displayed to the agent. - Boundary markers: The skill does not implement specific delimiters or instructions to ignore embedded commands within the product data.
- Capability inventory: The skill has the ability to write JSON data files to the local filesystem and perform network requests for feedback and data lookup.
- Sanitization: There is no evidence of sanitization or filtering of the retrieved product data before it is presented to the agent context.
Audit Metadata