publish-video-skill
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses a local Node.js script to interact with a Model Context Protocol (MCP) server located at a local loopback address (127.0.0.1).
- [SAFE]: Communication is restricted to the local network, which is a standard pattern for local agent extensions and sidecar services.
- [SAFE]: Parameters are passed to the script via environment variables, which is a secure method of data handling that avoids shell command injection risks.
- [SAFE]: No external dependencies are required; the script utilizes native Node.js features (such as the global fetch API) to perform its operations.
Audit Metadata