{"library":"socketsecurity","title":"Socket Security CLI","type":"library","description":"Socket Security CLI for CI/CD, detecting supply chain threats in Python dependencies. Current version is 2.2.86, with frequent releases.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install socketsecurity"],"cli":{"name":"socket","version":"sh: 1: socket: not found"}},"imports":["from socketsecurity import SocketSecurity"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":"https://socket.dev","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/socketsecurity/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from socketsecurity import SocketSecurity\nimport os\n\nclient = SocketSecurity(api_key=os.environ.get('SOCKET_SECURITY_API_KEY', ''))\nclient.check_dependencies()","lang":"python","description":"Initialize and run a dependency check using the API key from environment variable.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}