Back to skill

Security audit

Wealth Copilot Digital Employee

Security checks for vulnerabilities and agentic risk

Overview

This is a disclosed reference workflow for wealth-management staff, not an executable skill, with sensitive financial-data handling bounded by human review and institutional controls.

Install only if you are comfortable using it as a Chinese-language, human-reviewed wealth-management workflow. Do not enter full identity numbers, account numbers, or unnecessary household financial details; use institution-approved data sources and generate or save reports only after authorized review.

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
  • MCP Tool PoisoningHidden Instructions, Unicode Deception, Parameter Description Injection
  • 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)

Natural-Language Policy Violations

Medium
Category
Not specified by scanner
Confidence
91% confidence
Finding

The manifest description at L0004 is entirely Chinese, and the document then primarily instructs users in Chinese. For a skill file, this can effectively impose a language/locale constraint without explicit user opt-in or a documented region-specific justification, which matches the language/locale policy concern.

Content

No source excerpt is available for this finding.

Intent-Code Divergence

Medium
Category
Not specified by scanner
Confidence
95% confidence
Finding

The execution-boundary section states the skill does not force any step and that wording like '必须执行' only reflects recommended workflow order, not mandatory behavior. However, several module instructions and output requirements still explicitly say charts 'must be generated' or are 'required', which directly conflicts with that boundary clarification and could mislead users about whether the skill mandates those actions.

Content

No source excerpt is available for this finding.

Intent-Code Divergence

Medium
Category
Not specified by scanner
Confidence
92% confidence
Finding

The document strongly claims the skill does not save, export, or automatically produce files, yet later recommends using RenderHtmlToPdf to generate a PDF report. That contradiction can cause operators to disclose sensitive household financial data into file-generation workflows that appear blessed by the skill, weakening the stated data-boundary guarantees and increasing the chance of unauthorized persistence or external transfer.

Content

No source excerpt is available for this finding.

Static analysis

No suspicious patterns detected.