Licence
SEE LICENSE IN LICENSE.txt
Version
1.0.1
Deps
0
Size
36 kB
Vulns
0
Weekly
0
ステマ規制チェック — アフィリエイト記事の広告表記リンター

記事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個のステマ規制ルールで検査し、問題箇所を行番号と直し方つきで全部表示する(件数を隠さない)。
--ruleslists 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:
{ "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
- 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.