
Research
/Security News
Intercom’s npm Package Compromised in Ongoing Mini Shai-Hulud Worm Attack
Compromised intercom-client@7.0.4 npm package is tied to the ongoing Mini Shai-Hulud worm attack targeting developer and CI/CD secrets.
highlight-cli
Advanced tools
@readwithai - X - blog - machine-aided reading - 📖⚡️🖋️
Highlight strings within streams of text.
It can be useful to highlight text in output to make it easier to find. There are tools that can do this like grep and supercat but these aren't trivial to use. I wanted a tool that is trivial to use and install on machines.
It is surprising that there aren't tool that do this. Some tools come close:
grep supports highlighting. The settings for coloring is complete but difficult to understand and additional regular expressions need to be added to match all lines.You can install hlcli using pipx:
pipx install hlcli
Highlight the sring one
echo "hello one three\ntwo\nthree\nfour\nfive\nsix" | hlcli 'one'
Match various expressions with different colors:
echo "hello one three\ntwo\nthree\nfour\nfive\nsix" | hlcli one --green two --yellow three four --red six
Here we highlight one in red (the default color), two in green, three and four in yellow and six in red
I am @readwithai. I create tools for reading, research and agency sometimes using the markdown editor Obsidian.
I also create a stream of tools that are related to carrying out my work.
I write about lots of things - including tools like this - on X. My blog is more about reading and research and agency.
FAQs
Highlight text within input.
We found that highlight-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.
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.

Research
/Security News
Compromised intercom-client@7.0.4 npm package is tied to the ongoing Mini Shai-Hulud worm attack targeting developer and CI/CD secrets.

Research
Socket detected a malicious supply chain attack on PyPI package lightning versions 2.6.2 and 2.6.3, which execute credential-stealing malware on import.

Research
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.