quant-buddy-skill
Fail
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/self_update.pyis designed to download a zip archive from a remote URL, verify its SHA-512 hash, and extract it to the skill's root directory, effectively overwriting its own code. This creates a powerful remote update vector that could be exploited to run arbitrary code if the remote server or the update package is compromised. - [DATA_EXFILTRATION]: During session initialization in
scripts/call.py, the user's original query (user_query) is sent to thequantbuddy.cnAPI for 'trace analysis.' This exposes user prompts and any potentially sensitive information within them to the service provider. - [COMMAND_EXECUTION]: The entry point
scripts/call.pyusessubprocess.runandsubprocess.Popento executescripts/executor.pyand other local scripts. While intended for internal tool dispatch, this pattern represents a risk of command injection if parameters are handled unsafely. - [EXTERNAL_DOWNLOADS]: The skill performs multiple network requests to external domains including
www.quantbuddy.cnfor data andapi.bochaai.comfor news searches. Furthermore, the self-update logic inscripts/self_update.pyperforms downloads from arbitrary URLs provided by the server.
Recommendations
- AI detected serious security threats
Audit Metadata