
Security News
Open VSX Unblocks Extension IDs Used in Malware Campaign
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.
@fettle/cli
Advanced tools
Command-line interface for Fettle — grade the maintenance health of GitHub repositories.
export GITHUB_TOKEN=...
npx @fettle/cli --repos vitest-dev/vitest --format markdown
fettle --repos acme/api,acme/web --format json > report.json
fettle --repos acme/api --fail-below C # exit 1 if it grades below C
fettle --repos acme/api --api-url https://ghe.acme.com/api/v3
Exit codes: 0 success, 1 graded below --fail-below, 2 invalid usage, 3 a
repository or its configuration could not be read.
The supported interface is the fettle command. The package also exports the pieces
it is built from — run, parseCliOptions, render, and the exit codes — for
wrapping the command in your own entry point:
import { run, EXIT_BELOW_FLOOR } from '@fettle/cli';
For scanning from code, use @fettle/core
instead; it is the library, and this is a shell around it.
Run fettle --help for all flags. Full documentation:
github.com/rumankazi/fettle.
FAQs
Command-line interface for grading repository maintenance health.
We found that @fettle/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.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.