# Source Trust Verifier

> Verify trustworthiness and freshness of external sources before using their claims in decisions, code, or recommendations. Use for links, news, API limits, pricing, docs, and any unstable fact.

- Skill: `alubiama/source-trust-verifier` (Agent Skill)
- Install (CLI): `npx skillmds@latest add alubiama/source-trust-verifier`
- Raw SKILL.md: https://api.skillmd.com/api/skills/alubiama/source-trust-verifier/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: Alubiama (https://skillmd.com/u/alubiama)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/alubiama/source-trust-verifier

---


# Source Trust Verifier

## Goal

Reduce bad decisions from stale, low-quality, or biased sources.

## Verification Workflow

1. Identify claim type: factual, pricing, legal, technical, recommendation.
2. Prefer primary source over repost or commentary.
3. Check date freshness and update cadence.
4. Cross-check with at least one independent source for unstable claims.
5. Mark confidence and unresolved unknowns.

## Source Priority

- Official vendor docs and repositories.
- Standards bodies and primary publications.
- Reputable secondary summaries.
- Social posts only as discovery signals, not final evidence.

## Output Contract

Always output:

1. `validated_sources`
2. `freshness_status`
3. `confidence_level`
4. `unknowns_to_verify`

## Guardrails

- Do not present unverified claims as facts.
- Explicitly label inferences and uncertainty.

