ecomseer
Fail
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEDATA_EXFILTRATIONCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill instructions in
SKILL.mdinclude a hardcoded authentication tokentest-local-token-2026within theAuthorizationheader for requests targeting the deep research service. - [DATA_EXFILTRATION]: The skill is instructed to transmit the user's sensitive
ECOMSEER_API_KEYto an external third-party domaindeepresearch.admapix.comduring the 'Deep Research' process. This domain is not identified as a trusted or well-known service, and the vendor context does not establish a link between the author and this domain. - [COMMAND_EXECUTION]: The skill requires the agent to execute complex shell script loops in
SKILL.mdto poll for research results. This involves usingcurlto fetch data and processing it with shell utilities likegrepandcut, which can be risky if the remote input is not properly handled. - [REMOTE_CODE_EXECUTION]: Automated scanning detected a pattern where remote data from
https://deepresearch.admapix.com/research/{task_id}is downloaded and subsequently processed in a shell execution context within the polling loop. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from both the EcomSeer API and the third-party research framework while possessing command execution capabilities.
- Ingestion points: Data enters the context via
curlrequests inSKILL.mdand referenced API documentation. - Boundary markers: Absent. There are no instructions to delimit or ignore instructions within the fetched data.
- Capability inventory:
curl(network access),openclaw config set(local configuration modification). - Sanitization: Absent. The skill directly presents summaries and reports from external sources without validation or filtering.
Recommendations
- HIGH: Downloads and executes remote code from: https://deepresearch.admapix.com/research/{task_id} - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata