3.2 The Ingestion Layer
Humanproof begins by accepting evidence from everywhere, by deliberate architectural choice. Rather than building another gated ecosystem that depends on issuers opting in, the protocol treats the entire landscape of human skill documentation as input.
Sources include, but are not limited to:
- Digital badges from any platform (Credly, Accredible, Badgr, custom issuers)
- Formal credentials (degrees, transcripts, professional certifications)
- Resumes and CVs in any format
- Professional portfolio artifacts (code repositories, published work, project documentation)
- Performance reviews and employer assessments
- Peer and manager reviews submitted with verified working relationships
- Training completion records
- Self-reported skill evidence with supporting documentation
The ingestion layer normalizes this heterogeneous input into a structured format. Every piece of evidence is tagged with its source, its recency, its issuer where applicable, and its evidentiary weight: a measure of how much trust the system places in it based on source reliability and specificity. The HSS defines these weights canonically per skill, so every conformant engine treats the same evidence the same way.
The system does not require issuers to participate, because Humanproof can index publicly available credential data at scale and build a comprehensive skills graph without depending on institutional cooperation. The network grows from the edges in rather than from the center out.
3.3 The Assessment Engine
The assessment engine is the reference implementation of the Humanproof Skill Standard and the primary innovation this paper describes.
Existing credential systems are attestation-based: they record that an authority said a person has a skill. Humanproof is evidence-based: it evaluates the totality of available evidence and produces an independent assessment of proficiency.
The engine operates through four stages:
Extraction. Using large language models fine-tuned for skill identification, the engine analyzes raw evidence and extracts discrete skills. A resume that describes “managed a team of 12 engineers building a real-time data pipeline” yields specific skill extractions: team leadership, engineering management, real-time systems, data engineering, pipeline architecture.
Normalization. Extracted skills are mapped to atomic HSS records, whose structured ontology covers technical, creative, interpersonal, domain, and foundational capability with cross-domain balance from version 1.0 onward.
Proficiency Assessment. For each normalized skill, the engine evaluates proficiency across four levels (Novice, Intermediate, Advanced, Expert) based on multiple weighted signals:
- Credential authority weight: A certification from a recognized institution carries more weight than a self-reported claim, but less than a portfolio of demonstrated work. The HSS pins these weights canonically per skill.
- Evidence depth: Multiple independent sources confirming the same skill increase confidence.
- Recency: Skills decay. Recent evidence is weighted more heavily. The decay curve varies by skill category and is encoded in the HSS, not the engine.
- Specificity: A credential that names a precise skill carries more signal than one that names a broad category.
- Cross-validation: When evidence from independent sources corroborates the same skill, confidence compounds. The HSS specifies the compounding function so that all conformant engines produce the same result on the same inputs.
Each skill assessment produces a confidence score between 0 and 100, representing the engine's certainty in its proficiency determination. The score is transparent: users see exactly which evidence contributed to it, how each source was weighted, and why.