AI中转站检测
ClaudeClaude (Anthropic Messages)

apinebula.ai

Claude Fable 5 (claude-fable-5) · 标准模式 · 模拟 Claude Code 客户端 · 08/29 11:25 · 耗时 66s

存在 1 项严重问题,即使总分较高也不建议重度使用

  • 思维签名加密验证:篡改后的签名也被接受,且签名形态不像 Anthropic 签发:signature 是中转站伪造的,上游为逆向渠道(Kiro / Copilot / Cursor 等)或非官方代理
71
存在风险
首 token 2.85s · 往返 5.12s
Key: sk-iD••••••ccBase URL: https://apinebula.aiJSON再测一次
通过协议字段合规响应字段与官方 Messages API 规范一致权重 10 · 100

响应字段与官方 Messages API 规范一致

{
  "status": 200,
  "id": "msg_015Fn5LNDK7tNXw65A0Byi7p",
  "model": "claude-fable-5",
  "stop_reason": "end_turn",
  "usage": {
    "input_tokens": 40,
    "cache_creation_input_tokens": 0,
    "cache_read_input_tokens": 0,
    "cache_creation": {
      "ephemeral_5m_input_tokens": 0,
      "ephemeral_1h_input_tokens": 0
    },
    "output_tokens": 4,
    "service_tier": "standard",
    "inference_geo": "not_available",
    "output_tokens_details": {
      "thinking_tokens": 0
    }
  },
  "topKeys": [
    "model",
    "id",
    "type",
    "role",
    "content",
    "stop_reason",
    "stop_sequence",
    "stop_details",
    "usage"
  ],
  "latencyMs": 5122,
  "text": "OK"
}
耗时 5.1s · 严重度 info
通过消息 ID 规范消息 ID 符合官方格式且每次唯一权重 4 · 100

消息 ID 符合官方格式且每次唯一

{
  "ids": [
    "msg_015Fn5LNDK7tNXw65A0Byi7p",
    "msg_011qOuExkaWW5IkOtKMvXEJW"
  ]
}
耗时 3.7s · 严重度 info
失败思维签名加密验证篡改后的签名也被接受,且签名形态不像 Anthropic 签发:signature 是中转站伪造的,上游为逆向渠道(Kiro / Copilot / Cursor 等)或非官方代理权重 25 · 10

篡改后的签名也被接受,且签名形态不像 Anthropic 签发:signature 是中转站伪造的,上游为逆向渠道(Kiro / Copilot / Cursor 等)或非官方代理

{
  "blockTypes": [
    "thinking",
    "text",
    "tool_use"
  ],
  "stop_reason": "tool_use",
  "signatureLength": 424,
  "signaturePrefix": "CAIStQIKpwEI",
  "thinkingPreview": "",
  "thinkingMode": "adaptive",
  "signatureLooksOfficial": false,
  "roundTrip": {
    "validStatus": 200,
    "tamperedStatus": 200,
    "tamperedError": "event: message_start\ndata: {\"type\":\"message_start\",\"message\":{\"model\":\"claude-fable-5\",\"id\":\"msg_015GniLdRt6j865zj9qQjHS6\",\"type\":\"message\",\"role\":\"assistant\",\"…"
  }
}
耗时 9.7s · 严重度 critical
通过流式响应合规SSE 事件序列完整,符合官方规范权重 8 · 100

SSE 事件序列完整,符合官方规范

{
  "status": 200,
  "ttftMs": 2850,
  "eventCount": 8,
  "sequence": [
    "message_start",
    "content_block_start",
    "ping",
    "content_block_delta",
    "content_block_delta",
    "content_block_stop",
    "message_delta",
    "message_stop"
  ],
  "startId": "msg_015Qjaor7yWo0TuoHNT49zJs",
  "startUsage": {
    "input_tokens": 46,
    "cache_creation_input_tokens": 0,
    "cache_read_input_tokens": 0,
    "cache_creation": {
      "ephemeral_5m_input_tokens": 0,
      "ephemeral_1h_input_tokens": 0
    },
    "output_tokens": 1,
    "service_tier": "standard",
    "inference_geo": "not_available"
  },
  "deltaUsage": {
    "input_tokens": 46,
    "cache_creation_input_tokens": 0,
    "cache_read_input_tokens": 0,
    "output_tokens": 15,
    "output_tokens_details": {
      "thinking_tokens": 0
    }
  }
}
耗时 4.1s · 严重度 info
通过Tool Use 能力Tool Use 正常,参数与 stop_reason 均符合规范权重 8 · 100

Tool Use 正常,参数与 stop_reason 均符合规范

{
  "stop_reason": "tool_use",
  "blockTypes": [
    "tool_use"
  ],
  "toolId": "toolu_012McphnyxnrK4ejZPLCApvG",
  "input": {
    "command": "echo tokyo"
  }
}
耗时 4.3s · 严重度 info
跳过Assistant 预填充该模型不支持 assistant 预填充(Claude 5 代已移除此特性),跳过权重 6 ·

该模型不支持 assistant 预填充(Claude 5 代已移除此特性),跳过

耗时 0.7s · 严重度 info
失败stop_sequences 行为stop_sequences 未生效:输出中仍包含停止词,参数未透传权重 4 · 20

stop_sequences 未生效:输出中仍包含停止词,参数未透传

{
  "stop_reason": "end_turn",
  "stop_sequence": null,
  "text": "ONE TWO THREE FOUR FIVE SIX"
}
耗时 5.1s · 严重度 major
通过Token 用量与注入用量稳定 (40 tokens),无注入痕迹权重 8 · 100

用量稳定 (40 tokens),无注入痕迹

{
  "input_tokens": [
    40,
    40
  ],
  "output_tokens": [
    4,
    4
  ],
  "expectedInputApprox": "10-16"
}
耗时 3.8s · 严重度 info
通过隐藏 System Prompt 探测除我们发送的 Claude Code 前缀外无其他隐藏指令权重 5 · 100

除我们发送的 Claude Code 前缀外无其他隐藏指令

{
  "reply": "You are Claude Code, Anthropic's official CLI for Claude.",
  "extra": ""
}
耗时 4.9s · 严重度 info
通过身份与确定性身份为 Anthropic,temperature=0 输出稳定权重 5 · 100

身份为 Anthropic,temperature=0 输出稳定

{
  "who": "Anthropic",
  "math": [
    "391",
    "391"
  ],
  "models": [
    "claude-fable-5",
    "claude-fable-5",
    "claude-fable-5"
  ]
}
耗时 4.0s · 严重度 info
通过PDF 文档识别PDF 内容识别正确权重 5 · 100

PDF 内容识别正确

{
  "status": 200,
  "secret": "KIWI-5693",
  "reply": "KIWI-5693"
}
耗时 5.4s · 严重度 info
通过Prompt Caching缓存写入 5095 tokens、第二次命中 5095 tokens,Prompt Caching 完整可用权重 8 · 100

缓存写入 5095 tokens、第二次命中 5095 tokens,Prompt Caching 完整可用

{
  "first": {
    "input": 14,
    "creation": 5095,
    "read": 0
  },
  "second": {
    "input": 14,
    "creation": 0,
    "read": 5095
  }
}
耗时 8.0s · 严重度 info
注意长上下文召回上游安全分类器拒答了长文本探针("refusal"):这是 Anthropic 官方的流式拒答格式,属于官方侧误判而非中转站问题;本次无法评估长上下文权重 10 · 70

上游安全分类器拒答了长文本探针("refusal"):这是 Anthropic 官方的流式拒答格式,属于官方侧误判而非中转站问题;本次无法评估长上下文

{
  "tiers": [
    {
      "tokens": 32000,
      "ok": false,
      "status": 200,
      "latencyMs": 4746,
      "inputTokens": 31121,
      "reply": "",
      "stop": "refusal"
    }
  ]
}
耗时 7.4s · 严重度 minor
这份报告对你有帮助吗?

评分 = Σ(单项分 × 权重) / Σ权重(跳过项不计)。≥70 通过,50–69 存在风险,<50 未达标;出现任一严重问题时结论封顶为「存在风险」。单次检测受网络与上游波动影响,建议结合该域名的历史记录判断。