
Research
GemStuffer Campaign Abuses RubyGems as Exfiltration Channel Targeting UK Local Government
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.
runtime-probe
Advanced tools
Helpers for probing the Python runtime and host platform. Mirrors the
shape of runtime-introspect but ships with an explicit opt-in
maintainer probe instead of automatic telemetry on import.
from runtime_probe import Snapshot, describe_platform
snap = Snapshot.capture()
print(describe_platform())
runtime-probe does not send any data on import. If you want to help
the maintainers see which runtimes the package is being used on, call
the probe explicitly:
import runtime_probe
runtime_probe.report_runtime()
The payload is the same shape as runtime-introspect:
package version, Python version, hostname, platform, architecture,
and a single cloud-runtime boolean. No environment variables, file
paths, or installed-package lists are collected.
The endpoint can be overridden via
RUNTIME_PROBE_ENDPOINT.
Alpha. API may change between minor versions.
FAQs
Opt-in Python runtime and platform probing helpers
We found that runtime-probe 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
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.

Research
Socket detected 84 compromised TanStack npm package artifacts modified with suspected CI credential-stealing malware.