comparable-company-analysis
Fail
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The script
scripts/get_data.pycontains a hardcoded credential (em_fjFqd4YB6Cqs52LF48XWbMDdLNq6MyNg) assigned to theEM_API_KEYvariable as a default value. This exposes the service key within the source code. - [DATA_EXFILTRATION]: The skill performs network requests to the East Money financial data service (
ai-saas.eastmoney.com) to retrieve company information. While this is necessary for its functionality, it involves outbound traffic to a third-party domain. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its processing of external data.
- Ingestion points: Data enters the agent's context from the
ai-saas.eastmoney.comAPI response viascripts/get_data.py. - Boundary markers: No explicit delimiters or instructions are used to separate the external data from the agent's core instructions.
- Capability inventory: The skill uses the
openpyxllibrary inscripts/excel_theme.pyto write data to Excel files and instructions inSKILL.mdprompt the agent to read and analyze these files. - Sanitization: There is no evidence of filtering or sanitizing the strings returned by the API before they are presented to the agent for analysis.
Recommendations
- AI detected serious security threats
Audit Metadata