社区整理 · 与 TypeSafe 无隶属关系
用例 · 审核

审核

在社区政策下分流用户生成内容。相关付费起步:T2 内容审核。

案例卡细字段保持英文(来源语言)。标题与章节壳层已本地化。

案例卡

1 · Title

#11 jevmod content moderation

2 · When to use / When not
When to use

Community/app moderation: probability per category (spam, scam, harassment, nsfw, offtopic, self-harm, doxxing, minors, plus plain-language custom rules); you own thresholds and actions.

When not

Fails open if Jev is unreachable (messages left alone). Self-harm is flag-only by design. Not affiliated with TypeSafe / Discord / Telegram / Reddit.

3 · Question stem

One yes/no (Noul) question per enabled category with explicit true/false criteria (pattern of TypeSafe guardrails cookbook; questions live in jevmod/categories.json)

4 · Options
  • spam
  • scam
  • harassment
  • nsfw
  • offtopic
  • selfharm
  • doxxing
  • minors
  • rule:<name> (up to 5 custom)
5 · Criteria
spam
unsolicited promotion, invite farming, bare link drops, mass mentions
scam
fake giveaways, phishing domains, impersonated support, "DM me for a deal"
harassment
insults, slurs, threats, targeted abuse, in any language
nsfw
sexual or gore content for a general audience (below threshold means SFW)
offtopic
unrelated to channel_topic; needs a topic to mean anything
selfharm
the author is in crisis or considering self-harm; alert moderators, never punish
doxxing
reveals or hunts private data about a real person
minors
sexualises a minor or shows grooming behaviour
rule:<name>
your rule in plain language, exceptions included
6 · Example in → out
In
FREE NITRO for the first 100!! claim at discord-gifts.ru/nitro
Out
action flag, category scam ≈0.99; scores include spam≈0.98 (PyPI README)
7 · Source
8 · Notes

Community package by Omar Hernandez (MIT). Also: https://github.com/ohernandezdev/jevmod. Benchmark claims are package-authored — verify on your own traffic. Related paid starter: T2 Content moderation. Short note: Flavio sketches feed/content-filter style experiments (confidence medium-low) — distinct from jevmod; not a duplicate long card.

1 · Title

#N12 Openroom — live room messages judged by Jev

2 · When to use / When not
When to use

Try a public demo where every chat message is judged live against editable room rules before the room reads it.

When not

Demo only — no published question stem/options in the static page; do not invent a moderation rubric from the UI chrome.

3 · Question stem

4 · Options

5 · Criteria

6 · Example in → out
In
Out
7 · Source
8 · Notes

Simplified link card: openroom-ivory.vercel.app (“every message judged live by Jev”). Save rules → re-judge. Pair with jevmod (#11) when you need a documented category set.