
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
krow is a host-agnostic agent harness for coding work.
It packages three things:
krow entrypoints without polluting the core promptsFrom npm:
npx krow-cli init
The published package name is krow-cli. The installed command remains krow.
That installs:
$krow/krow/krowAGENTS.md: always-loaded execution contractdocs/: non-runtime design docs and repo-local workflow skillsdocs/HARNESS.md: full system blueprintdocs/FOUNDATIONS.md: philosophy and design lineagedocs/skills/: reusable workflow surfacesprompts/: narrow role promptsschemas/: payload, signal, and state schemasinstall/: host wrapper installer$krow .../krow .../krow ...The installed wrappers are thin host adapters over the same local control surface:
route: classify a message as chat or work without creating workflow stateintake: extract anchors, missing evidence, bundled clarification questions, and a proposed unit graphstart: create workflow state, carve ready units when strong split signals exist, and emit the first control signalstatus, next, resume: inspect or continue persisted workflow statesubmit-phase, submit-decisions, stop: advance or terminate local workflow stateRuntime signals are explicit:
run: execute one bounded phase for one workflow unitgate: stop for bundled external input onlydone: terminal completed, blocked, or stopped statefault: recoverable or unrecoverable runtime problemThe wrappers use intake --intent work first so agents gather evidence, bundled questions, and a proposed unit graph before a workflow starts. After start, the runtime advances each unit through clarify -> execute -> verify -> capture, schedules the next ready unit from the dependency graph, and persists:
.krow/state/workflows/<workflowId>.json.krow/tasks/<workflowId>/.krow/relays/<workflowId>/The current contract is still host-assisted. krow does not spawn teammates itself, but it now gives the host richer scheduling metadata, durable task packets, and stricter clarify/verify payload contracts so parallel-capable hosts can behave more predictably.
FAQs
A host-agnostic agent harness for coding work
We found that krow-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.