You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CommandRunner accepts only (tool: String, args: [String]). Impl in private target validates against static allowlist and rejects suspicious tool paths.
Context
CommandRunneraccepts only(tool: String, args: [String]). Impl in private target validates against static allowlist and rejects suspicious tool paths.Acceptance criteria
toollives under/tmp,/var/tmp,~/Downloads,~/Desktop.Files to touch (estimate)
best-effort estimate; agent refines during implementation
Implementation notes
Dependencies
None.
Safety checklist
See
.github/ISSUE_TEMPLATE/task.yml— tick applicable invariants in the issue if any destructive path is touched.Definition of Done