{"library":"pysentry-rs","title":"PySentry","description":"PySentry is a security vulnerability auditing tool for Python packages. It scans dependencies from lock files (uv.lock, Pipfile.lock, poetry.lock, pylock.toml) and requirements files, cross-referencing against OSV and PyPA vulnerability databases. Current version 0.4.5, released monthly. Requires Python >=3.9.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install pysentry-rs"],"cli":{"name":"pysentry","version":"sh: 1: pysentry: not found"}},"imports":["from pysentry import PySentry"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pysentry import PySentry\n\n# Initialize PySentry (requires no auth for local scans)\nsentry = PySentry()\n\n# Scan current directory dependencies\nvulns = sentry.scan('.')\nfor v in vulns:\n    print(f\"{v.id}: {v.package} - {v.severity}\")","lang":"python","description":"Basic usage: initialize PySentry and scan dependencies for vulnerabilities.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}