Back to skill

Security audit

Stock Report Generator

Security checks across malware telemetry and agentic risk

Overview

This is a disclosed stock report generator that creates local report and chart files, with no evidence of hidden access, exfiltration, or destructive behavior.

Install only if you are comfortable with a skill that generates local stock-analysis files in your OpenClaw workspace. Use ordinary stock names and codes, avoid path-like names, and treat generated buy/sell or position suggestions as informational rather than professional financial advice.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • 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 (1)

Lp3

Medium
Category
MCP Least Privilege
Confidence
91% confidence
Finding
The skill instructs the agent to save generated reports under `~/workspace/reports/stock/{股票名}/` and to create image files with `plt.savefig(...)`, which are file-write operations, yet no permissions are declared. This creates a capability/permission mismatch that can cause unauthorized or unexpected writes if the runtime does not enforce least-privilege strictly, and user-controlled stock names may also influence output paths if not sanitized elsewhere.

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.