スキル一覧に戻る
babdulhakim2

adverse-media

by babdulhakim2

0🍴 0📅 2026年1月7日
GitHubで見るManusで実行

SKILL.md


name: adverse-media description: Search for negative news coverage, controversies, and reputational risks associated with individuals or companies across news sources and media databases allowed-tools: ["Bash", "Read", "Write", "WebSearch"]

Adverse Media Screening Skill

Purpose

This skill searches for negative news, controversies, scandals, and reputational risks associated with entities across global news sources and media databases.

When to Use This Skill

Activate this skill when the user:

  • Requests adverse media or negative news screening
  • Asks about controversies or scandals involving an entity
  • Needs reputational risk assessment
  • Wants to check media coverage of a person or company
  • Uses keywords like: "adverse media", "negative news", "scandals", "controversies", "bad press"

How to Use

1. Identify Search Target

  • Extract entity name
  • Note time period if specified
  • Consider name variations and aliases
cd /Users/superfunguy/wsp/scolo/backend
python -c "from src.tools import adverse_media; import json; result = adverse_media.check('ENTITY_NAME'); print(json.dumps(result, indent=2))"

3. Analyze Results

Categories of adverse media:

  • Financial Crime: Fraud, money laundering, embezzlement
  • Corruption: Bribery, kickbacks, political corruption
  • Legal Issues: Lawsuits, regulatory violations, arrests
  • Ethical Concerns: Environmental damage, labor violations
  • Reputational: Scandals, controversies, negative publicity

Examples

Example: Check Company Reputation

User: "Any negative news about Wells Fargo?" Action:

python -c "from src.tools import adverse_media; import json; result = adverse_media.check('Wells Fargo'); print(json.dumps(result, indent=2))"

Important Notes

  • Consider source credibility and bias
  • Distinguish between allegations and confirmed facts
  • Check publication dates for relevance
  • Multiple sources strengthen findings

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です