issues Search Results · language:Dune language:JavaScript language:JavaScript language:Python language:Java language:Java
Filter by
55.2M results
Severity: HIGH · Area: security
Problem
Candidate.name is a free-form str with no validator. The loop skill builds a shell command from it: git add -A git
commit -m kept: candidate name (Δ delta ) . ...
area:security
bug
sev:high
Severity: LOW · Area: reliability
Problem
read_state frontmatter parse assumes a closing --- exists: text.index(_FRONTMATTER_DELIM, ...) raises a bare ValueError
(not the intended StateIOError) if the ...
area:reliability
sev:low
Severity: MEDIUM · Area: reliability
Problem
Auto-finalize / target_hit gate on current_best != baseline.value (float equality). If a benchmark legitimately produces
a kept value equal to baseline (delta ...
area:reliability
sev:medium
Severity: MEDIUM · Area: reliability
Problem
pick-next is a pure read — it does not mark the candidate in-progress. If a wakeup crashes after dispatching the
subagent but before record-result, the next ...
area:reliability
deferred:design-session
sev:medium
Severity: MEDIUM · Area: reliability
Problem
append_jsonl does a plain buffered f.write(line + \n ) with no fsync. A power loss mid-write yields a torn final line.
read_jsonl tolerates this (skips + ...
area:reliability
sev:medium
Severity: HIGH · Area: reliability
Problem
No mutual exclusion between wakeups. The code asserts single-writer in a comment (state.py:67 Safe because sindri is a
single-writer process ) but nothing enforces ...
area:reliability
bug
deferred:design-session
sev:high
Severity: BLOCKER · Area: reliability
Problem
record-result writes state and appends the jsonl record as two separate, non-transactional steps. A crash between them
desynchronizes pool state from the ...
area:reliability
bug
sev:blocker
Severity: BLOCKER · Area: reliability
Problem
write_state persists the run s only source of truth with a single path.write_text(...) — no temp-file + os.replace, no
fsync. If the process is killed mid-write ...
area:reliability
bug
sev:blocker
Code Security Report
Scan Metadata
Latest Scan: 2026-06-20 01:22am Total Findings: 5 | New Findings: 5 | Resolved Findings: 0 Tested Project Files: 19
Detected Programming Languages: 1 (Python*) !-- ...
Mend: code security findings
!-- phd-sync-id: phase-1-step-5-item-6-src-pipelines-train-stacking-py-stage-2 --
Context
- Phase: 1 — The Anchor (BRCA Proof of Concept)
- Step: 5 — Implementation Targets
- Goal: Scaffold core ...
brca-anchor
phase-1
phd-sync
step-5

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.