Back to skill

Security audit

Dataify Booking Hotel Info

Security checks across malware telemetry and agentic risk

Overview

This skill is a disclosed Booking-to-Dataify scraping helper that uses a Dataify token and API call for its stated purpose.

Install only if you intend to use Dataify for Booking hotel collection. Confirm parameters before each run, and save DATAIFY_API_TOKEN persistently only if you are comfortable keeping that credential in your local environment.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • 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
Findings (2)

Lp3

Medium
Category
MCP Least Privilege
Confidence
92% confidence
Finding
The skill instructs the agent to access environment variables for `DATAIFY_API_TOKEN` and make outbound network requests to an external API, but it does not declare corresponding permissions. That mismatch is a real security issue because it hides sensitive capabilities from the permission model and can lead to unauthorized token access or unexpected data exfiltration to a third-party service.

Vague Triggers

Medium
Confidence
89% confidence
Finding
The skill description is overly broad and matches many generic verbs and multilingual variants, which can cause the agent to invoke this skill for loosely related requests rather than clearly scoped Booking scraping tasks. In an agent environment, overbroad routing can lead to unintended external API use, data collection actions, and token-handling flows without sufficiently precise user intent.

VirusTotal

59/59 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

Detected: suspicious.secret_argv_exposure

Instructions pass high-value credentials through process argv.

Critical
Code
suspicious.secret_argv_exposure
Location
SKILL.md:50