Skip to content

chore: bundle #77 dlp-gen visible-text retarget + #50 redteam CI yaml + #112 redteam report DYNAMIC fix#233

Merged
cdot65 merged 10 commits into
mainfrom
cdot65/bundled-77-50-112
May 28, 2026
Merged

chore: bundle #77 dlp-gen visible-text retarget + #50 redteam CI yaml + #112 redteam report DYNAMIC fix#233
cdot65 merged 10 commits into
mainfrom
cdot65/bundled-77-50-112

Conversation

@cdot65

@cdot65 cdot65 commented May 28, 2026

Copy link
Copy Markdown
Owner

Bundles three units into a single PR.

Summary

Changesets

  • 0019-dlp-gen-visible-text.mdminor
  • 0020-redteam-ci-asr-gate.mdpatch
  • 0021-redteam-report-dynamic.mdpatch

Test plan

  • pnpm test — 721/721 passing
  • pnpm lint — 0 errors
  • pnpm tsc --noEmit — clean
  • pnpm docs:check — 123 commands, 30 on allowlist
  • pnpm docs:build — 0 errors
  • CI: smoke against live AIRS once merged

Supersedes #77, #50
Closes #112

cdot65 added 9 commits May 28, 2026 06:02
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).
Resolves typedoc conflicts by regenerating fresh on top of #234 + #235
landings. All gates re-verified: 727 tests, tsc clean, docs:check 22 on
allowlist, docs:build --strict clean.
@cdot65 cdot65 merged commit bcad4b8 into main May 28, 2026
5 of 6 checks passed
@cdot65 cdot65 deleted the cdot65/bundled-77-50-112 branch May 28, 2026 15:40
@cdot65 cdot65 mentioned this pull request May 28, 2026
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

redteam report: DYNAMIC scans route to getStaticReport and 500

1 participant