
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
sechelix
Advanced tools
Optional execution runtime for the SecHelix AppSec Agent Skill: deterministic reasoner DAG, budget governor, coverage ledger and replayable evidence.
Optional execution runtime for the SecHelix AppSec Agent Skill.
The Agent Skill is the product and works without this package. Install sechelix
when you want the workflow orchestrated by code instead of by an agent reading
SKILL.md.
pipx install sechelix # or: uv tool install sechelix
sechelix doctor
sechelix audit .
INCOMPLETE, never a clean gateThat is correct. The runner orchestrates; it does not reason about code. With no
reasoning executor configured every specialist lane is BLOCKED and the run
reports No security claim can be made from this run.
A stub returning "no findings" would be indistinguishable from a genuine clean
audit, and a fail-closed gate would hand out a PASS for a run that examined
nothing. To actually analyse code, select an already-authenticated supported CLI on PATH:
sechelix audit . --executor claude-code
sechelix audit . --executor gemini-cli
SecHelix invokes the official CLIs; it does not read or reuse their OAuth/API credentials. Each node is isolated, and provider quota/errors remain fail-closed.
The runner uses the standard library only, and a test asserts it. A security tool that drags in a dependency tree has widened the attack surface of the thing it was installed to protect.
Alpha. Nothing here has been measured against another tool, and no comparative claim is made. See the repository for what is measured and what is not.
FAQs
Optional execution runtime for the SecHelix AppSec Agent Skill: deterministic reasoner DAG, budget governor, coverage ledger and replayable evidence.
The pypi package sechelix receives a total of 60 weekly downloads. As such, sechelix popularity was classified as not popular.
We found that sechelix 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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.