feat: add DeepSec security-scan tracer bullet (COD-450) - #6
Merged
Conversation
Contributor
Author
🤖 Automated Review PanelGPT-5.5 (openai/gpt-5.5)Initial review found two blocking correctness gaps: the fixture adapter could be bypassed with an invalid typed request, and deserialization admitted undeclared fields. It also requested stronger redaction coverage. Fixed before opening this PR:
No remaining blocking issue identified after the fixes and full gate rerun. Gemini 3 Flash (google/gemini-3-flash-preview)The review confirmed the explicit three-surface operation, consumer-owned dispatch/adapter boundary, deterministic fixture, generated artifacts, and documentation align with the tracer-bullet contract. It found unknown request fields were silently accepted; this was fixed before PR creation with strict request deserialization and a regression test. No remaining blocking issue identified after the fixes and full gate rerun. |
shivros
marked this pull request as ready for review
August 30, 2026 22:06
shivros
added a commit
that referenced
this pull request
Sep 11, 2026
) Align workspace.package.version 0.1.0 -> 0.2.2 across all five members (via inheritance), refresh Cargo.lock package records only (no registry changes), and document the release/versioning policy: immutable historical tags, honest #6-#8 reference/metadata summary, git-tag consumer pins with regen requirement, and an explicit proposed/unpublished marker until the separate publication task lands. No tag, release, or publication is created by this change.
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
Implements COD-450 tasks 2–7: a fixture-backed
examples/security-scanconsumer that explicitly projectsrun_security_scanto CLI, HTTP, and MCP.POST /security/scanswith requiredtargetand optionalprofile.fixture:demo-repowith the baseline profile and never executes caller input.DEEPSEC_ENDPOINT/DEEPSEC_TOKENboundary without adding a real client.Validation
All passed. The review panel identified strict request-validation and fixture-bypass issues; those were fixed before this PR was opened. Note: generated CLI omission is represented as JSON
null, soprofile: nullis treated as the documented omitted/baseline profile.Closes COD-450.