Back to skill

Security audit

Skill Dropshipping Sourcing

Security checks across malware telemetry and agentic risk

Overview

This is a straightforward CJ Dropshipping API helper that uses local CJ credentials and writes local JSON files, with some operational footguns but no hidden or purpose-mismatched behavior.

Install only if you are comfortable keeping CJ API credentials in a local cj-api.json file. Keep that file private and out of source control, verify baseUrl points to the intended CJ API endpoint, install axios from a trusted source, and use simple project-local --out paths such as cj-results.json.

SkillSpector

By NVIDIA
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
92% confidence
Finding
The documentation instructs users to keep API secrets in a local file containing `apiKey` and `accessToken` without any warning about secure storage, file permissions, redaction, or exclusion from source control. In practice, this often leads to plaintext credential storage, accidental commits, or leakage through logs and shared workspaces.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

Detected: suspicious.env_credential_access

Environment variable access combined with network send.

Critical
Code
suspicious.env_credential_access
Location
scripts/source.js:11

Environment variable access combined with network send.

Critical
Code
suspicious.env_credential_access
Location
scripts/token.js:10