WIP: OIE mapping pipeline + OWASP eval harness (not merge-ready) - #1088
Draft
northdpole wants to merge 3 commits into
Draft
northdpole wants to merge 3 commits into
northdpole wants to merge 3 commits into
Conversation
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 was referenced Sep 13, 2026
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.
Shortlist, edition remap, metadata enrich, Module B, and the B2 judge all go through litellm_router instead of importing litellm directly.
northdpole
force-pushed
the
wip/oie-pipeline-eval-harness
branch
from
September 13, 2026 17:50
f16272c to
c6bf04b
Compare
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. Visibility snapshot of the living OIE librarian/harvester pipeline and the eval data the harnesses actually run on. Do not treat CI green/red as a merge signal. Do not write these decisions into the live OpenCRE graph.
B2 gold now loads from
application.utils.mapping_fixtures(merged in #1098). Duplicate AISVS/API/LLM/Top10/K8s JSON underscripts/oie_owasp_eval/fixtures/b2_gold/is gone; only the agentic stub stays there. This PR is still WIP for the full OIE pipeline — gold-loader follow-up is in, the rest is not merge-ready.Summary
scripts/oie_owasp_eval/scripts/oie_owasp_eval/fixtures/:b2_gold/— agentic-AI stub only (owasp_agentic_ai_stub.json); all other families usemapping_fixtures.load_owasp_mapping_fixtureb2_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
mapping_fixtures; agentic stub remains localmain, drop WIP leftovers, re-run B1/B2