Based on https://github.com/anthropics/defending-code-reference-harness and https://claude.com/blog/using-llms-to-secure-source-code
The pipeline is similar to ours, with bug-finding, triage, patching. Threat modelling is essentially harness generation in our scope, but can still be used for other steps.
We need to be more flexible with our artifact types. Something like registering a new artifact type with libCRS would be good, along with some metadata describing it. This is to accommodate things like TRIAGE.json.
We do not need to directly port the harness/ reference since we have our own sandbox. Looking into the parallelized arch is still meaningful.
If someone is interested in picking this up, I'll follow up with more concrete ideas. Otherwise I'll assign myself when I find bandwidth.
Based on https://github.com/anthropics/defending-code-reference-harness and https://claude.com/blog/using-llms-to-secure-source-code
The pipeline is similar to ours, with bug-finding, triage, patching. Threat modelling is essentially harness generation in our scope, but can still be used for other steps.
We need to be more flexible with our artifact types. Something like registering a new artifact type with libCRS would be good, along with some metadata describing it. This is to accommodate things like
TRIAGE.json.We do not need to directly port the
harness/reference since we have our own sandbox. Looking into the parallelized arch is still meaningful.If someone is interested in picking this up, I'll follow up with more concrete ideas. Otherwise I'll assign myself when I find bandwidth.