feat(scanner): reject hidden undeclared plugin executables - #1146
Draft
seonghobae wants to merge 3 commits into
Draft
seonghobae wants to merge 3 commits into
seonghobae wants to merge 3 commits into
Conversation
4 tasks
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
seonghobae
added a commit
that referenced
this pull request
Sep 7, 2026
Summary: - Snapshot 14:09 UTC records Draft #1146 `94946c7` stacked on #1145. - Hidden undeclared executable/config surfaces fail closed. - `.git/` and `.gitignore` stay outside that class. Rationale: - #999 is the single writer of the product-technical gap baseline. - #1099 remaining surfaces stay on stacked successors, not Close. Tests: - documentation-only; detector evidence lives on #1146 (1428/1428)
This was referenced Sep 7, 2026
This branch has not been deployed
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.
Current repair boundary — 2026-09-12
feat/claude-plugin-dynamic-eval-1099@262650f3c3b34565c3317a10b1fabefbc4dba7517bca8ffc0793ad50fc82f957523fe86439711df93d517e31ece2d4356b1dcc8e00ed7410b15805ff94946c7…and current feat(scanner): reject dynamic eval on plugin hook surfaces #1145 head262650f…; no force updatePYTHONPATH=. python -m pytest -q tests/test_claude_plugin*.py→ 145 passed;py_compileandgit diff --checkpassedSuccessor of #1145 / issue #1099. Does not Close those. Does not steal G-06 #1133 or #1145 eval unique delta.
.gitmetadata is not a plugin executable surface.Unique delta
Fail closed on hidden undeclared executable or config surfaces (
claude-plugin-hidden-undeclared-executable):.bin/run.shand.hooks/secret.pynot declared inplugin.jsonfail admission.config.jsonand extensionless.bin/toolfail admissionhooks/pre.shis not this finding (may still be inventory).gitignoreonly is not this finding.mcp.jsonstays the MCP classscripts/hidden.pystaysclaude-plugin-undeclared-executable#1145 remains owner of dynamic eval/exec on hook surfaces.
Test plan
tests/test_claude_plugin_hidden_executable.py)Relates to #1099. Relates to #1145.