
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@neoskop/hearnoevil
Advanced tools
Mute you monitors when doing something evil.
hearnoevil
(🙉) is a CLI that enables you to disable and re-enable a check of an external monitoring service. Currently only Uptime Robot is supported, however. You can use this tool, when you don't want anyone to notice when you do something evil ... or when deploying.
You can either start the CLI as a Docker container:
$ docker run neoskop/hearnoevil -a <api-key> -i <id-1> -i <id-2> mute
$ docker run neoskop/hearnoevil -a <api-key> -i <id-1> -i <id-2> unmute
Or you can install an NPM package and run the CLI directly:
$ npm i -g @neoskop/hearnoevil
$ hearnoevil -a <api-key> -i <id-1> -i <id-2> mute
$ hearnoevil -a <api-key> -i <id-1> -i <id-2> unmute
This project is under the terms of the Apache License, Version 2.0. A copy of this license is included with the sources.
FAQs
Mute you monitors when doing something evil.
The npm package @neoskop/hearnoevil receives a total of 6 weekly downloads. As such, @neoskop/hearnoevil popularity was classified as not popular.
We found that @neoskop/hearnoevil demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.