agent/pkg/lib/workspace/security/TODO.md.tmpl

14 lines
358 B
Cheetah
Raw Permalink Normal View History

# Security Audit
## Target
{{.Repo}} — {{.Task}}
## Checklist
- [ ] Thread safety (race conditions, missing locks)
- [ ] Path traversal / sandbox escapes
- [ ] Injection (command, SQL, log)
- [ ] Error handling (swallowed errors, nil pointer risks)
- [ ] Authentication / authorisation gaps
- [ ] Cryptographic misuse
- [ ] Write findings to FINDINGS.md