Back to skill

Security audit

Dexscreener API

Security checks across malware telemetry and agentic risk

Overview

This is a read-only DexScreener lookup skill that sends user-provided market queries to a public API and shows no wallet, trading, persistence, or credential behavior.

Reasonable to install for read-only DexScreener market lookups. Do not enter wallet seed phrases, private keys, or other secrets as search text, and only set DEXSCREENER_BASE_URL to an endpoint you trust because it will receive your lookup queries.

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

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

Detected: suspicious.env_credential_access, suspicious.secret_argv_exposure

Environment variable access combined with network send.

Critical
Code
suspicious.env_credential_access
Location
scripts/dexscreener-cli.mjs:3

Instructions pass high-value credentials through process argv.

Critical
Code
suspicious.secret_argv_exposure
Location
SKILL.md:48