Skip to content

feat(platform): add identity expansion visibility#29

Merged
raylee-hawkins merged 1 commit into
mainfrom
feature/id-det-002-004-platform-visibility
May 20, 2026
Merged

feat(platform): add identity expansion visibility#29
raylee-hawkins merged 1 commit into
mainfrom
feature/id-det-002-004-platform-visibility

Conversation

@raylee-hawkins
Copy link
Copy Markdown
Contributor

Summary

Adds platform-side status and plan visibility for ID-DET-002, ID-DET-003, and ID-DET-004 after hawkinsoperations-validation PR #46 merged.

This extends the existing Detection Factory Controller v0 convention rather than creating a new framework.

Upstream validation reference

Changed files

  • scripts/ho_factory.py
  • docs/factory/DETECTION_FACTORY_CONTROLLER_V0.md
  • contracts/schemas/detection-factory-controller-v0.schema.json
  • contracts/README.md

Validation

  • python -B -m py_compile scripts\ho_factory.py
  • python -B scripts\ho_factory.py status --detection ID-DET-002 --repo-root C:\Raylee\Repo\HawkinsOperations --format json
  • python -B scripts\ho_factory.py status --detection ID-DET-003 --repo-root C:\Raylee\Repo\HawkinsOperations --format json
  • python -B scripts\ho_factory.py status --detection ID-DET-004 --repo-root C:\Raylee\Repo\HawkinsOperations --format json
  • python -B scripts\ho_factory.py plan --detection ID-DET-002 --repo-root C:\Raylee\Repo\HawkinsOperations --format json
  • python -B scripts\ho_factory.py plan --detection ID-DET-003 --repo-root C:\Raylee\Repo\HawkinsOperations --format json
  • python -B scripts\ho_factory.py plan --detection ID-DET-004 --repo-root C:\Raylee\Repo\HawkinsOperations --format json
  • python -B scripts\ho_factory.py plan --detection all --repo-root C:\Raylee\Repo\HawkinsOperations --format json
  • python -B scripts\ho_factory.py self-test-id-det-001-missing-surfaces --format json
  • python -B scripts\verify-soar-case-packet-v0.py
  • python -B scripts\verify_local_gpu_triage.py contracts\examples\local-gpu-triage-support-v0.sample.json --self-test
  • python -B -m json.tool contracts\schemas\detection-factory-controller-v0.schema.json
  • git diff --check
  • Added-line private-term scan
  • Added-line blocked-claim scan

Claim boundary

This PR adds platform visibility only. It does not claim source repo state for ID-DET-002/003/004, proof promotion, runtime proof, signal proof, public-safe status, production identity coverage, live IdP proof, live SIEM/NDR proof, autonomous SOC operation, AI-approved disposition, or analyst-approved disposition.

Proof ceiling remains CONTROLLED_TEST_VALIDATED for the validation-backed platform view.

Notes

The direct status/plan packets report:

  • source_status: NOT_INSPECTED_IN_THIS_PLATFORM_WINDOW
  • validation_status: CONTROLLED_TEST_VALIDATED
  • runtime_status: NOT_PROVEN
  • signal_status: NOT_PROVEN
  • evidence_status: NOT_CAPTURED
  • public_safe_status: NOT_PUBLIC_SAFE
  • human_review_required: true

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

if tolerate_id_dependency_missing and exc.detection_id == "ID-DET-001":
return build_dependency_missing_packet(spec, exc.found, exc.missing)

P1 Badge Handle all ID-DET dependency gaps in all-plan mode

plan --detection all is now documented and partially implemented to emit bounded DEPENDENCY_SURFACES_MISSING packets for identity detections, but this guard still only catches ID-DET-001. In mixed-revision repo roots where ID-DET-002/003/004 validation surfaces are absent, build_packet raises DependencySurfacesMissing and this branch re-raises, aborting the entire all-plan output instead of returning a bounded packet. This breaks the newly added identity expansion workflow and contradicts the behavior described in docs/factory/DETECTION_FACTORY_CONTROLLER_V0.md.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@raylee-hawkins raylee-hawkins merged commit 196da74 into main May 20, 2026
2 checks passed
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.

1 participant