Is there a notification channel you can subscribe to / look at if you want to stay up to date on compromised PyPI packages?
[1]: https://github.com/pypa/advisory-database/blob/main/vulns/te...
21–30 of 153 posts
Is there a notification channel you can subscribe to / look at if you want to stay up to date on compromised PyPI packages?
[1]: https://github.com/pypa/advisory-database/blob/main/vulns/te...
Anthropic/OpenAI could own this space. They should offer a paid service that offers a mirror with LLM scanned and sandbox-evaluated package with their next gen models. Free for individuals, orgs can subscribe to it.
[tool.uv]
exclude-newer = "7 days"
or this to your ~/.config/uv/uv.toml: exclude-newer = "7 days"
This will prevent uv picking up any package version released within the last 7 days, hopefully allowing enough time for the community to detect any malware and yank the package version before you install it.They did not even try to hide the payload that much. Every basic checker used by many security companies screams at `exec(base64.b64decode` when grepping code using simple regexes. hexora audit 4.87.1/2026-03-27-telnyx-v4.87.1.zip --min-confidence high --exclude HX4000 warning[HX9000]: Potential data exfiltration with Decoded data via urllib.request.request.Request. ┌─ 2026-03-27-telnyx-v4.87.1.zip:tmp/tmp_79rk5jd/te…
Are there more tools like hexora?
Anthropic/OpenAI could own this space. They should offer a paid service that offers a mirror with LLM scanned and sandbox-evaluated package with their next gen models. Free for individuals, orgs can subscribe to it.
Never really thought too much about the security implications but that is of course a benefit too.
Main reasoning for us has been to aim for a really nice HTTP API rather than hide uglyness with an SDK on top.
Has anyone here used Telnyx? I tried to build a product against their API last year and 3 weeks after signing up they banned my account and made it impossible to get an answer as to why or re-enable it.
Is there a notification channel you can subscribe to / look at if you want to stay up to date on compromised PyPI packages?
You can use the PYSEC[1] or OSV[2] databases. [1]: https://github.com/pypa/advisory-database/blob/main/vulns/te... [2]: https://osv.dev/vulnerability/MAL-2026-2254