financial_research
Pass
Audited by Gen Agent Trust Hub on Feb 13, 2026
Risk Level: LOWNO_CODE
Full Analysis
The provided SKILL.md file is a declarative definition of a skill, not an executable script. It specifies metadata such as name, description, version, and a list of allowed_tools. No direct malicious patterns were found within the skill's definition.
- Prompt Injection: No patterns indicative of prompt injection (e.g., 'IMPORTANT: Ignore', 'jailbreak') were found in the skill's description or workflow.
- Data Exfiltration: The skill does not contain any explicit commands for data exfiltration. While it mentions using
financial_dataandweb_searchtools, andcreate_document, the skill's definition itself does not instruct these tools to exfiltrate sensitive data. The security of these underlying tools would need separate verification. - Obfuscation: No obfuscation techniques (Base64, zero-width characters, homoglyphs, URL/hex/HTML encoding) were detected in the markdown content.
- Unverifiable Dependencies: The skill mentions 'OpenBB' and 'AkShare' as data sources, which are external. However, the skill itself does not contain instructions to install or fetch these dependencies directly; it relies on a pre-existing
financial_datatool. Therefore, this is not a direct 'unverifiable dependency' finding for the skill's definition. - Privilege Escalation: No commands or instructions for privilege escalation (e.g.,
sudo,chmod 777) were found. - Persistence Mechanisms: No patterns for establishing persistence (e.g., modifying
.bashrc,crontab) were detected. - Metadata Poisoning: All metadata fields (
name,description,author,tags,allowed_tools, etc.) were scanned, and no malicious instructions or hidden content were found. - Indirect Prompt Injection: The skill explicitly lists
web_searchandread_urlamong itsallowed_toolsand states its workflow involves using them to '获取新闻与背景资料' (obtain news and background information). Any skill that processes content from arbitrary external websites is inherently susceptible to indirect prompt injection, where malicious instructions could be embedded in the web content it reads. This is an inherent risk of such functionality and not a direct vulnerability introduced by the skill's definition itself. - Time-Delayed / Conditional Attacks: No conditional logic based on time, usage, or environment was found.
Conclusion: The skill definition itself is clean and does not pose any direct security threats. The primary consideration is the inherent risk of indirect prompt injection when interacting with external web content, which is a general concern for any web-browsing capability.
Audit Metadata