Releases: makash/scira
Releases · makash/scira
scira v0.2.0
scira v0.2.0
This release adds built-in support for the Axios npm supply chain compromise and updates the demo to show both major built-in incident flows.
New in v0.2.0
- built-in
axiosincident profile - bundled
npm-supply-chain-responseskill context fromagent-infra-security - npm/package-lock detection for compromised
axiosversions - detection of the malicious dependency
plain-crypto-js - npm environment checks using
npm ls - refreshed asciinema demo showing both
litellmandaxios - README updates highlighting both major supply chain incidents SCIRA helps respond to
Built-in incidents now supported
litellm— PyPI compromiseaxios— npm compromise
Example
scira scan litellm --target /srv/python-app
scira scan axios --target /srv/node-appRelease assets
scira-darwin-arm64scira-darwin-amd64scira-linux-amd64sha256sums.txt
Notes
- deterministic findings remain the source of truth
- AI explanation is optional and advisory
- local/offline scanning still works without network access
scira v0.1.1
scira v0.1.1
This release adds built-in support for the Axios npm supply chain compromise.
New in v0.1.1
- built-in
axiosincident profile - bundled
npm-supply-chain-responseskill context fromagent-infra-security - npm/package-lock detection for compromised
axiosversions - detection of the malicious dependency
plain-crypto-js - npm environment checks using
npm ls - README updates to reflect built-in
litellm+axiossupport
Built-in incidents now supported
litellm— PyPI compromiseaxios— npm compromise
Example
scira scan axios --target /srv/app
scira scan litellm --target /srv/appRelease assets
scira-darwin-arm64scira-darwin-amd64scira-linux-amd64sha256sums.txt
Notes
- deterministic findings remain the source of truth
- AI explanation is optional and advisory
- local/offline scanning still works without network access
scira v0.1.0
scira v0.1.0
First release of scira, a host/folder incident-response agent for PyPI supply chain incidents.
Included in this release
scira-darwin-arm64scira-darwin-amd64scira-linux-amd64sha256sums.txt
What it does
- bundles PyPI incident-response skill context derived from
pypi-supply-chain-response - ships with a built-in
litellmincident flow - performs deterministic scanning of manifests, lockfiles, IOC files, IOC domains, user-visible Python environment data, and caches
- reports permission gaps cleanly and suggests
sudowhen broader coverage is needed - can optionally explain findings using a single
SCIRA_LLM_API_KEYwith provider auto-detection and sensible default models
Example
scira scan litellm
scira scan litellm --target /srv/app
scira scan litellm --all-dirsNotes
- first cut supports the bundled
litellmincident only - deterministic findings remain the source of truth; AI explanation is advisory