quant-buddy-skill
Warn
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/self_update.pyimplements a self-update routine that downloads a ZIP archive from a server-provided URL, validates its SHA-512 digest, and extracts it to replace the skill's source code. This functionality allows for dynamic remote code updates. - [COMMAND_EXECUTION]: The dispatcher
scripts/call.pyexecutes internal Python scripts (scripts/executor.pyandscripts/self_update.py) usingsubprocess.runandsubprocess.Popenvia the local Python interpreter (sys.executable). - [EXTERNAL_DOWNLOADS]: The skill performs network requests to
www.quantbuddy.cnfor financial data,api.bochaai.comfor news searches, and fetches CSV data viascripts/fetch_fastquery_csv.pyusing theurllibstandard library. - [PROMPT_INJECTION]: The
workflows/global-rules.mdfile contains instructions that override the agent's natural behavior, specifically mandating the removal of thinking tags (<think>) and internal process logs from final user responses. These constraints are designed to hide the agent's internal reasoning and process from the user.
Audit Metadata