
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
Bootstrap and run AntiFl0ck locally: self-hosted counter-surveillance for the networks you control.
Bootstrap and run AntiFl0ck — open-source
counter-surveillance for the networks you control — with one command. No manual
git clone, no hand-editing compose files.
Pre-alpha: this installs and runs the local, fully-simulated demo stack (Core, policy engine, signed audit log, Third-Eye dashboard). Host-level enforcement is still under active development — see the release status.
npx antiflock init
npx antiflock dev
init clones the repo into ./antiflock (skipped if you're already inside a
checkout) and generates a private, locally-scoped config at
.antiflock/dev.env — operator/SDK/agent/dashboard tokens, never committed.
dev builds and starts the full stack. Once it's up, open
http://127.0.0.1:4173 — username operator, token from that config file.
Run the scripted coffee-shop simulation against a running stack:
npx antiflock lab
Stop everything:
npx antiflock down
| Command | Does |
|---|---|
antiflock init | Clone (if needed) and generate local config |
antiflock dev | Build and start the full local stack |
antiflock lab | Run the one-shot coffee-shop simulation |
antiflock build | Build images without starting them |
antiflock down | Stop the local stack |
antiflock clean | Stop and remove local stack volumes |
Flags: --dir <path> (checkout location, default ./antiflock), --ref <git-ref>
(branch or tag to clone, default main).
.antiflock/dev.env — generated secrets and node/application identifiers
(permissions locked down automatically; regenerate by deleting the file and
re-running init).configs/demo.yaml and docker-compose.yml in the checkout — service ports,
demo-mode flags, and the lab profile.Run any command from inside it and the CLI uses that directory directly instead
of cloning a new one — it's just a thin wrapper around
node scripts/compose.mjs.
Apache-2.0, see LICENSE. AntiFl0ck is an independent open-source project; see TRADEMARKS.md.
FAQs
Bootstrap and run AntiFl0ck locally: self-hosted counter-surveillance for the networks you control.
The npm package antiflock receives a total of 5 weekly downloads. As such, antiflock popularity was classified as not popular.
We found that antiflock 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.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.