Back to skill

Security audit

X Trends Dev

Security checks across malware telemetry and agentic risk

Overview

This is a straightforward command-line tool that fetches public X/Twitter trend data from getdaytrends.com and shows no hidden data access or persistence.

Reasonable to install if you want a CLI for public trend lookup. Be aware it contacts getdaytrends.com with the selected country path and parses untrusted public web content; use normal caution with npm dependencies and the minor package metadata inconsistencies.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
Findings (5)

Vague Triggers

Low
Confidence
86% confidence
Finding
This manifest file describes the skill as working for "India and other countries," which is vague about the actual trigger scope and supported contexts. In a manifest-style description, that ambiguity can lead to unclear or overly broad invocation expectations because users and orchestrators are not told which countries are supported or excluded.

Unpinned Dependencies

Low
Category
Supply Chain
Content
"start": "node index.js"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "cheerio": "^1.0.0",
    "commander": "^12.0.0",
    "ora": "^8.0.0"
Confidence
40% confidence
Finding
"chalk": "^5.3.0"

Unpinned Dependencies

Low
Category
Supply Chain
Content
},
  "dependencies": {
    "chalk": "^5.3.0",
    "cheerio": "^1.0.0",
    "commander": "^12.0.0",
    "ora": "^8.0.0"
  },
Confidence
40% confidence
Finding
"cheerio": "^1.0.0"

Unpinned Dependencies

Low
Category
Supply Chain
Content
"dependencies": {
    "chalk": "^5.3.0",
    "cheerio": "^1.0.0",
    "commander": "^12.0.0",
    "ora": "^8.0.0"
  },
  "author": "Ani",
Confidence
40% confidence
Finding
"commander": "^12.0.0"

Unpinned Dependencies

Low
Category
Supply Chain
Content
"chalk": "^5.3.0",
    "cheerio": "^1.0.0",
    "commander": "^12.0.0",
    "ora": "^8.0.0"
  },
  "author": "Ani",
  "license": "MIT"
Confidence
40% confidence
Finding
"ora": "^8.0.0"

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.