
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
norman-audit-cli
Advanced tools
This node program allows administrators to export security logs in CSV format.
npm install audit-server-cli
##Usage
node index.js [host[:port]/]database [options]
The first parameter might be:
If not specified, the default value of the host will be localhost and the port will be 27017.
###Options ####Connection
####Criteria
####Output
####Result
####Misc
###Examples
node index.js norman -u bob -p azerty
Connects to the norman database as bob with the password azerty and exports all the logs.
node index.js norman --category=authentication --date=2015-02-22 --output=file.csv
Connect to the norman database without using any credentials and only export the logs related to authentication that happened on 22/02/2015. The CSV file will be generated in the current directory and named file.csv.
node index.js norman -u root --sort=username --from="2015-03-18 16:00:00" --limit=100
Connect to the norman database as root with no password and only export the logs of events that happened since 18/03/2015 at 4PM. Only the 100 first results are exported, sorted by the username.
FAQs
Norman Audit Service CLI
The npm package norman-audit-cli receives a total of 2 weekly downloads. As such, norman-audit-cli popularity was classified as not popular.
We found that norman-audit-cli demonstrated a not healthy version release cadence and project activity because the last version was released 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
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.