Financial Fraud Index
Overview
Use this skill to assess fraud or manipulation risk in annual reports and financial statements. The core rule is simple: conclusions must stay tied to evidence, and missing evidence must stay visible.
When to Use
Use this skill when the task involves:
- annual reports, audit reports, or financial statements;
- fraud-risk, manipulation-risk, or earnings-quality assessment;
- extracting red flags from PDF reports or extracted report text;
- evidence-backed comparison across companies or periods.
Do not use this skill for:
- general investment advice without source documents;
- broad market commentary;
- valuation modeling unrelated to report evidence.
Workflow
- Confirm the source set.
Source type, company name, report year, and whether the input is a PDF, extracted text, or both.
- Extract the usable facts.
Focus on headline statements, core financial fields, notes, audit opinion, and governance disclosures.
- Classify findings into three buckets.
Confirmed anomalies, weak signals, and missing data.
- Attach evidence to every confirmed anomaly.
Prefer page-numbered excerpts. If page numbers are unavailable, say so explicitly.
- Downgrade certainty when coverage is incomplete.
If core fields or note evidence are missing, say the conclusion is incomplete or pending review.
Evidence Rules
- Never invent figures, excerpts, page numbers, ratios, or causal explanations.
- Prefer primary evidence from the report over summary text written by the user.
- Prefer page-numbered excerpts over paraphrases.
- If a signal is based on calculation, show both the source values and the calculation basis.
- If evidence is partial, keep the signal as weak or pending review rather than overstating it.
- If extraction is noisy or unreliable, say that directly.
Output Structure
Produce output in this order:
- Report summary
Company, period, audit opinion, and overall risk view.
- Confirmed anomalies
Only signals supported by report evidence.
- Weak signals
Suspicious items that do not yet support a firm conclusion.
- Missing data
Fields, notes, or evidence gaps that weaken confidence.
- Evidence excerpts
Prefer
原文摘录(第X页): ... style citations when page numbers exist.
- Review guidance
What needs manual checking next.
Signal Categories
Confirmed anomalies
Use when the report provides direct support, for example:
- audit opinion issues;
- revenue, profit, and cash-flow contradictions;
- receivable or inventory anomalies supported by values or notes;
- governance issues with explicit disclosure;
- accounting-policy or accounting-estimate changes with cited source text.
Weak signals
Use when the evidence is suggestive but incomplete, for example:
- ratio deterioration without corroborating note evidence;
- unusual changes lacking note disclosure;
- narrative inconsistencies without numeric backing.
Missing data
Use when the analysis would normally depend on fields or notes that are absent, unreadable, or unsupported by evidence, for example:
- missing operating cash flow support;
- missing sales cash receipts;
- missing note excerpts for provisions, subsidies, or contingent liabilities;
- missing page anchors for core statement lines.
Common Mistakes
- Treating every anomaly as a confirmed fraud signal.
- Using narrative statements as evidence when the task requires numeric proof.
- Hiding missing data behind a confident risk rating.
- Giving buy/hold/sell style advice when the evidence base is incomplete.
- Quoting a value without naming where it came from.
Reference Pattern
Use this concise pattern when reporting:
报告摘要
- 公司/年度:
- 审计意见:
- 总体判断:
明确异常
- 信号名:
证据:
弱信号
- 信号名:
原因:
缺失数据
- 字段/附注:
影响:
Repository Note
This skill is standalone. If a local project already contains a financial-fraud analysis pipeline, use that implementation as a helper, but keep the evidence and output rules above as the controlling standard.
1---2name: financial-fraud-index3description: Use when analyzing annual reports, audit reports, financial statements, or suspected accounting manipulation and the agent needs an evidence-grounded fraud-risk assessment from PDFs or extracted report text.4---56# Financial Fraud Index78## Overview910Use this skill to assess fraud or manipulation risk in annual reports and financial statements. The core rule is simple: conclusions must stay tied to evidence, and missing evidence must stay visible.1112## When to Use1314Use this skill when the task involves:1516- annual reports, audit reports, or financial statements;17- fraud-risk, manipulation-risk, or earnings-quality assessment;18- extracting red flags from PDF reports or extracted report text;19- evidence-backed comparison across companies or periods.2021Do not use this skill for:2223- general investment advice without source documents;24- broad market commentary;25- valuation modeling unrelated to report evidence.2627## Workflow28291. Confirm the source set.30 Source type, company name, report year, and whether the input is a PDF, extracted text, or both.312. Extract the usable facts.32 Focus on headline statements, core financial fields, notes, audit opinion, and governance disclosures.333. Classify findings into three buckets.34 Confirmed anomalies, weak signals, and missing data.354. Attach evidence to every confirmed anomaly.36 Prefer page-numbered excerpts. If page numbers are unavailable, say so explicitly.375. Downgrade certainty when coverage is incomplete.38 If core fields or note evidence are missing, say the conclusion is incomplete or pending review.3940## Evidence Rules4142- Never invent figures, excerpts, page numbers, ratios, or causal explanations.43- Prefer primary evidence from the report over summary text written by the user.44- Prefer page-numbered excerpts over paraphrases.45- If a signal is based on calculation, show both the source values and the calculation basis.46- If evidence is partial, keep the signal as weak or pending review rather than overstating it.47- If extraction is noisy or unreliable, say that directly.4849## Output Structure5051Produce output in this order:52531. Report summary54 Company, period, audit opinion, and overall risk view.552. Confirmed anomalies56 Only signals supported by report evidence.573. Weak signals58 Suspicious items that do not yet support a firm conclusion.594. Missing data60 Fields, notes, or evidence gaps that weaken confidence.615. Evidence excerpts62 Prefer `原文摘录(第X页): ...` style citations when page numbers exist.636. Review guidance64 What needs manual checking next.6566## Signal Categories6768### Confirmed anomalies6970Use when the report provides direct support, for example:7172- audit opinion issues;73- revenue, profit, and cash-flow contradictions;74- receivable or inventory anomalies supported by values or notes;75- governance issues with explicit disclosure;76- accounting-policy or accounting-estimate changes with cited source text.7778### Weak signals7980Use when the evidence is suggestive but incomplete, for example:8182- ratio deterioration without corroborating note evidence;83- unusual changes lacking note disclosure;84- narrative inconsistencies without numeric backing.8586### Missing data8788Use when the analysis would normally depend on fields or notes that are absent, unreadable, or unsupported by evidence, for example:8990- missing operating cash flow support;91- missing sales cash receipts;92- missing note excerpts for provisions, subsidies, or contingent liabilities;93- missing page anchors for core statement lines.9495## Common Mistakes9697- Treating every anomaly as a confirmed fraud signal.98- Using narrative statements as evidence when the task requires numeric proof.99- Hiding missing data behind a confident risk rating.100- Giving buy/hold/sell style advice when the evidence base is incomplete.101- Quoting a value without naming where it came from.102103## Reference Pattern104105Use this concise pattern when reporting:106107```text108报告摘要109- 公司/年度:110- 审计意见:111- 总体判断:112113明确异常114- 信号名:115 证据:116117弱信号118- 信号名:119 原因:120121缺失数据122- 字段/附注:123 影响:124```125126## Repository Note127128This skill is standalone. If a local project already contains a financial-fraud analysis pipeline, use that implementation as a helper, but keep the evidence and output rules above as the controlling standard.