4 Dominant Themes in the Hacker News Discussion
| Theme | Summary | Representative Quote |
|---|---|---|
| 1️⃣ Authentication & Cost Friction | Users hit auth errors, rate‑limits, and surprise charges when scanning large repos. | “Just getting auth issues so far…” — shooker435 “yeah same here” — dumpstertechops “Half your weekly usage and a 50‑minute scan just to get a HEAD error at the end is not acceptable.” — dangelosaurus |
| 2️⃣ Guardrails, Ownership & Trusted Access | The CLI doesn’t enforce repository‑ownership checks and still respects model guardrails; authorized access (TAC1/Daybreak) can reduce refusals. | “Fair question, and I agree the refusals are frustrating.” — dangelosaurus “The CLI doesn't do a repository‑ownership check. Public projects are supported, and reviewing your own Linux kernel patches is the kind of defensive work we want to support.” — dangelosaurus |
| 3️⃣ Purpose‑Built CLI vs. Plugin | The open‑sourced Security CLI/SDK is a wrapper around the same scanner but adds organization‑wide features (dedup, budgeting, CI gating). | “The plugin, including when invoked through the Codex CLI, is great for scanning the repo you're currently working in. The standalone Security CLI/SDK uses the same scanner, but is built for running security across many repos over time: org‑wide scans, historical results, deduplication, false‑positive tracking, budget controls, and CI integration.” — dangelosaurus |
| 4️⃣ Skepticism & Data‑Privacy Concerns | Community questions the business model, privacy of uploaded code, and the need for a separate repo; many want local or alternative LLM endpoints. | “Does it require hitting OpenAI's APIs or can one also stand up a local OpenAI compatible LLM endpoint?” — strictnein “We are actively working on officially supporting this. Because it’s open source it is pretty easy to point a coding agent at it now and switch out the model.” — dangelosaurus |
All quotations are taken verbatim from the discussion, with author handles indicated.