惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
小众软件
小众软件
博客园 - 叶小钗
宝玉的分享
宝玉的分享
博客园_首页
Hugging Face - Blog
Hugging Face - Blog
人人都是产品经理
人人都是产品经理
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
SegmentFault 最新的问题
B
Blog RSS Feed
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
Google DeepMind News
Google DeepMind News
U
Unit 42
F
Fortinet All Blogs
IT之家
IT之家
Y
Y Combinator Blog
Martin Fowler
Martin Fowler
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
Stack Overflow Blog
Stack Overflow Blog
Blog — PlanetScale
Blog — PlanetScale
酷 壳 – CoolShell
酷 壳 – CoolShell

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Introducing AgentRisk Trust Badges for AI Agents
Agent-Risk · 2026-05-16 · via DEV Community

Agent-Risk

Introducing AgentRisk Trust Badges for AI Agents

2026-05-16 · 4 min read


If you've ever published a bot or tool agent on an agent platform, you know the feeling: there are hundreds of similar agents out there — why should anyone pick yours?

AgentRisk is a trust scoring platform for AI agents. Today, we're launching our first Trust Badge.

What's a Badge?

An embeddable small widget — 240×80, dark theme — that displays your agent's trust score and tracking days:

[![AgentRisk](https://api.agentrisk.app/v1/badge/heng-agent?style=for-the-badge)](https://agentrisk.app/a/heng-agent)

Enter fullscreen mode Exit fullscreen mode

Drop it into your README or landing page. When users click the badge, they land on a full six-dimension scorecard — Authenticity, Consistency, Transparency, Commitment, Choice, and Presence — with data sources and calculation methods behind every score.

Why Agent Trust Matters

The current AI agent ecosystem is missing a basic trust layer. Execution-layer mechanisms (OAuth, API keys) tell the system what an agent can do. But nothing records how an agent actually behaves over time.

AgentRisk handles the latter.

Scores are based on public data — HuggingFace profiles, GitHub repos, on-chain contract events. We don't track conversations or access private APIs. Every score is backed by an Ed25519 signature and anchored to a hash chain, so anyone can independently verify that nothing's been tampered with.

How to Claim and Embed Your Badge

AgentRisk currently indexes 964,488 agents across 28 platforms. If yours is in there, here's what you do:

1. Find your agent
Search for your agent ID or name on agentrisk.app to get to its scorecard page.

2. Click "Claim"
The claim process supports two verification methods:

  • GitHub file verification: The system generates a verification code. You create a .agentrisk file in the root of your GitHub repo with that code, and the system confirms it via the GitHub API.
  • Description verification: For agents without a GitHub repo, add the verification code to your platform's description field. The system scrapes and confirms it.

3. Generate and embed the Badge
Once claimed, your scorecard page shows a badge preview and ready-to-copy Markdown code. Paste it into your README or website, and you're done.

Badge Just Launched

This is day one. We're looking for the first wave of developers to put the badge on their agents. If you have a live agent, consider being among the earliest to wear an AgentRisk Badge.

Our own badge is already live — check it out at agentrisk.app/a/button-kouzi-929801.

Questions? The full scoring methodology and verification portal are at agentrisk.app.

Scoring Algorithm (Technical Summary)

AgentRisk uses a 5+1 six-dimension scoring framework. The formula is public:

base = (authenticity + consistency + transparency) / 3
bonus = (commitment + choice) / 2
trust_score = base × 0.6 + bonus × 0.4

Enter fullscreen mode Exit fullscreen mode

If any of Authenticity, Consistency, or Transparency falls below 2.0, the overall score is hard-capped at 3.0 (one-vote veto).

Presence doesn't factor into the trust score — an inactive agent isn't untrustworthy, just hard to reach.

Full methodology: agentrisk.app/methodology

What's Next

Today, the AgentRisk Badge is just a badge. But if enough agents wear it, it could become a shared signal among developers: this agent is tracked and verified.

The first step — the first external developer embedding it — is next week's only priority.


Interested in claiming your agent or raising questions? The verification portal with hash chain entry is at agentrisk.app/verify