Skip to content

fix: escape ! in markdown code block to avoid bash permission check false positive#719

Open
Cerdore wants to merge 2 commits intovercel-labs:mainfrom
Cerdore:Cerdore-patch-1
Open

fix: escape ! in markdown code block to avoid bash permission check false positive#719
Cerdore wants to merge 2 commits intovercel-labs:mainfrom
Cerdore:Cerdore-patch-1

Conversation

@Cerdore
Copy link

@Cerdore Cerdore commented Mar 11, 2026

Claude Code's bash permission checker incorrectly flags ! characters inside markdown inline code blocks as bash history expansion commands, blocking the skill from loading. Replace ! with HTML entity !.

Related: anthropics/claude-code#17267

… false positive

Claude Code's bash permission checker incorrectly flags `!` characters inside markdown inline code blocks as bash history expansion commands, blocking the skill from loading. Replace `!` with HTML entity `&vercel-labs#33;`.

Related: anthropics/claude-code#17267
@vercel
Copy link
Contributor

vercel bot commented Mar 11, 2026

@Cerdore is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
@ctate
Copy link
Collaborator

ctate commented Mar 12, 2026

Thanks @Cerdore! I couldn't reproduce this — the skill loads fine with ! on CC 2.1.71. Could you share repro steps?

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.

2 participants