Back to skill

Security audit

Paper Trader

Security checks across malware telemetry and agentic risk

Overview

This skill is a local paper-trading journal that stores simulated trades and notes in SQLite without network, credential, or live-trading behavior.

Install if you are comfortable keeping simulated trades and strategy notes in a local SQLite file. Use --db to choose a controlled location, and avoid recording sensitive real-account details in notes unless you intend them to persist locally.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • 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
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (1)

Missing User Warnings

Low
Confidence
89% confidence
Finding
This code unconditionally creates the parent directory and opens a SQLite database at a default path under the user's home directory, which results in persistent local storage of trading history and notes. Although the CLI prints status after some commands, there is no user-facing disclosure here that invoking the tool will create and write to ~/.openclaw/paper-trading.db.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

Detected: suspicious.dangerous_exec

Shell command execution detected (child_process).

Critical
Code
suspicious.dangerous_exec
Location
tests/paper_trading.test.mjs:19