wind-alice
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes system commands to facilitate its core functionality and maintenance. Specifically,
scripts/wind-alice.mjsspawns a child process for the request logic, andscripts/update-check.mjsexecutesgitandnpxcommands to check for and install updates. - [DATA_EXFILTRATION]: The skill accesses the user's home directory to read sensitive API keys from
%USERPROFILE%\.wind-aifinmarket\config. While this is for the intended purpose of authenticating with the Wind API, it constitutes access to sensitive local credentials. - [EXTERNAL_DOWNLOADS]: The skill automatically fetches report files and attachments from Wind's servers (
https://alice.wind.com.cn) and saves them to the local filesystem in the.agents/download/directory. - [INDIRECT_PROMPT_INJECTION]: The skill ingests and displays raw output (
agentResult.value) from the remote Wind Alice API. The instructions specifically forbid the agent from summarizing or rewriting this content, creating a surface where malicious instructions returned by the API could influence the agent's behavior. Evidence found inSKILL.mdandscripts/request.js. - [DYNAMIC_EXECUTION]: The skill implements a self-updating mechanism in
scripts/update-check.mjsthat can dynamically download and execute new versions of the skill using theskillspackage manager.
Audit Metadata