sec-risk-factors
Extract and summarize risk factors from SEC filings using Octagon MCP. Use when analyzing Item 1A risk disclosures, categorizing business risks, identifying new or material risks, and comparing risk profiles across companies or time periods.
What this skill does
# SEC Risk Factors Analysis
Extract and summarize risk factors from SEC filings (10-K and 10-Q) for public companies using the Octagon MCP server.
## Prerequisites
Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See [references/mcp-setup.md](references/mcp-setup.md) for installation instructions.
## Workflow
### 1. Identify Analysis Parameters
Determine the following before querying:
- **Ticker**: Stock symbol (e.g., AAPL, MSFT, GOOGL)
- **Filing Type** (optional): 10-K (annual) or 10-Q (quarterly updates)
- **Focus Areas** (optional): Specific risk categories of interest
### 2. Execute Query via Octagon MCP
Use the `octagon-agent` tool with a natural language prompt:
```
Extract and summarize the risk factors section from <TICKER>'s latest annual report.
```
**MCP Call Format:**
```json
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Extract and summarize the risk factors section from AAPL's latest annual report."
}
}
```
### 3. Expected Output
The agent returns categorized risk factors including:
| Risk Category | Description | Source Pages |
|---------------|-------------|--------------|
| Macroeconomic & Industry Risks | Economic downturns, inflation, currency | 10-K, p.8 |
| Legal & Regulatory Compliance | Legal proceedings, regulatory challenges | 10-K, p.15-16 |
| Financial Risks | Pricing pressures, competition, FX volatility | 10-K, p.18-31 |
| Business Risks | Product transitions, competitiveness | 10-K, p.11 |
| Operational Risks | Manufacturing, logistics, outsourcing | 10-K, p.11 |
| Data Security & Privacy | Cybersecurity, data protection | 10-K, p.18 |
| Supply Chain Risks | Geopolitical tensions, natural disasters | 10-K, p.9 |
**Data Sources**: octagon-sec-agent
### 4. Interpret Results
See [references/interpreting-results.md](references/interpreting-results.md) for guidance on:
- Understanding risk factor categories
- Assessing risk materiality
- Comparing risks across filings
- Identifying new or emerging risks
## Example Queries
**Standard Risk Factor Extraction:**
```
Extract and summarize the risk factors section from AAPL's latest annual report.
```
**Quarterly Risk Updates:**
```
Extract any new or updated risk factors from TSLA's latest 10-Q filing.
```
**Specific Risk Category:**
```
Extract cybersecurity and data privacy risk factors from META's latest 10-K.
```
**Comparative Analysis:**
```
Compare the risk factors between GOOGL's 2024 and 2023 10-K filings.
```
**Industry Comparison:**
```
Extract and compare supply chain risk factors from AAPL and MSFT's latest 10-K filings.
```
**Regulatory Focus:**
```
Extract all regulatory and legal compliance risk factors from JPM's latest annual report.
```
## Risk Factor Categories
### Macroeconomic Risks
| Risk Type | Examples |
|-----------|----------|
| Economic Cycles | Recessions, GDP decline, consumer spending |
| Inflation | Input costs, pricing power, margin pressure |
| Interest Rates | Borrowing costs, valuation impacts |
| Currency | FX volatility, translation effects |
| Geopolitical | Trade wars, sanctions, political instability |
### Operational Risks
| Risk Type | Examples |
|-----------|----------|
| Supply Chain | Supplier concentration, logistics disruptions |
| Manufacturing | Production issues, quality control |
| Technology | System failures, IT infrastructure |
| Human Capital | Key personnel, labor relations |
| Business Continuity | Natural disasters, pandemics |
### Financial Risks
| Risk Type | Examples |
|-----------|----------|
| Liquidity | Cash flow, access to capital |
| Credit | Counterparty risk, receivables |
| Market | Stock price volatility, valuation |
| Tax | Rate changes, audit exposure |
| Pension | Funding obligations, assumptions |
### Regulatory & Legal Risks
| Risk Type | Examples |
|-----------|----------|
| Compliance | Industry regulations, licensing |
| Litigation | Lawsuits, class actions |
| Antitrust | Competition law, market dominance |
| Data Privacy | GDPR, CCPA, data breaches |
| Environmental | ESG regulations, climate policies |
### Strategic Risks
| Risk Type | Examples |
|-----------|----------|
| Competition | Market share, pricing pressure |
| Disruption | Technology shifts, new entrants |
| M&A | Integration risks, deal failure |
| Innovation | R&D success, product pipeline |
| Reputation | Brand damage, public perception |
## Analyzing Risk Changes
### New Risks (High Priority)
Risks added since prior filing:
- Indicates emerging concerns
- Often reflects recent events
- May signal strategic shifts
### Removed Risks (Monitor)
Risks no longer disclosed:
- Issue may be resolved
- Or consolidated into other risks
- Verify resolution in MD&A
### Modified Language (Important)
Risks with changed wording:
- Expanded = increased concern
- Reduced = diminished concern
- More specific = crystallizing risk
## Analysis Tips
1. **Order matters**: Risks are typically ordered by perceived materiality - first risks are often most significant.
2. **Length signals importance**: More detailed risk descriptions often indicate greater management concern.
3. **Specificity is key**: Specific examples suggest real concerns vs. boilerplate language.
4. **Cross-reference MD&A**: Management discussion often provides context for risk factors.
5. **Track changes YoY**: New, removed, or modified risks reveal evolving concerns.
6. **Compare to peers**: Unique risks vs. industry-standard disclosures indicate company-specific issues.
## Use Cases
- **Investment due diligence**: Comprehensive risk assessment before investing
- **Portfolio risk monitoring**: Track risk evolution for holdings
- **Competitive analysis**: Compare risk profiles across competitors
- **Sector research**: Identify common vs. unique risks in an industry
- **Compliance review**: Ensure adequate risk disclosure
Related in AI Agents
skill-development
IncludedComprehensive meta-skill for creating, managing, validating, auditing, and distributing Claude Code skills and slash commands (unified in v2.1.3+). Provides skill templates, creation workflows, validation patterns, audit checklists, naming conventions, YAML frontmatter guidance, progressive disclosure examples, and best practices lookup. Use when creating new skills, validating existing skills, auditing skill quality, understanding skill architecture, needing skill templates, learning about YAML frontmatter requirements, progressive disclosure patterns, tool restrictions (allowed-tools), skill composition, skill naming conventions, troubleshooting skill activation issues, creating custom slash commands, configuring command frontmatter, using command arguments ($ARGUMENTS, $1, $2), bash execution in commands, file references in commands, command namespacing, plugin commands, MCP slash commands, Skill tool configuration, or deciding between skills vs slash commands. Delegates to docs-management skill for official documentation.
reprompter
IncludedTransform messy prompts into well-structured, effective prompts — single or multi-agent. Use when: "reprompt", "reprompt this", "clean up this prompt", "structure my prompt", rough text needing XML tags and best practices, "reprompter teams", "repromptception", "run with quality", "smart run", "smart agents", multi-agent tasks, audits, parallel work, anything going to agent teams. Don't use when: simple Q&A, pure chat, immediate execution-only tasks. See "Don't Use When" section for details. Outputs: Structured XML/Markdown prompt, quality score (before/after), optional team brief + per-agent sub-prompts, agent team output files. Success criteria: Single mode quality score ≥ 7/10; Repromptception per-agent prompt quality score 8+/10; all required sections present, actionable and specific.
adaptive-compaction
IncludedAdaptive add-on policy and recovery layer that decides WHEN to compact, prune, snapshot, or fork -- replacing fixed-percent auto-compaction across Claude Code, Codex, and MCP-capable hosts. Trigger on auto-compact timing or damage: "when should I compact", "is it safe to compact now or start a fresh session", "auto-compact fires too early/mid-task", "switching to an unrelated task but the window still has space", "context rot", "answers get worse the longer the session runs", "the agent forgot the plan or my decisions after it summarized", "add a layer on top that manages context without changing the agent", raising autoCompactWindow to give the policy room, or installing/tuning a cross-tool compaction policy or PreCompact hook -- even when "compaction" is never said but the problem is context-window pressure or post-summarization memory loss. Do NOT use to summarize a conversation, build RAG, write a summarization prompt (decides WHEN not HOW), or answer max-context-length trivia.
agent-skill-creator
IncludedCreate cross-platform agent skills from workflow descriptions. Activates when users ask to create an agent, automate a repetitive workflow, create a custom skill, or need advanced agent creation. Triggers on phrases like create agent for, automate workflow, create skill for, every day I have to, daily I need to, turn process into agent, need to automate, create a cross-platform skill, validate this skill, export this skill, migrate this skill. Supports single skills, multi-agent suites, transcript processing, template-based creation, interactive configuration, cross-platform export, and spec validation.
llm-wiki
IncludedUse when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include "second brain", "Obsidian wiki", "personal knowledge management", "ingest this paper/article/book", "build a research wiki", "compound knowledge", "Memex", or whenever the user wants knowledge to accumulate across sessions instead of being re-derived by RAG on every query.
skill-master
IncludedAgent Skills authoring, evaluation, and optimization. Create, edit, validate, benchmark, and improve skills following the agentskills.io specification. Use when designing SKILL.md files, structuring skill folders (references, scripts, assets), ingesting external documentation into skills, running trigger evals, benchmarking skill quality, optimizing descriptions, or performing blind A/B comparisons. Keywords: agentskills.io, SKILL.md, skill authoring, eval, benchmark, trigger optimization.