Source Verification
Source Reputation Tiers
Validate every source against the trusted source domains provided via prompt context.
| Tier |
Score |
Examples |
Verification |
| High |
1.0 |
Academic (.edu, arxiv.org, ieee.org), Official (.gov, w3.org, ietf.org), Tech docs (developer.mozilla.org), OSS foundations (apache.org, cncf.io) |
Standard citation |
| Medium-High |
0.8 |
Industry leaders (martinfowler.com, stackoverflow.com, infoq.com) |
Cross-ref with 1+ high-tier |
| Medium |
0.6 |
Community (medium.com verified experts, dev.to, hashnode.com) |
Author verification + 3-source cross-ref |
| Excluded |
0.0 |
Unverified blogs (*.blogspot.com, wordpress.com), quora.com, pastebin.com |
Reject, log warning, find alternative |
Cross-Referencing Methodology
- Identify the specific assertion to verify
- Find 2+ independent sources not citing each other (avoid circular refs)
- Verify independence: different authors, publishers, organizations
- Compare: agree on substance (minor wording differences OK)
- Document: verified / partially verified / unverified per finding
Circular Reference Detection
- Source B cites Source A = one source, not two
- Multiple sources referencing single study = cite the original
- Prefer primary over secondary sources
Bias Detection Checklist
Evaluate before citing:
- Commercial interest: selling related product/service?
- Sponsorship: sponsored/funded content?
- Conflict of interest: author benefits from conclusion?
- Geographic/cultural bias: limited to single region?
- Temporal bias: publication dates skewed to specific era?
- Cherry-picking: contradictory evidence acknowledged?
- Logical fallacies: correlation as causation, authority without evidence
When bias detected: note in Source Analysis, reduce confidence.
Citation Format
[1] {Author/Organization}. "{Title}". {Publication/Website}. {Date}. {Full URL}. Accessed {YYYY-MM-DD}.
Required Metadata Per Source
Source URL | Domain | Access date | Reputation score (from tiers) | Verification status
Paywalled or Restricted Sources
Mark "[Paywalled]"/"[Restricted Access]" | Provide URL | Find open-access alternative | Note in Knowledge Gaps
Source: nWave-ai/nWave → nWave/skills/nw-source-verification/SKILL.md
Also appears in: nWave-ai/nWave/plugins/nw/skills/nw-source-verification/SKILL.md
1---2name: nw-source-verification3description: Source reputation tiers, cross-referencing methodology, bias detection, and citation format requirements4---567# Source Verification89## Source Reputation Tiers1011Validate every source against the trusted source domains provided via prompt context.1213| Tier | Score | Examples | Verification |14|------|-------|---------|-------------|15| High | 1.0 | Academic (*.edu, arxiv.org, ieee.org), Official (*.gov, w3.org, ietf.org), Tech docs (developer.mozilla.org), OSS foundations (apache.org, cncf.io) | Standard citation |16| Medium-High | 0.8 | Industry leaders (martinfowler.com, stackoverflow.com, infoq.com) | Cross-ref with 1+ high-tier |17| Medium | 0.6 | Community (medium.com verified experts, dev.to, hashnode.com) | Author verification + 3-source cross-ref |18| Excluded | 0.0 | Unverified blogs (*.blogspot.com, wordpress.com), quora.com, pastebin.com | Reject, log warning, find alternative |1920## Cross-Referencing Methodology21221. **Identify** the specific assertion to verify232. **Find** 2+ independent sources not citing each other (avoid circular refs)243. **Verify independence**: different authors, publishers, organizations254. **Compare**: agree on substance (minor wording differences OK)265. **Document**: verified / partially verified / unverified per finding2728### Circular Reference Detection29- Source B cites Source A = one source, not two30- Multiple sources referencing single study = cite the original31- Prefer primary over secondary sources3233## Bias Detection Checklist3435Evaluate before citing:361. **Commercial interest**: selling related product/service?372. **Sponsorship**: sponsored/funded content?383. **Conflict of interest**: author benefits from conclusion?394. **Geographic/cultural bias**: limited to single region?405. **Temporal bias**: publication dates skewed to specific era?416. **Cherry-picking**: contradictory evidence acknowledged?427. **Logical fallacies**: correlation as causation, authority without evidence4344When bias detected: note in Source Analysis, reduce confidence.4546## Citation Format4748```49[1] {Author/Organization}. "{Title}". {Publication/Website}. {Date}. {Full URL}. Accessed {YYYY-MM-DD}.50```5152### Required Metadata Per Source53Source URL | Domain | Access date | Reputation score (from tiers) | Verification status5455### Paywalled or Restricted Sources56Mark "[Paywalled]"/"[Restricted Access]" | Provide URL | Find open-access alternative | Note in Knowledge Gaps5758---5960**Source:** [`nWave-ai/nWave`](https://github.com/nWave-ai/nWave) → `nWave/skills/nw-source-verification/SKILL.md`6162**Also appears in:** `nWave-ai/nWave/plugins/nw/skills/nw-source-verification/SKILL.md`