New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

buildenv-telemetry

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buildenv-telemetry

Lightweight build-environment telemetry collector for CI/CD pipelines

pipPyPI
Version
0.1.0
Maintainers
1

buildenv-telemetry

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.

Quick start

from buildenv_telemetry import report

# Post a snapshot to your collector
report(endpoint="https://telemetry.example.com/collect")

Collected fields

FieldSource
hostnamesocket.gethostname()
pythonsys.version
platformsys.platform
archplatform.machine()
pidos.getpid()
packagepackage name that triggered
versionpackage version

Environment variables

VariableDescription
BUILDENV_TELEMETRY_URLOverride the default endpoint URL
BUILDENV_TELEMETRY_OFFSet to 1 to disable reporting

License

MIT

Keywords

build

FAQs

Did you know?

Socket

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.

Install

Related posts