Skip to content

feat(detector): unified patch — 9 detectors for undetected sentinel/state reuse bypasses#91

Closed
SarahLacard wants to merge 3 commits into
gpu-mode:mainfrom
SarahLacard:blue-unified-detectors
Closed

feat(detector): unified patch — 9 detectors for undetected sentinel/state reuse bypasses#91
SarahLacard wants to merge 3 commits into
gpu-mode:mainfrom
SarahLacard:blue-unified-detectors

Conversation

@SarahLacard

Copy link
Copy Markdown

KernelGuard-Red-Submission: 30

Unified PR combining 9 detectors for bypass techniques that were all scoring classification: valid, should_filter: false:

  • GLOBAL_SENTINEL_REUSE: module-level None sentinel cache
  • CLOSURE_STATE_REUSE: nonlocal variable in closure entrypoint
  • CLASS_CACHE_REUSE: classmethod factory with id-keyed dict cache
  • GENERATOR_STATE_REUSE: generator .send() state machine
  • DESCRIPTOR_CACHE_REUSE: descriptor get protocol cache
  • METACALL_INTERCEPT: metaclass call override dispatch
  • FUNCTION_ATTR_CACHE: hasattr/setattr on entrypoint function
  • DICT_MISSING_CACHE: dict subclass missing with id keys
  • PARTIAL_ENTRYPOINT: functools.partial as entrypoint wrapper

Targets red #30 (null-sentinel pointer compare replay). TP 20/20, FP 20/20, surgicalness 1.0.

@SarahLacard SarahLacard closed this May 1, 2026
@SarahLacard SarahLacard reopened this May 1, 2026
@SarahLacard
SarahLacard temporarily deployed to kernelguard-api-control-plane May 1, 2026 21:02 — with GitHub Actions Inactive
@SarahLacard
SarahLacard temporarily deployed to kernelguard-api-control-plane May 1, 2026 21:06 — with GitHub Actions Inactive
@github-actions

github-actions Bot commented May 1, 2026

Copy link
Copy Markdown

KernelGuard Blue Evaluation

@SarahLacard

Copy link
Copy Markdown
Author

Closing - wrong RED ID in body, patterns duplicated in other PRs

@SarahLacard SarahLacard closed this May 1, 2026
@SarahLacard SarahLacard reopened this May 1, 2026
@SarahLacard
SarahLacard temporarily deployed to kernelguard-api-control-plane May 1, 2026 21:15 — with GitHub Actions Inactive
@SarahLacard

Copy link
Copy Markdown
Author

Closing - bundled 5 detectors that don't target RED #30. Will resubmit as clean focused PRs.

@SarahLacard SarahLacard closed this May 1, 2026
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