Back to skill

Security audit

A股量价关系验证

Security checks for vulnerabilities and agentic risk

Overview

This is a simple Chinese-language stock volume-price analysis guide with no code, installs, data access, or persistence.

Install only if you want Chinese-language A-share technical-analysis heuristics. Treat its conclusions as educational market commentary, not as personalized investment advice or an automated trading authority.

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 (2)

Natural-Language Policy Violations

Medium
Category
Not specified by scanner
Confidence
95% confidence
Finding

The skill metadata and content are entirely in Chinese and targeted at A-share analysis without indicating fallback behavior or respecting the user’s preferred language. This can force a locale/language assumption, leading to misalignment, misunderstanding of financial guidance, or unintended skill routing for users who did not opt into Chinese-language responses.

Content

No source excerpt is available for this finding.

Vague Triggers

Medium
Category
Not specified by scanner
Confidence
92% confidence
Finding

The trigger phrases are short, generic user utterances such as “能追吗” and “这个涨停有效吗”, which can plausibly appear in ordinary market discussion outside an explicit skill invocation. That makes accidental activation more likely, causing the assistant to apply this skill’s narrow trading heuristics when the user may have intended general conversation or a broader financial analysis.

Content

No source excerpt is available for this finding.

Static analysis

No suspicious patterns detected.