chore: bundle #77 dlp-gen visible-text retarget + #50 redteam CI yaml + #112 redteam report DYNAMIC fix#233
Merged
Merged
Conversation
Previously redteam report fell through to getStaticReport for any non-CUSTOM jobType, including DYNAMIC, which 500s on the static endpoint. Add a RedTeamDynamicReport type, getDynamicReport service method, renderDynamicReport renderer, and the DYNAMIC routing branch.
…50) Adds scan_config to the litellm target, switches the redteam-scan workflow to CUSTOM scans with prompt sets, skips targets without a scan_config, and adds an ASR-threshold gate plus a step-summary block of scan results. Resolves a env-block conflict with the Node 24 bump (#76) by merging both env keys.
…/DOCX Adds 6 new dirty-file generators (5 formats × 1-2 techniques each): - PDF: visible, visible-samecolor - PNG: visible (text overlay) - JPEG: visible (text overlay) - SVG: visible (rendered text node) - DOCX: visible, visible-samecolor visible-samecolor renders body text in the same color as background — present and OCR-extractable but camouflaged from the eye. Useful for testing scanner robustness vs. simple visual review. Corpus jumps from 15 → 21 dirty files per full run.
Per-format embed specs add visible-text assertions; orchestrate spec dirty count 15 → 21.
… dlp generate Retargets onto the post-v2.11.0 command (was runtime dlp-gen). Updates AGENTS, SKILL.md, generate.md, and full-cli-sweep corpus counts (15 → 21 dirty).
This was referenced May 28, 2026
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.
Bundles three units into a single PR.
Summary
airs runtime dlp generatecommand path: addsvisible+visible-samecolortext-embedding techniques across PDF/PNG/JPEG/SVG/DOCX. Corpus grows 15 → 21 dirty files. (Supersedes feat(dlp): add visible-text techniques (incl. same-color) to dlp-gen #77)prompt_setsfrom target configs and gates merges onASR_THRESHOLD(default 10%). (Supersedes ci: add scan config to redteam targets #50)airs redteam report <jobId>was routing DYNAMIC jobs to the static-report endpoint, returning 500. AddsgetDynamicReportservice method + dedicated renderer (Score, ASR, Goals, Threats, Summary). TDD: RED tests first. (Closes redteam report: DYNAMIC scans route to getStaticReport and 500 #112)Changesets
0019-dlp-gen-visible-text.md— minor0020-redteam-ci-asr-gate.md— patch0021-redteam-report-dynamic.md— patchTest plan
pnpm test— 721/721 passingpnpm lint— 0 errorspnpm tsc --noEmit— cleanpnpm docs:check— 123 commands, 30 on allowlistpnpm docs:build— 0 errorsSupersedes #77, #50
Closes #112