rusqlite-guide
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXFILTRATION] (SAFE): The code demonstrates standard database file handling. While it uses the
dirscrate to locate OS-specific data directories, there are no network requests or data transmission patterns detected. - [COMMAND_EXECUTION] (SAFE): All provided code snippets are standard Rust and SQL. There is no usage of subprocesses, shell execution, or arbitrary command execution.
- [EXTERNAL_DOWNLOADS] (SAFE): The skill references legitimate and well-known Rust dependencies (
rusqliteanddirs). No suspicious remote scripts or binary downloads are present. - [PROMPT_INJECTION] (SAFE): The content is purely instructional and does not contain any attempts to override system prompts or bypass safety guidelines.
- [CREDENTIALS_UNSAFE] (SAFE): No hardcoded secrets, API keys, or credentials were found. It correctly demonstrates database connection without embedded authentication for local SQLite files.
Audit Metadata