Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add jhlee0409/claude-plugins --skill boundary-checkergit clone --depth 1 https://github.com/jhlee0409/claude-pluginsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/jhlee0409/claude-plugins/boundary-checker)<a href="https://agentmods.dev/skills/jhlee0409/claude-plugins/boundary-checker"><img src="https://agentmods.dev/badge/skills/jhlee0409/claude-plugins/boundary-checker/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/jhlee0409/claude-plugins/boundary-checker"><img src="https://agentmods.dev/badge/skills/jhlee0409/claude-plugins/boundary-checker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00013 | $0.02708 |
| Opus 5 | $0.00006 | $0.01354 |
| Sonnet 5 | $0.00003 | $0.00542 |
| Haiku 4.5 | $0.00001 | $0.00271 |
Grade A, and why
boundary-checker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 407 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Boundary Checker Skill
FSD Import 경계 규칙을 검사하고 위반 사항을 감지합니다.
EXECUTION INSTRUCTIONS
Step 1: Load Layer Map
- Use layer-detector skill to get current layer map
- Build layer hierarchy for validation
Step 2: Collect Import Statements
For each file in the project:
-
Read file content
-
Extract import statements using regex:
import\s+.*?\s+from\s+['"]([^'"]+)['"]SECURITY NOTE: Use non-greedy
.*?instead of greedy.*to prevent ReDoS (Regular Expression Denial of Service) attacks from maliciously crafted import statements.Alternative safer patterns:
# More specific pattern (recommended for production) import\s+(?:\{[^}]*\}|[^'"]+)\s+from\s+['"]([^'"]+)['"] # Or use multiple specific patterns: import\s+\{[^}]*\}\s+from\s+['"]([^'"]+)['"] # Named imports import\s+\w+\s+from\s+['"]([^'"]+)['"] # Default imports import\s+\*\s+as\s+\w+\s+from\s+['"]([^'"]+)['"] # Namespace imports -
Categorize imports:
- Absolute (alias):
@entities/user - Relative:
../model/types - External:
react,lodash
- Absolute (alias):
Step 3: Resolve Import Paths
For each import:
- If alias, resolve using config aliases
- If relative, resolve from current file path
- Determine target layer and slice
Step 4: Check Layer Hierarchy
Layer Hierarchy (top to bottom):
app (6)
pages (5)
widgets (4)
features (3)
entities (2)
shared (1)
Rule: Lower number cannot import from higher number
For each import:
- Get source layer rank
- Get target layer rank
- If source rank < target rank → VIOLATION
Step 5: Check Cross-Slice Imports
For sliced layers (pages, widgets, features, entities):
Rule: Slices in the same layer cannot import from each other
For each import within a sliced layer:
- Get source slice
- Get target slice
- If source ≠ target and same layer → VIOLATION
Exception: @x/ cross-reference pattern is allowed.
The @x/ pattern enables controlled cross-slice imports within the same layer. See "REFERENCE: @x/ Cross-Reference Pattern" section for details.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 407 lines · 13 tokens per session scan A 887a9c1cfbce
boundary-checker is a skill published in the GitHub repository jhlee0409/claude-plugins (4 stars, last pushed 7mo ago), licensed MIT. It adds 13 tokens to every session and 2,708 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
scalar-design-system
Scalar's design system — design tokens, theming (@scalar/themes), CSS variables, and the @scalar/components library. Use when designing or implementing Scalar UI, especially with Paper (code-to-design / design-to-code), so output matches real Scalar tokens, colors, typography, spacing, and components instead of…
datamodel-code-generator
Use this skill when the user wants Python data models, Pydantic models, dataclasses, TypedDicts, msgspec structs, or type-safe Python classes generated from OpenAPI, AsyncAPI, JSON Schema, GraphQL, JSON/YAML/CSV sample data, MCP tool schemas, Protocol Buffers, XML Schema, Apache Avro, or existing Python model objects.…
shipwright-pipeline
Autonomous app builder that converts plain-English descriptions into fully built, tested applications. Use when the user wants to build a new app, scaffold a project, generate a full-stack application, or create an app from a description. Trigger with "build me an app", "create a new app", "shipwright build"…
comfyui-frontend-extensions
Authoring ComfyUI v2 frontend extensions with @comfyorg/extension-api, covering defineNode/defineExtension/defineWidget, shell UI (sidebar tabs, commands, hotkeys), typed events, and handles. Use when writing or editing ComfyUI web-UI extension code (custom node JS, sidebar panels, widgets).
image-seo-audit
Audit every image on a page for SEO, performance, and accessibility — alt text quality, tiered file-size thresholds, WebP/AVIF format adoption, srcset/sizes responsiveness, lazy loading, fetchpriority on the LCP image, and width/height for CLS — producing an optimization list sorted by file-size savings. Triggers on…
design-system
Builds and maintains the design system a product is assembled from — tokens for color, type, spacing and elevation, component contracts, and the rules that keep them coherent as the product grows. Use this when starting a new interface, when screens have drifted apart visually, when the same component exists three…