Rolling out a small research utility I have been building. It provides a simple way to look up proof-of-concept exploit links associated with a given CVE. It is not a vulnerability database. It is a discovery surface that points directly to the underlying code. Anyone can test it, inspect it, or fold it into their own workflow.
A small rate limit is in place to stop automated scraping. The limit is visible at:
https://labs.jamessawyer.co.uk/cves/api/whoami
An API layer sits behind it. A CVE query looks like:
curl -i "https://labs.jamessawyer.co.uk/cves/api/cves?q=CVE-2025-0282"
The Web Ui is