token-smuggling

Community

Guard LLM prompts from Unicode tricks.

Authorthejefflarson
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps detect and prevent token-smuggling and Unicode injection attacks in code that passes user input to LLMs, ensuring prompts cannot be manipulated through hidden characters or homoglyphs.

Core Features & Use Cases

  • Detects Unicode control and invisible formatting characters that can be used to tamper with prompts.
  • Enforces Unicode normalization and safety checks at the trust boundary to prevent bypass of filters.
  • Provides guidance for secure prompt construction and verification in software that integrates LLMs.

Quick Start

Normalize all user input with NFKC before it reaches any LLM prompt construction.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: token-smuggling
Download link: https://github.com/thejefflarson/soundcheck/archive/main.zip#token-smuggling

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.