libsql
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill includes instructions to download the official Turso CLI installation script from
get.tur.sousingcurl. This is the standard installation method for the Turso service. - [COMMAND_EXECUTION]: Provides standard package manager commands (
npm install,bun add) to install the@libsql/clientlibrary. It also documents the use of thetursoCLI for database management, such as logging in, creating databases, and generating tokens. - [CREDENTIALS_SAFE]: The skill correctly advises users to store sensitive information like
TURSO_DATABASE_URLandTURSO_AUTH_TOKENin environment variables (.env) rather than hardcoding them in the source code, which aligns with security best practices. - [REMOTE_CODE_EXECUTION]: While the skill contains a pattern to pipe a remote script to a shell, this is specifically for installing the Turso CLI from the service's official domain.
Audit Metadata