feat(scanner): reject non-standard plugin JSON constants - #1153
Draft
seonghobae wants to merge 3 commits into
Draft
seonghobae wants to merge 3 commits into
seonghobae wants to merge 3 commits into
Conversation
|
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 |
This was referenced Sep 7, 2026
Contributor
Author
|
Stacked successor: #1154 ( It owns the remaining issue #1099 TDD item 4 malformed UTF-8/Unicode slice ( |
seonghobae
added a commit
that referenced
this pull request
Sep 7, 2026
Summary: - Snapshot 16:14 UTC records Draft #1154 `ee43e7d` stacked on #1153. - Invalid UTF-8 plugin/MCP JSON fails closed with label-only snippets. - Valid CJK, bidi concealment, and Infinity stay their own classes. 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 #1154 (1614/1614)
4 tasks
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-deceptive-description-1099@df1ba2c3207478393a7fc797470558ad028d931db02bfdecec575edf593a72388df2cd749afdf204ed9943cd3321b1c8349b825b3a49bfa8775b03a43f709b0…and current feat(scanner): reject deceptive plugin capability descriptions #1151 headdf1ba2c…; no force updatePYTHONPATH=. python -m pytest -q tests/test_claude_plugin*.py→ 173 passed;py_compileandgit diff --checkpassedSuccessor of #1151 / issue #1099. Does not Close those. Does not steal G-06 #1152, #1151 deceptive-description, or #1150 browser-profile unique delta. Duplicate JSON members stay
claude-plugin-duplicate-json-member.Unique delta
Fail closed on non-standard JSON constants (
claude-plugin-nonstandard-json-constant):timeout: NaNfails admissionInfinityand-Infinityfail admissionclaude-plugin-duplicate-json-member#1151 remains owner of deceptive plugin/skill/command descriptions.
Test plan
tests/test_claude_plugin_nonstandard_json.py)Relates to #1099. Relates to #1151.