sqlite-optimization

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • Prompt Injection (SAFE): No instructions attempting to override agent behavior or bypass safety filters were detected. The content is strictly focused on SQLite optimization.
  • Data Exposure & Exfiltration (SAFE): No hardcoded credentials, sensitive file path access, or unauthorized network operations were found. The use of internal SQLite tables like sqlite_stat1 is standard for database analysis.
  • Obfuscation (SAFE): All content is in plain text. No Base64, zero-width characters, or other encoding techniques were used to hide instructions.
  • Unverifiable Dependencies & Remote Code Execution (SAFE): The skill does not download or execute external packages or remote scripts. It provides code snippets for the agent to use, which follow standard documentation practices.
  • Indirect Prompt Injection (SAFE): While the skill assists in processing database-related tasks, it explicitly recommends the use of prepared statements and parameterized queries, which is a primary defense against injection attacks. The risk of the agent misinterpreting data as instructions is not elevated by this skill's content.
  • Dynamic Execution (SAFE): No runtime compilation or dynamic code generation patterns (like eval() or exec()) were detected in the skill's logic.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:29 PM