Skip to content

feat: migrate opencode storage from JSON files to SQLite #62

feat: migrate opencode storage from JSON files to SQLite

feat: migrate opencode storage from JSON files to SQLite #62

Triggered via pull request February 14, 2026 17:34
Status Success
Total duration 4m 33s
Artifacts

warden.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error
Command Injection in searchHostSessions via insufficient input sanitization: src/agent/router.ts#L1309
User-controlled query string is inserted into shell command with inadequate escaping. Only quotes and backslashes are escaped, but shell metacharacters like $, `, ;, |, & remain unescaped, allowing arbitrary command execution via execSync.