# @readystack/stema-kisei-lint

> 記事1本を12ルールで検査し、広告表記の欠落と不明瞭表示を行番号で出す VS Code 拡張

Latest version **1.0.1** (published 2026-09-23) · SEE LICENSE IN LICENSE.txt license · 0 weekly downloads

## Install

```sh
npm install @readystack/stema-kisei-lint
pnpm add @readystack/stema-kisei-lint
yarn add @readystack/stema-kisei-lint
bun add @readystack/stema-kisei-lint
```

Provides the command `stema-kisei-lint`.

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2026-09-23 |
| First published | 2026-09-20 |
| Weekly downloads | 0 |
| License | SEE LICENSE IN LICENSE.txt |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=18 |
| Dependencies | 0 |
| Unpacked size | 35.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | readystack |
| Keywords | ステマ規制, 景品表示法, アフィリエイト, 広告表記, PR表記, 消費者庁, stealth marketing, japan |

## Links

- npm: https://www.npmjs.com/package/@readystack/stema-kisei-lint
- Repository: https://github.com/jmshinhwa/readystack-themes
- Homepage: https://getreadystack.com
- Issues: https://github.com/jmshinhwa/readystack-themes/issues
- Funding: https://buy.polar.sh/polar_cl_g19QBB6jE9FaFkjYOGuRaEVIETr3iGDJCc5DV2AndrD
- npm.io page: https://npm.io/package/@readystack/stema-kisei-lint

## Recent versions

- 1.0.1 (latest) — 2026-09-23
- 1.0.0 — 2026-09-20

## README

# ステマ規制チェック — アフィリエイト記事の広告表記リンター

![ステマ規制チェック — アフィリエイト記事の広告表記リンター](https://getreadystack.com/img/promo/sku130590_result_card.jpg)

記事1本を12ルールで検査し、広告表記の欠落と不明瞭表示を行番号で出す VS Code 拡張

## Install

```
npx @readystack/stema-kisei-lint file
```

Node 18+. The same 12 rules as the VS Code extension, from a terminal or CI.

## Free

- 開いている記事1本を12個のステマ規制ルールで検査し、問題箇所を行番号と直し方つきで全部表示する（件数を隠さない）。
- `--rules` lists every rule

## With a licence ($29 once)

- ワークスペースの記事をまとめて検査し、行番号つきの是正レポート（Markdown/CSV）を書き出し、自社の広告表記ルールを追加できる。

```
@readystack/stema-kisei-lint --dir ./templates --report html --out report.html
```

弁護士の法律相談は30分5,500円（税込）が目安。記事1本ごとの表示レビューを都度依頼すると、公開本数に比例して積み上がる。

## Use from an AI agent (MCP)

Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:

```json
{ "mcpServers": { "stema-kisei-lint": { "command": "npx", "args": ["-y", "@readystack/stema-kisei-lint", "--mcp"] } } }
```

Tools: `check_text` and `check_file` (free) · `check_dir` (licence). The agent gets every finding with the line number.

## Use in CI

```yaml
- name: ステマ規制チェック — アフィリエイト記事の広告表記リンター
  run: npx -y @readystack/stema-kisei-lint --dir . --ci
```

(container: `docker run --rm -v "$PWD:/work" getreadystack/stema-kisei-lint --dir /work --ci`)

The folder sweep, reports and CI mode need one licence — one payment, no subscription. Set `READYSTACK_LICENSE=<key>` or run `--license <key>` once.

[Get a licence](https://buy.polar.sh/polar_cl_g19QBB6jE9FaFkjYOGuRaEVIETr3iGDJCc5DV2AndrD)


<!-- stema kisei lint -->

---
_Source: https://npm.io/package/@readystack/stema-kisei-lint · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
