← 返回
未分类 中文

Skynet Score

Use for searching CertiK Skynet project scores, looking up blockchain project security ratings, comparing score breakdowns, and integrating the public Skynet...
用于搜索CertiK Skynet项目评分、查询区块链项目安全评级、对比评分详情及集成公开Skynet数据。
certik-ai certik-ai 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 398
下载
💾 0
安装
1
版本
#latest

概述

Skynet Score

Use {skillDir}/scripts/skynet_score.py to inspect project score search results with the CertiK public project API.

Use this skill when the user wants to look up a blockchain project's CertiK Skynet score or needs help integrating the public project score API.

When to use this skill

  • Search projects by keyword or approximate project name
  • Return a project's overall score, tier, and last update time
  • Explain the score breakdown fields
  • Show how to query the public endpoint from code or curl

Workflow

  1. Extract the project keyword from the user request.
  2. Prefer the bundled Python script for execution.
  3. If Python is unavailable, use the documented curl fallback.
  4. If multiple projects match, list the best candidates instead of guessing.
  5. When a clear match exists, summarize:
    • project name
    • overall Skynet score
    • tier
    • last updated time
    • score breakdown fields that matter to the user's question
  6. If the user asks for implementation details, provide a minimal request example and note rate limits.

Execution

Prefer Python first:

python3 scripts/skynet_score.py --keyword "uniswap"

If Python is unavailable, use curl:

curl -sG "https://open.api.certik.com/projects" \
  -H "Accept: application/json, text/plain, */*" \
  --data-urlencode "keyword=uniswap"

Output guidance

  • Do not invent a score when no project match is returned.
  • If there are several close matches, ask the user to confirm which project they mean.
  • When explaining the result, keep the overall score first and the component scores second.
  • If the user asks for raw payloads or integration help, include the response shape below.

Public API

  • Base URL: https://open.api.certik.com
  • Endpoint: GET /projects
  • Query parameter: keyword (required)

Example:

curl -sG "https://open.api.certik.com/projects" \
  -H "Accept: application/json, text/plain, */*" \
  --data-urlencode "keyword=uniswap"

Important score fields:

  • score: overall Skynet score
  • scoreCodeSecurity: code security score
  • scoreCommunity: community score
  • scoreFundamental: fundamentals score
  • scoreGovernance: governance score
  • scoreMarket: market score
  • scoreOperation: operations score
  • tier: score tier
  • updatedAt: last update time

Limits and errors

  • Rate limit: 50 requests per 60-second window per IP
  • Headers:
  • X-RateLimit-Limit
  • X-RateLimit-Remaining
  • X-RateLimit-Reset
  • Retry-After on 429

Error payload:

{
  "error": "Human-readable error message"
}

Common status codes:

  • 400: missing or invalid parameters
  • 429: rate limit exceeded
  • 500: server-side failure

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 17:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

Token Scan

certik-ai
扫描代币合约安全风险,返回包含评分、税率、持币集中度和LP锁定状态的摘要。支持BSC等链。
★ 0 📥 498
professional

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 195 📥 63,539
professional

Stock Market Pro

kys42
Yahoo Finance (yfinance) 驱动的股票分析技能:行情报价、基本面、ASCII 趋势图、高分辨率图表(RSI/MACD/BB/VWAP/ATR),以及可选的网络...
★ 163 📥 40,282