sqlite-crud
Warn
Audited by Socket on Jul 15, 2026
1 alert found:
AnomalyAnomalyscripts/sqlite_crud.sh
LOWAnomalyLOW
scripts/sqlite_crud.sh
No clear evidence of embedded malware, network exfiltration, cryptomining, or destructive behavior in the script itself. The primary security risk is that profile files are loaded using `source`, meaning any code placed in those profile config files will execute when the tool runs. Separately, the tool supports `raw-sql` execution and constructs SQL from user inputs (and text-substitutes parameters), which can lead to SQL injection against the target database if misused. Overall: likely legitimate utility with a high-impact design choice (`source`), but not demonstrably malicious in this fragment.
Confidence: 72%Severity: 62%
Audit Metadata