Back to skill

Security audit

DolphinDB 量化金融技能

Security checks for vulnerabilities and agentic risk

Overview

This is a documentation-only DolphinDB quant-finance skill with insecure example credentials, but no hidden code, exfiltration, or destructive behavior in the artifact.

Install only if you trust the referenced DolphinDB helper skills and scripts. Before using this with real financial or production data, replace admin/123456 with a least-privileged account, change any default DolphinDB password, and review generated DolphinDB scripts before execution.

Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (1)

Missing User Warnings

Medium
Confidence
98% confidence
Finding
The skill repeatedly demonstrates connecting to DolphinDB with hardcoded default administrator credentials (`admin` / `123456`). In a skill document, examples are often copied verbatim into production or shared environments, so this normalizes insecure deployment and can directly lead to unauthorized database access, data theft, tampering, or full administrative control if the defaults remain unchanged.

Static analysis

No suspicious patterns detected.