WIP: OIE mapping pipeline + OWASP eval harness (not merge-ready) - #1088
Draft
northdpole wants to merge 1 commit into
Draft
WIP: OIE mapping pipeline + OWASP eval harness (not merge-ready)#1088northdpole wants to merge 1 commit into
northdpole wants to merge 1 commit into
Conversation
Draft snapshot so mentors and GSoC contributors can see the live mapping pipeline, B2 gold/sources, and current accuracy reports. Not merge-ready; layout and leftovers will be cleaned up before a real review.
Contributor
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Status
Draft. Not ready for merging. This is a visibility snapshot of the living OIE librarian/harvester pipeline and the eval data the harnesses actually run on, so mentors, GSoC contributors, and reviewers can see the code, gold, and current numbers in one place.
It will be cleaned up (split, rebased, fixtures relocated, leftovers dropped) when it is actually ready to merge. Do not treat CI green/red on this PR as a merge signal. Do not write these decisions into the live OpenCRE graph.
Summary
scripts/oie_owasp_eval/scripts/oie_owasp_eval/fixtures/:b2_gold/— section-level CRE gold (Top 10, API Top 10, LLM Top 10, AISVS, K8s 2022/2025, agentic stub)b2_sources/— section text the B2 harness scores againstreports/— latest B1 / B2 / Module C accuracy JSONapplication/tests/librarian/fixtures/golden_dataset.jsonHow it is tested today
evaluate_librarian.py)score_b1_opencre_api.py)run_b2_pr_mappings.py)cre_idsB2 by family (gated report
b2_accuracy_report_gated.json): LLM Top 10 100%, K8s 2022 67%, Top 10 / API / K8s 2025 40%, AISVS 17%, Agentic stub 0% (no hub Links, expected weak).The ~50% figure in Slack is the same story as conservative auto-link / B2 transfer, not “the pipeline is half broken.” Wrong auto-links are the dangerous direction; close calls go to review.
Reproduce
Test plan
scripts/oie_owasp_eval/fixtures/match what the harness expectsmain, drop WIP leftovers, re-run B1/B2Made with Cursor