mx-stocks-screener
Fail
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEDATA_EXFILTRATION
Full Analysis
- [CREDENTIALS_UNSAFE]: The script
scripts/get_data.pycontains a hardcoded API keyem_fjFqd4YB6Cqs52LF48XWbMDdLNq6MyNgas a default value for theEM_API_KEYenvironment variable. Hardcoding credentials in source code is an unsafe practice that exposes the secret to anyone with access to the skill files. - [DATA_EXFILTRATION]: The skill transmits user-provided search queries and generated metadata (such as call and user IDs) to
ai-saas.eastmoney.com. This network activity is necessary for the skill's primary function of fetching financial data from the service provider. - [COMMAND_EXECUTION]: The
SKILL.mdfile provides instructions for executing the Python script via the command line with user-controlled input (--query). While this is the intended usage, it involves direct shell interaction with user-supplied arguments.
Recommendations
- AI detected serious security threats
Audit Metadata