Back to skill

Security audit

Quodd

Security checks across malware telemetry and agentic risk

Overview

This skill does what it advertises: it fetches Quodd stock quotes using user-provided Quodd credentials and a disclosed local token cache.

Install this only if you are comfortable letting the skill use your Quodd account credentials to contact Quodd and cache a short-lived token locally. On shared machines, consider clearing ~/.openclaw/credentials/quodd-token.json after use or ensuring the file is readable only by your user.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (2)

Lp3

Medium
Category
MCP Least Privilege
Confidence
95% confidence
Finding
The skill invokes Python code that uses environment variables for credentials, performs network access to the Quodd API, and writes a cached token file, but the manifest does not declare corresponding permissions. This creates a transparency and policy-enforcement gap: users or the platform may not realize the skill can access secrets, reach external services, and persist authentication material to disk.

Missing User Warnings

Medium
Confidence
90% confidence
Finding
The script stores the Quodd access token on disk in the user's home directory without setting restrictive file permissions or notifying the user. If another local user, process, or backup/sync mechanism can read that file, the token could be reused to access the Quodd account until expiry.

VirusTotal

63/63 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.