livekit-skills
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches installation scripts for the LiveKit server and CLI from the official vendor domain at
get.livekit.io. These are standard procedures for setting up the vendor's development environment. - [REMOTE_CODE_EXECUTION]: Provides instructions to install the LiveKit server and CLI using piped shell commands (
curl | bash). While this pattern is often flagged, these scripts originate from the official domain of the skill author ('livekit') and are intended for environment setup. - [COMMAND_EXECUTION]: The skill utilizes several local commands for project management and documentation access, including the LiveKit CLI (
lk), the LiveKit server (livekit-server), and package managers (uv,pnpm). These operations are consistent with the skill's primary purpose of software development.
Audit Metadata