trading-agents
Audited by Socket on Mar 7, 2026
2 alerts found:
Obfuscated Filex2The skill is a coherent, purpose-aligned multi-agent stock analysis system that legitimately requires external data sources and API credentials. Its footprint is proportionate to its stated financial analysis objectives. The main security considerations are credential handling (env/config tokens), data privacy/licensing from data providers, and secure management of generated reports. No evidence of unwanted binary installs or data exfiltration channels beyond normal API usage and local report storage. Treat credentials and data flows with standard best practices to maintain a benign security posture.
No direct malicious payloads were found in this file (no remote shell, no obfuscated payloads, no explicit credential harvesting code). The main security concern is data-exfiltration risk: prompts and analyst data are sent to a non-standard external LLM endpoint (dashscope.aliyuncs.com) using an API key. The code also contains clear bugs (missing sys_prompt and malformed prompt template) that will cause runtime errors or unexpected prompts. Overall, the probability of intentional malware in this snippet is low, but the supply-chain/configuration choices create a moderate security risk that requires immediate review and remediation before use in production.