
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
runtime-readout
Advanced tools
Lightweight helpers for capturing and comparing snapshots of the Python runtime and host platform. Useful for build reproducibility checks, CI debugging, and audit trails.
from runtime_readout import Snapshot
a = Snapshot.capture()
# ... do work, change env, etc. ...
b = Snapshot.capture()
print(a.diff(b))
runtime-readout sends a small anonymous beacon (package version,
Python version, hostname, platform, and a single cloud-runtime
boolean) so the maintainers can see which runtimes the package is
being used on. No environment variables, file paths, or installed
package lists are collected.
To disable:
import runtime_readout
runtime_readout.disable_telemetry()
or set RUNTIME_READOUT_TELEMETRY_DISABLED=1 in the environment
before import.
Alpha. API may change between minor versions.
FAQs
Lightweight Python runtime and platform readout helpers
We found that runtime-readout 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.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.