
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
statsman
Advanced tools
A terminal-based system monitoring tool with manual UI rendering, full-screen support, and dynamic layout management
StatsMan is a terminal-based system monitoring tool that provides real-time system information using ASCII visualizations.
pipx install statsman
pip install statsman
Run the tool:
statsman
statsman --help # Show help
statsman --refresh-rate 1.0 # Set refresh rate to 1 second
statsman --no-color # Disable color output
statsman --config ~/.statsman.yaml # Use a custom configuration file
q or Ctrl+C: Quitp: Pause or resume updatesc: Sort processes by CPU usagem: Sort processes by memory usager: Reset sorting↑ / ↓: Navigate the process listEnter: Terminate the selected processgit clone https://github.com/ExilProductions/statsman.git
cd statsman
pip install -e ".[dev]"
python -m statsman
To build a wheel distribution locally from the project root (where pyproject.toml lives):
# Install the build backend
python -m pip install build
# Build only the wheel
python -m build --wheel
The wheel file will be created in the dist/ directory and can then be installed with:
pip install dist/statsman-<version>-py3-none-any.whl
Released under the MIT License. See the LICENSE file for details.
FAQs
A terminal-based system monitoring tool with manual UI rendering, full-screen support, and dynamic layout management
We found that statsman 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
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.