Back to skill

Security audit

Revid API Foundations

Security checks for vulnerabilities and agentic risk

Overview

This is a Revid API reference skill that clearly uses a Revid API key and external video-rendering calls, with no hidden code or persistence found.

Install only if you are comfortable giving the agent a Revid API key and sending video-generation inputs to Revid.ai. Avoid confidential scripts, private/internal URLs, secrets, or untrusted webhook callback URLs unless you explicitly intend to share them with that service; prefer polling when you do not have a trusted public webhook endpoint.

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
88% confidence
Finding
The skill recommends passing source URLs and especially a webhookUrl to an external service without an explicit user-facing privacy warning or validation guidance. This can lead agents to transmit third-party URLs, internal endpoints, or user-controlled callback destinations to Revid, creating data-sharing, SSRF-like callback, or unintended disclosure risks in downstream use.

Static analysis

No suspicious patterns detected.