feat(scanner): reject dynamic eval on plugin hook surfaces - #1145
Draft
seonghobae wants to merge 2 commits into
Draft
feat(scanner): reject dynamic eval on plugin hook surfaces#1145seonghobae wants to merge 2 commits into
seonghobae wants to merge 2 commits into
Conversation
eval/exec/compile, new Function, and shell eval on hooks/scripts/commands fail admission. print() and evaluate() stay negative. Relates to #1099.
|
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 |
Contributor
Author
This was referenced Sep 7, 2026
Contributor
Author
|
Stacked successor: Draft #1146 ( |
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)
4 tasks
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-postinstall-download-1099@427c4b314208f5c555ab148399d479539e23b0dc262650f3c3b34565c3317a10b1fabefbc4dba751a2a9e9ad9cad241a27abcdc0a8c0694f41b0bbda1d42ac5…and current feat(scanner): reject plugin postinstall downloads #1144 head427c4b3…; no force updatePYTHONPATH=. python -m pytest -q tests/test_claude_plugin*.py→ 133 passed;py_compileandgit diff --checkpassedSummary
eval(/exec(/compile(/new Function(/ shellevalon plugin hook, script, and command surfaces (claude-plugin-dynamic-eval).print()andevaluate()remain negative. Repo-root Python is not a plugin hook surface.scan_result=passis not Noema admission.Stacked on #1144. Unique remaining #1099 dynamic-evaluation slice. Do not Close #1099 or #1144. Do not steal G-06 #1133.
Test plan
tests/test_claude_plugin_dynamic_eval.py)Relates to #1099. Relates to #1144.