Back to skill

Security audit

IMDb Recommendations API

Security checks for vulnerabilities and agentic risk

Overview

This is a narrow IMDb recommendations API wrapper, with a disclosed token requirement and no hidden local access or persistence.

Install only if you trust JustOneAPI with your API token and IMDb lookup requests. Provide the token through the environment variable, avoid pasting it into chat or logs, and be aware that query-string tokens can appear in proxy, gateway, or error logs outside this skill.

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
97% confidence
Finding
The skill requires the authentication token as a query parameter and automatically injects it into the request URL. Query-string secrets are commonly exposed through logs, browser/history artifacts, proxy/CDN telemetry, monitoring systems, and error reports, so the token may be disclosed beyond the intended recipient even though HTTPS is used.

Static analysis

No suspicious patterns detected.