Skip to content

ci: remove the vu1nz security scan - #232

Merged
ralyodio merged 1 commit into
masterfrom
chore/remove-vu1nz-scan
Aug 3, 2026
Merged

ci: remove the vu1nz security scan#232
ralyodio merged 1 commit into
masterfrom
chore/remove-vu1nz-scan

Conversation

@ralyodio

@ralyodio ralyodio commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Removes .github/workflows/vu1nz-scan.yml.

It has never worked here. vu1nz reviews a diff by calling Claude, which needs ANTHROPIC_API_KEY supplied through the ENV_FILE secret. That key is not present on this repository — so every run either skipped the review step or, on pack 1.0.0/1.0.1, reported "0 finding(s), no high/critical issues" on a diff nothing had read. A green check for an unreviewed change is worse than no check.

threatcrush-scan covers the same ground deterministically — hardcoded credentials, injection, SSRF, unsafe deserialisation, XXE and dependency tampering — with no API key and no per-PR cost. It scores 90.32% true-positive rate at 0.0% false-positive rate against profullstack/malware-test-prs.

Reinstallable from the sh1pt Actions Store in one command if ANTHROPIC_API_KEY is ever provisioned.

🤖 Generated with Claude Code

vu1nz reviews a diff by calling Claude, which needs ANTHROPIC_API_KEY
supplied through the ENV_FILE secret. That key is not present on this
repository, so the scanner has never reviewed a pull request. On pack
1.0.0 and 1.0.1 that failure was silent: the job reported "0 finding(s),
no high/critical issues" on a diff nothing had read, which is worse than
no scanner at all.

threatcrush-scan covers the same ground deterministically - credentials,
injection, SSRF, unsafe deserialisation, XXE, dependency tampering - with
no API key and no per-pull-request cost.

Reinstallable from the sh1pt Actions Store if the key is ever provisioned.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@ralyodio
ralyodio marked this pull request as ready for review August 3, 2026 14:16
@ralyodio
ralyodio merged commit 5f393b7 into master Aug 3, 2026
7 checks passed
@ralyodio
ralyodio deleted the chore/remove-vu1nz-scan branch August 3, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant