Back to skill

Security audit

Financial Analysis Toolkit

Security checks for vulnerabilities and agentic risk

Overview

This skill is a straightforward Chinese-language financial analysis helper that fetches public market data and does not show hidden, destructive, persistent, or credential-seeking behavior.

Install this only if you want Chinese-language financial analysis that may query AKShare, pywencai, and web search for public market data. Treat generated investment analysis as informational and verify data before making financial decisions.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (3)

Vague Triggers

Medium
Confidence
92% confidence
Finding
The trigger examples are broad enough to match ordinary user conversation such as generic stock, industry, or market questions, which can cause the skill to activate unintentionally. In this skill, unintended activation can drive external data collection and financial-analysis behavior without a clearly scoped invocation boundary, increasing the chance of overreach, confusing responses, or unnecessary tool use.

Natural-Language Policy Violations

Medium
Confidence
90% confidence
Finding
The package description is written entirely in Chinese, which suggests a language-specific skill presentation without any indication that users can choose another language. This can violate language/locale policy when no opt-in or justification for the locale restriction is provided.

Natural-Language Policy Violations

Low
Confidence
89% confidence
Finding
The module docstring and all user-facing print strings are written only in Chinese, indicating the skill is designed to communicate in a fixed language. The policy requires flagging language or locale constraints when they are imposed without user opt-in or an explicit documented justification.

Static analysis

No suspicious patterns detected.