Add AANA GAP gate compatibility analysis - #1
Open
mindbomber wants to merge 1 commit into
Open
Conversation
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.
Summary
Adds a community AANA GAP gate compatibility analysis over the public
acartag7/gap-benchmarkdataset.This is intentionally framed as a post-hoc compatibility smoke test, not an official GAP score and not a raw provider/model replay. The analysis compares an AANA agent-action safety guardrail route against GAP's
tc_safelabel using public aggregate row fields only.Results
not tc_safe: 63.69%The main takeaway is that the generic AANA action adapter is conservative on safe rows but under-recognizes GAP-specific violation/tool names when only post-hoc public row fields are available. The suggested follow-up is a raw trace or pre-execution tool-call integration with a GAP contract-name mapping layer.
Files
analysis/aana_gap_gate_summary.mdanalysis/aana_gap_gate_summary.jsonValidation
python -m json.tool analysis/aana_gap_gate_summary.json