FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Soulprint Ecosystem: ZK Identity + Bot Reputation = 100-Point AI Trust Score
How-ToWeb Development

Soulprint Ecosystem: ZK Identity + Bot Reputation = 100-Point AI Trust Score

via Dev.to WebdevManuel Felipe Arias Pineda1mo ago

What we built A complete trust ecosystem for AI agents. Two components, one score: Trust Score (0-100) = Identity (0-80) + Reputation (0-20) After 3 weeks of building: 7 npm packages 7 countries supported 104+ tests passing 1 verified MCP service (mcp-colombia-hub) 1 premium endpoint gated at score >= 95 Component 1: Identity via ZK Proofs (0-80) npx soulprint verify-me --selfie me.jpg --document cedula.jpg # What happens locally (data never leaves device): # 1. EXIF rotation fix + CLAHE normalization # 2. Tesseract OCR reads ID + validates MRZ check digits (ICAO 9303) # 3. InsightFace matches selfie to document face # 4. Circom circuit generates Groth16 ZK proof (564ms) # 5. Ed25519-signed SPT token issued (~700 bytes) Credentials and weights: Credential Points How EmailVerified 8 Email confirmation PhoneVerified 12 SMS OTP GitHubLinked 16 GitHub OAuth DocumentVerified 20 OCR + MRZ FaceMatch 16 Biometric BiometricBound 8 Device binding Max 80 Component 2: Reputation from behavior (0-2

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
23 views

Related Articles

How-To

Start Here: Learning to develop your own way with SCSIC

Medium Programming • 6h ago

Vibe Coding Isn’t for Everyone (And That’s the Point)
How-To

Vibe Coding Isn’t for Everyone (And That’s the Point)

Medium Programming • 8h ago

Sometimes We Make Mistakes (Meta’s Cost $80 Billion)
How-To

Sometimes We Make Mistakes (Meta’s Cost $80 Billion)

Medium Programming • 8h ago

Gate.io vs KuCoin — Which Crypto Exchange Is Better? (2026)
How-To

Gate.io vs KuCoin — Which Crypto Exchange Is Better? (2026)

Dev.to Beginners • 9h ago

How to Build a Real Multi-Agent Engineering Workflow With oh-my-claudecode
How-To

How to Build a Real Multi-Agent Engineering Workflow With oh-my-claudecode

Medium Programming • 10h ago

Discover More Articles