Skip to content
Skillv1.0.0

screen-adverse-media

Screen a person or organisation for adverse media coverage, PEP status, and sanctions exposure — corroboration-gated, returns "review" never "guilty". Use when the user asks to screen someone before o

by sickn33(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from sickn33/agentic-awesome-skills (skills/screen-adverse-media/SKILL.md). Install upstream with npx skills add sickn33/agentic-awesome-skills --skill screen-adverse-media. Copyright stays with the author (Apache-2.0).

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

  1. 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.

  2. 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"
  3. Interpret the response.

    • rating — the overall screening result ("review", "clear", etc.)
    • hits[] — adverse media articles: date, title, source, URL, summary
    • pep[] — PEP signals (empty = none found)
    • sanctions[] — sanctions list signals (empty = none found)
  4. 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"
  5. 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) and verify-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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sickn33-agentic-awesome-skills-screen-adverse-media/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sickn33-agentic-awesome-skills-screen-adverse-media.ocm.jsonjson
{
  "ocm": "1",
  "id": "sickn33-agentic-awesome-skills-screen-adverse-media",
  "kind": "skill",
  "name": "screen-adverse-media",
  "description": "Screen a person or organisation for adverse media coverage, PEP status, and sanctions exposure — corroboration-gated, returns \"review\" never \"guilty\". Use when the user asks to screen someone before onboarding, partnership, or investment; for AML/CTF flows; or for ongoing counterparty monitoring.",
  "publisher": "sickn33",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "hr"
    ],
    "tags": [
      "skill-md",
      "document-verification",
      "fact-checking",
      "stipple",
      "authenticity",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Screen a person or organisation for adverse media coverage, PEP status, and sanctions exposure — corroboration-gated, returns \"review\" never \"guilty\". Use when the user asks to screen someone before onboarding, partnership, or investment; for AML/CTF flows; or for ongoing counterparty monitoring."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/sickn33/agentic-awesome-skills",
      "path": "skills/screen-adverse-media/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/sickn33/agentic-awesome-skills/blob/HEAD/skills/screen-adverse-media/SKILL.md",
      "key": "sickn33/agentic-awesome-skills/skills/screen-adverse-media/SKILL.md"
    },
    "license": "Apache-2.0"
  },
  "instructions": "# Screen Adverse Media\n\nScreen 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).\n\n## When to use\n\n- AML/CTF onboarding (Tranche 2 reforms make this mandatory for more Australian businesses)\n- Vendor/supplier due diligence before signing\n- Investor or LP vetting\n- Ongoing counterparty monitoring (re-run periodically, compare warrant IDs)\n\n## Instructions\n\n1. ",
  "cost": {
    "context_tokens": 916
  }
}

Fetch it by URL: GET /api/v1/registry/sickn33-agentic-awesome-skills-screen-adverse-media/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.