sqlite
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download and execute the Turso CLI installation script from its official domain (https://get.tur.so/install.sh). This targets a well-known service and is documented as a standard setup procedure.
- [DATA_EXFILTRATION]: No sensitive data exposure or exfiltration patterns were detected. Code examples correctly demonstrate the use of environment variables (e.g.,
process.env.TURSO_TOKEN) for managing sensitive credentials rather than hardcoding them. - [COMMAND_EXECUTION]: The skill includes templates for building stateful CLI tools that interact with SQLite databases. These templates use standard argument parsing libraries and follow best practices by using parameterized SQL queries to prevent injection vulnerabilities.
Audit Metadata