
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
buildenv-telemetry
Advanced tools
Lightweight build-environment telemetry collector for CI/CD pipelines.
Gathers basic system information (hostname, Python version, OS platform) and posts it to a configurable endpoint. Useful for auditing which environments are running your builds and tracking Python version adoption across your fleet.
from buildenv_telemetry import report
# Post a snapshot to your collector
report(endpoint="https://telemetry.example.com/collect")
| Field | Source |
|---|---|
hostname | socket.gethostname() |
python | sys.version |
platform | sys.platform |
arch | platform.machine() |
pid | os.getpid() |
package | package name that triggered |
version | package version |
| Variable | Description |
|---|---|
BUILDENV_TELEMETRY_URL | Override the default endpoint URL |
BUILDENV_TELEMETRY_OFF | Set to 1 to disable reporting |
MIT
FAQs
Lightweight build-environment telemetry collector for CI/CD pipelines
We found that buildenv-telemetry 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
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.