screen-adverse-media
Screen a person or organisation for adverse media coverage, PEP status, and sanctions exposure — corroboration-gated, returns "review" never "guilty…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Screen Adverse Media
Screen a person or organisation for adverse media coverage, PEP (Politically Exposed Person) status, and sanctions exposure. Every hit is corroboration-gated: the screen returns "review", never "guilty", and "nothing found" is never a clean record. Uses the Stipple API (free anonymous tier).
When to use
- AML/CTF onboarding (Tranche 2 reforms make this mandatory for more Australian businesses)
- Vendor/supplier due diligence before signing
- Investor or LP vetting
- Ongoing counterparty monitoring (re-run periodically, compare warrant IDs)
Instructions
- Get the target. Name of the person or organisation. For document-based screening, a PDF/image of their ID or company extract can also be submitted.
- Run the screen.
Name-based (via MCP — the REST intake is document-based):
# Via any MCP client pointed at https://www.stipple.sh/mcp:
# tool: screen_adverse_media
# args: {"name": "John Citizen", "entity_type": "person"}
Document-based (REST — screens the person/org named in the uploaded document):
curl -X POST https://www.stipple.sh/v1/adverse-media \
-F "file=@company-extract.pdf" \
-H "Authorization: Bearer $STIPPLE_API_KEY"
- Interpret the response.
rating— the overall screening result ("review", "clear", etc.)hits[]— adverse media articles: date, title, source, URL, summarypep[]— PEP signals (empty = none found)sanctions[]— sanctions list signals (empty = none found)
- Report with the right framing. Non-negotiable framing rules:
| Finding | Correct framing |
|---|---|
| Hits found | "Review recommended — see articles below" (never "guilty") |
| Nothing found | "No corroborated adverse media found — this is NOT a clean record; coverage is bounded by the source list" |
| PEP signal | "PEP status identified — enhanced due diligence may apply" |
- Contextualize. Every hit is corroborated across sources before inclusion — but the screen is the start of human review, not the end of it. Date-range and source-coverage limitations are real.
Output format
screening rating: review
adverse media hits:
- [2025-11-02] Court action over unpaid supplier debts
source: The Age https://...
- [2024-06-18] ASIC disqualification
source: ASIC media releases https://...
PEP signals: 0
sanctions list signals: 0
This screen returns "review", never "guilty" — every hit is corroboration-gated.
Limitations and Safety
- Screening processes personal data and potentially damaging allegations through a
hosted third party. Confirm a lawful purpose, obtain any required approval, send
only the minimum identifiers needed, and verify current retention, residency,
access, and deletion terms before transmission.
- Name matches, PEP signals, sanctions hits, and media reports can be incomplete,
stale, misattributed, or false. Corroborate every consequential result with the
original source and authoritative registers; never publish an allegation as fact.
- This is not a legal AML/CTF determination. A qualified human reviewer must resolve
identity ambiguity, document the reasoning, and provide an appropriate correction
or appeal path before rejecting or restricting a person or organization.
Notes
- Costs 3 credits per screen; free weekly allowance applies
- For AML flows, pair with
check-identity-pack(identity) andverify-document(document genuineness) - "Nothing found" ≠ "clean record" — always state this in reports
- Free key at https://www.stipple.sh for metering beyond the anonymous allowance
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
plugins/agentic-awesome-skills-claude/skills/screen-adverse-media/SKILL.md同一个仓库里的其他技能
同名技能的其他版本
有 3 个不同仓库或目录里都有叫 screen-adverse-media 的技能。它们内容并不相同,别混用:
- sickn33/agentic-awesome-skills — Screen a person or organisation for adverse media coverage, PEP status, and sanctions expo
- sickn33/agentic-awesome-skills — Screen a person or organisation for adverse media coverage, PEP status, and sanctions expo