Skip to content

Commit 3e46634

Browse files
committed
docs: SEO-optimize README + add CHANGELOG
- H1 加入中文长尾关键词(中转站真伪检测 / 真假鉴定),提升中文搜索引擎可见度 - 首段新增锚文本回链 veridrop.org 的协议页(Claude/OpenAI/Gemini/红黑榜/FAQ), 以不同锚文本增强 SEO 信号 - 新增 CHANGELOG.md,标记活跃维护状态,影响 Google crawl 优先级
1 parent 1877de4 commit 3e46634

2 files changed

Lines changed: 48 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Changelog
2+
3+
All notable changes to **Veridrop** are documented here.
4+
This project adheres to [Semantic Versioning](https://semver.org/) and the
5+
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format.
6+
7+
Live demo: <https://veridrop.org> · 中转站检测频道:
8+
[Claude](https://veridrop.org/claude) · [OpenAI](https://veridrop.org/openai) ·
9+
[Gemini](https://veridrop.org/gemini) · [红黑榜](https://veridrop.org/leaderboard)
10+
11+
## [Unreleased]
12+
13+
### Added
14+
- Caddy structured access logs(JSON 格式,含 Cf-Connecting-Ip / Referer / User-Agent)
15+
- 用户画像分析工具 `scripts/analyze_access_log.py` — 把访问者按行为分群
16+
(比价决策买家 / 疑似中转站运营者 / 自测开发者 / 看了测试页未提交 / 浅浏览 / 一次性跳出 / 爬虫)
17+
- 报告点击排行榜 + 报告评分分布直方图 + 检测可靠性 Dashboard
18+
19+
### Changed
20+
- README:H1 + 首段加中文 SEO 关键词与锚文本回链,提升搜索引擎可见度
21+
- GitHub repo description:关键词前置(去 emoji 占位)
22+
23+
## [0.1.0] - 2026-05-10
24+
25+
### Added
26+
- 三协议检测:Anthropic Messages API、OpenAI Chat Completions、Gemini OpenAI 兼容协议
27+
- **Claude thinking signature 加密级真伪验证**(中转站理论上无法伪造)
28+
- OpenAI usage 字段后端指纹识别(检测 `claude_cache_creation_*` 异源痕迹的「换芯」中转站)
29+
- Gemini 3 thinking-by-default 适配
30+
- 三层 needle-in-haystack 长上下文探针(32k → 1M tokens),抓「宣传 1M 实际只给 200k」式欺诈
31+
- 加权评分 + critical issue 一票否决(单项 critical 把 verdict 上限锁在 marginal)
32+
- 三档运行模式:quick(~$0.005) / standard(~$0.012) / full(~$0.020)
33+
- Web 服务:FastAPI + 异步任务队列、IP 限速、报告 JPG 卡片生成
34+
- 中转站红黑榜:按域名聚合公开报告,贝叶斯排序防 1-sample 刷分
35+
- 永久分享链接 `/r/{id}` 与社交分享图片 `/r/{id}.jpg`
36+
- CLI 工具 `relay-detector`:`detect` / `compare` / `ping` 三个子命令
37+
- 官方基线收集脚本 `bench.sh`(Opus 4.7 / Sonnet 4.6 / Haiku 4.5 / Opus 4.6)
38+
39+
### Privacy
40+
- API key 全程只在内存中,跑完即抹,**不落盘、不写日志、不外发**
41+
- 报告中 key 脱敏为 `sk-y7xU••••••0h` 格式
42+
- 无前端追踪、无 cookie、无注册
43+
44+
[Unreleased]: https://github.com/canarybyte/veridrop/compare/v0.1.0...HEAD
45+
[0.1.0]: https://github.com/canarybyte/veridrop/releases/tag/v0.1.0

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# Veridrop · AI API 中转站检测工具
1+
# Veridrop · AI API 中转站真伪检测 / Claude · OpenAI · Gemini 中转站真假鉴定工具
22

33
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](LICENSE)
44
[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/)
55
[![Tests](https://github.com/canarybyte/veridrop/actions/workflows/test.yml/badge.svg)](https://github.com/canarybyte/veridrop/actions/workflows/test.yml)
66
[![Live demo](https://img.shields.io/badge/demo-veridrop.org-10b981.svg)](https://veridrop.org)
77

8+
**在线使用(无需克隆代码)**:[veridrop.org](https://veridrop.org) · 协议页直达:[Claude 中转站检测](https://veridrop.org/claude) · [OpenAI 中转站检测](https://veridrop.org/openai) · [Gemini 中转站检测](https://veridrop.org/gemini) · [中转站红黑榜](https://veridrop.org/leaderboard) · [常见问题 FAQ](https://veridrop.org/faq)
9+
810
> **TL;DR (English)**: Open-source authenticity & quality detector for AI API relays
911
> (proxies). Given `base_url + api_key + model`, Veridrop runs probes against the relay,
1012
> compares results to a known-good baseline, and answers three questions:

0 commit comments

Comments
 (0)