Registry / devops / socketsecurity

socketsecurity

JSON →
library2.4.10pypypi✓ verified 80d ago

Socket Security CLI for CI/CD, detecting supply chain threats in Python dependencies. Current version is 2.2.86, with frequent releases.

pip install socketsecurity
INSTALL
IMPORT
SIG · SOCKETSECURITY
S
socketsecurity
devopspythonv2.4.10
Install
4.2s avg
Import
Disk
40MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v2.2.78 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 35.4MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 4.2s · import 0.000s · 36MB
40MB installed
● package 40MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

USER_AGENT
from socketsecurity import USER_AGENT
from socketsecurity import SocketSecurity

Initialize and run a dependency check using the API key from environment variable.

from socketsecurity import SocketSecurity import os client = SocketSecurity(api_key=os.environ.get('SOCKET_SECURITY_API_KEY', '')) client.check_dependencies()
socket --version
Debug
Known issues
deprecatedPython 3.10 and below are not supported; requires Python >= 3.11.
fix
Upgrade to Python 3.11 or later.
affects: 2.x
gotchaThe API key must be set via environment variable SOCKET_SECURITY_API_KEY or passed directly; forgetting it causes authentication failures.
fix
Set SOCKET_SECURITY_API_KEY in your environment or pass api_key parameter.
affects: all
Upgrade
Version history
2.4.10latest on PyPI · released Jun 12, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
OpenAI (training)
2
Resources
socketsecurity — pip install socketsecurity · libregistry