# Stock Rumors

> Rumor Scanner — find early signals including M&A rumors, insider activity, analyst upgrades/downgrades, social whispers, and SEC/regulatory activity via AIsa API. Ranked by impact score. Use when the user asks about rumors, insider trading, M&A activity, analyst changes, or early market signals.

- Skill: `baofeng-tech/stock-rumors` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add baofeng-tech/stock-rumors`
- Raw SKILL.md: https://api.skillmd.com/api/skills/baofeng-tech/stock-rumors/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: baofeng-tech (https://skillmd.com/u/baofeng-tech)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/baofeng-tech/stock-rumors

---


# Rumor Scanner — AIsa Edition

Scan for early market signals and rumors using the AIsa API.

## Usage

```bash
python3 scripts/rumor_scanner.py
python3 scripts/rumor_scanner.py --focus ma
python3 scripts/rumor_scanner.py --focus insider
python3 scripts/rumor_scanner.py --focus analyst
python3 scripts/rumor_scanner.py --focus social
python3 scripts/rumor_scanner.py --output json
```

### Arguments

- `--focus`: Filter by `all` (default), `ma` (M&A), `insider`, `analyst`, or `social`
- `--output json`: Append structured JSON summary

## Signal Categories

- **M&A / Takeover Signals**: Acquisition, merger, buyout, strategic review keywords
- **Insider Trading Activity**: SEC EDGAR Form 4, cluster buying, 10b5-1 deviations
- **Analyst Actions**: Upgrades, downgrades, price target changes >15%, double-upgrades
- **Social & News Whispers**: "hearing that", "sources say", "rumored to", unusual social spikes
- **Regulatory / SEC Activity**: 13D/13G filings, investigations, Wells notices

## Output

Top 5 signals ranked by Impact Score with quality assessment, followed by an analyst note on the most actionable signals.

**NOT FINANCIAL ADVICE.** Rumors are unconfirmed. For informational purposes only.

