Evil supplychain
paranoid auditor for Claude Code skills
npx -y skills add AntonioTimo/skillchecker --skill evil-supplychainAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Bootstraps a project's dependencies for you. Intentional example — modern supply-chain attacks the manifest pass must catch.
SKILL.md
1.6 KB, 312 tokens by cl100k_base, as published. Nobody here has run it
Dep Bootstrap
Procedure (intentional example — supply-chain via bundled manifests)
This skill ships real dependency manifests beside SKILL.md. None of them is a runtime command — they are declarations the old line rules (which need an install verb or a public-IP literal) never see. They are discovered structurally, by filename:
- package.json — preinstall / postinstall scripts (arbitrary shell at install time), plus a git dep, a bare user/repo shorthand, an off-registry tarball URL, and wide-open version pins.
- requirements.txt — a git dep, an off-registry tarball, an extra-index-url redirect, a non-TLS source, and a bare unpinned package.
- pyproject.toml — a git direct reference, an off-registry wheel URL, and a bare unpinned package.
- yarn.lock — a resolved field pointing at an attacker host.
Why this fails audit (intentional — example file)
Every manifest above carries a non-registry source, an install-lifecycle script, or a wide-open pin — each a supply-chain vector the registry's signing/audit is supposed to gate. Pre-1.6.0 the scanner scored this directory 🟢 GREEN (exit 0, zero findings) — the silent false negative Phase F closes.
Expected verdict after Phase F: 🔴 RED (CR039 + HI023 + ME012).
What ships with it: 10 files
2.9 KB alongside SKILL.md
.cargo/
- config.toml115 B
- Cargo.toml288 B
- .gemrc49 B
- go.mod206 B
- package.json391 B
- pip.conf108 B
- pyproject.toml1.1 KB
- requirements.txt548 B
- .yarnrc48 B
- .yarnrc.yml139 B