database-sqlite
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): The skill is purely instructional, containing guidelines and code examples for database management within a specific project structure. It does not contain any automated scripts, installers, or remote code dependencies.
- SQL Injection Prevention (SAFE): All provided Python code snippets use parameterized queries (e.g., using '?' placeholders) to handle dynamic input, which is the correct practice for preventing SQL injection attacks.
- Data Privacy (SAFE): The database schema defines fields for market data and trade tracking but does not include any hardcoded credentials, API keys, or access to sensitive system-level files.
Audit Metadata