gate-info-risk
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesegate-info-risk
gate-info-risk
General Rules
通用规则
⚠️ STOP — You MUST read and strictly follow the shared runtime rules before proceeding.
Do NOT select or call any tool until all rules are read. These rules have the highest priority.
→ Read gate-runtime-rules.md
→ Also read info-news-runtime-rules.md for gate-info and gate-news shared rules.
- Only call MCP tools explicitly listed in this skill. Tools not documented here must NOT be called, even if they exist in the MCP server.
⚠️ 停止操作——在继续之前,您必须阅读并严格遵守共享运行时规则。在未阅读所有规则之前,请勿选择或调用任何工具。这些规则具有最高优先级。
→ 阅读gate-runtime-rules.md
→ 同时阅读info-news-runtime-rules.md以了解gate-info和gate-news的共享规则。
- 仅调用本Skill中明确列出的MCP工具。即使MCP服务器中存在未在此处记录的工具,也不得调用。
CLI and playbook contract
CLI与剧本约定
- Legacy commands MUST exist under . When
gate-cli v0.5.2(shortcuts_enabled),>= 0.7.6may usetoken_riskper playbookinfo +token-risk; fall back toshortcuton failure or older CLI. This skill does NOT callcheck-token-securityorcheck-address-riskfor+address-tracker.address_risk - Call /
gate-cli info …only as listed in playbooks/gate-info-risk.yaml. When preflightgate-cli news …isroute, do not call Gate MCP tools from this skill.CLI - Missing data NEVER counts as "low risk". When the primary command for a chosen playbook is unavailable, the verdict is UNABLE_TO_ASSESS (scope limited; localized labels may appear in the user report) plus an explicit retry hint.
- Always pass . Required slots (
--format json+token,chain+address,chain) must be present; if ambiguous, ask the user.symbol - The report is safety-first: the verdict line comes BEFORE evidence, and high-severity items are always surfaced before medium or low.
- No buy / sell advice. No price predictions. Use verdict bands HIGH / MEDIUM / LOW / UNABLE_TO_ASSESS in this skill’s logic; the final user report may localize those labels. Always include a “what to verify next” list.
- 旧版命令必须在下可用。当
gate-cli v0.5.2(版本≥0.7.6)时,shortcuts_enabled可根据剧本token_risk使用shortcut;若失败或使用旧版CLI,则回退至info +token-risk。本Skill不会为check-token-security调用address_risk或check-address-risk。+address-tracker - 仅按照playbooks/gate-info-risk.yaml中的列出方式调用/
gate-cli info …。当预检gate-cli news …为route时,请勿从此Skill调用Gate MCP工具。CLI - 数据缺失绝不视为“低风险”。当所选剧本的主命令不可用时,结论为UNABLE_TO_ASSESS(范围受限;用户报告中可能显示本地化标签),并附带明确的重试提示。
- 始终传递。必填槽位(
--format json+token、chain+address、chain)必须存在;若存在歧义,请询问用户。symbol - 报告以安全优先:结论行位于证据之前,高严重性项始终优先于中低严重性项展示。
- 不提供买入/卖出建议,不做价格预测。本Skill逻辑中使用结论等级HIGH / MEDIUM / LOW / UNABLE_TO_ASSESS;最终用户报告可能会本地化这些标签。始终包含**“下一步需验证内容”**列表。
Step 0 — Preflight
步骤0 — 预检
Follow the shared contract in skills/_shared/preflight.md verbatim. Summary:
- Run ; parse
gate-cli preflight --format json,.route,.status..user_message - Branch: → continue;
CLI→ emitMCP_FALLBACKand halt;__FALLBACK__→ echoBLOCKand halt.user_message - When , Step 3 appends one migrate hint at the very end of the report.
status == "ready_with_migration_warning" - Step 0.5: Set and
cli_versionper skills/_shared/cli-version-routing.md.shortcuts_enabled
Do NOT run any data-collection command until Step 0 returns .
route == "CLI"<!-- Step 0.5 — Skill update check (OPT-IN, disabled by default). The script [scripts/update-skill.sh](https://github.com/gate/gate-skills/blob/master/scripts/update-skill.sh) is shipped and functional, but agents do NOT run it as part of the normal flow (zero overhead, no token needed). Skill authors can still invoke it manually when they want to sync SKILL.md from upstream: bash "$SKILL_ROOT/scripts/update-skill.sh" check gate-info-risk Result semantics, strict-check mode (`GATE_SKILL_CHECK_STRICT=1`) and the auto-apply path (`GATE_SKILL_UPDATE_MODE=auto`) are documented in [skills/_shared/update-workflow.md](https://github.com/gate/gate-skills/blob/master/skills/_shared/update-workflow.md). To re-enable this step inside the agent flow, delete this HTML comment wrapper so the block becomes part of the rendered SKILL.md again. -->
严格遵循skills/_shared/preflight.md中的共享约定。摘要:
- 运行;解析
gate-cli preflight --format json、.route、.status。.user_message - 分支处理:→ 继续;
CLI→ 输出MCP_FALLBACK并终止;__FALLBACK__→ 回显BLOCK并终止。user_message - 当时,步骤3需在报告末尾追加一条迁移提示。
status == "ready_with_migration_warning" - 步骤0.5:根据skills/_shared/cli-version-routing.md设置和
cli_version。shortcuts_enabled
在步骤0返回之前,请勿运行任何数据收集命令。
route == "CLI"<!-- 步骤0.5 — Skill更新检查(可选,默认禁用)。 脚本[scripts/update-skill.sh](https://github.com/gate/gate-skills/blob/master/scripts/update-skill.sh)已发布并可用,但Agent不会在正常流程中运行它(零开销,无需代币)。 Skill作者仍可在需要从上游同步SKILL.md时手动调用它: bash "$SKILL_ROOT/scripts/update-skill.sh" check gate-info-risk 结果语义、严格检查模式(`GATE_SKILL_CHECK_STRICT=1`)和自动应用路径(`GATE_SKILL_UPDATE_MODE=auto`)已在[skills/_shared/update-workflow.md](https://github.com/gate/gate-skills/blob/master/skills/_shared/update-workflow.md)中记录。要在Agent流程中重新启用此步骤,请删除此HTML注释包装,使该块成为渲染后的SKILL.md的一部分。 -->
Step 1 — Intent routing
步骤1 — 意图路由
Pick exactly one playbook id from playbooks/gate-info-risk.yaml:
| Playbook id | When to pick | Required slots |
|---|---|---|
| "is this token safe", "is there a honeypot", "taxes too high", "holder concentration" — subject is a token contract. | |
| "is this address safe", "sanctioned / OFAC", "blacklist", "is this wallet risky". | |
| "compliance or incident risk for this project", "has there been a security incident on {project}", "exchange announcement risk". | |
从playbooks/gate-info-risk.yaml中选择恰好一个剧本ID:
| 剧本ID | 选择时机 | 必填槽位 |
|---|---|---|
| 用户询问“这个代币安全吗”、“是不是蜜罐”、“手续费太高”、“持有者集中度”等——主题为代币合约。 | |
| 用户询问“这个地址安全吗”、“是否受制裁/OFAC管控”、“是否在黑名单”、“这个钱包有风险吗”等。 | |
| 用户询问“这个项目的合规或事件风险”、“{项目}是否发生过安全事件”、“交易所公告风险”等。 | |
Slot extraction rules
槽位提取规则
- takes exactly one of
check-token-securityor--token— the CLI explicitly rejects passing both (see the CLI error message; mutually exclusive). This skill always uses--addressbecause the flag is polymorphic: it accepts BOTH tickers (--token) and contract addresses (USDT, SPL mints, TRX mints). Agent slot-extraction rule: when the user mentions a contract address for a token-risk query, store that address in the0xdAC17F...slot directly — do NOT create a paralleltokenslot for this playbook. Always pair withaddress.--chain - canonical form (always send the short id on
chain):--chain,eth,bsc,polygon,arb,op,base,avax,solana, ... Accept common long-form aliases from users (tron,ethereum,arbitrum,optimism,avalanche,bnb) and normalize to the short id before calling the CLI. Responsematicecho is endpoint-dependent — sometimes short (.chain→eth), sometimes long (eth→arb). Parsers MUST accept both alias forms; see skills/gate-info-risk/references/troubleshooting.md (canonical alias table for input normalization and response parsing).arbitrum - is a wallet. If the user asks about a token contract but passed an address, confirm which they mean.
address - for
symbolis the listed coin ticker; resolve ambiguous project names before callingproject_riskcommands.news - Missing or ambiguous required slot → STOP, ask the user. Do not guess.
- 仅接受
check-token-security或--token中的一个——CLI明确拒绝同时传递两者(参见CLI错误信息;互斥)。本Skill始终使用--address,因为该标志具有多态性:它既接受代码(如--token)也接受合约地址(如USDT、SPL铸币地址、TRX铸币地址)。Agent槽位提取规则:当用户在代币风险查询中提及合约地址时,直接将该地址存储在0xdAC17F...槽位中——请勿为此剧本创建并行的token槽位。始终与address配合使用。--chain - 的标准格式(在
chain参数中始终发送短ID):--chain、eth、bsc、polygon、arb、op、base、avax、solana等。接受用户常用的长别名(如tron、ethereum、arbitrum、optimism、avalanche、bnb),并在调用CLI前将其标准化为短ID。响应中的matic回显形式取决于端点——有时是短格式(.chain→eth),有时是长格式(eth→arb)。解析器必须接受两种别名形式;参见skills/gate-info-risk/references/troubleshooting.md(用于输入标准化和响应解析的标准别名表)。arbitrum - 指钱包地址。如果用户询问代币合约但提供的是地址,请确认用户所指内容。
address - 中的
project_risk是上市代币的代码;在调用symbol命令前需解析模糊的项目名称。news - 缺失或歧义的必填槽位→停止操作,询问用户。请勿猜测。
Cross-skill routing at Step 1
步骤1的跨Skill路由
| User signal | Route to |
|---|---|
| "just give me a general analysis of this coin", no safety framing | |
| "who is this address / what is it doing on-chain" (not risk-first) | |
| "why did it drop" / "community view on incident" | |
| 用户信号 | 路由至 |
|---|---|
| “给我这个币的通用分析”,无安全相关表述 | |
| “这个地址是什么/它在链上做什么”(非风险优先) | |
| “为什么暴跌”/“社区对该事件的看法” | |
Step 2 — Data collection
步骤2 — 数据收集
All commands use . Commands inside the same run concurrently.
--format jsonparallel_groupWhen and playbook defines , follow skills/_shared/cli-version-routing.md. Map output (, , ) to the same verdict rules as .
shortcuts_enabledshortcut+token-riskrisk_levelrisk_itemstoken_identitycheck-token-securitytoken_riskargs--symbolargs_whenwhen: contract_address--address--chaintokentoken_onchainpost_shortcut_optional_ids所有命令均使用。同一内的命令可并发运行。
--format jsonparallel_group当且剧本定义了时,遵循skills/_shared/cli-version-routing.md。将的输出(、、)映射为与相同的结论规则。
shortcuts_enabledshortcut+token-riskrisk_levelrisk_itemstoken_identitycheck-token-securitytoken_riskargs--symboltokenargs_whenwhen: contract_address--address--chaintoken_onchainpost_shortcut_optional_ids2.A token_risk
token_risk2.A token_risk
token_riskShortcut (>= 0.7.6): resolve args from playbook / (never default to for tickers). On native-coin resolution failure, fall back to legacy commands below.
shortcut.argsshortcut.args_when--addressRequired (legacy):
gate-cli info compliance check-token-security --token {token} --chain {chain} --scope full
Optional (run in parallel with the above):
- — project fundamentals for context.
gate-cli info coin get-coin-info --query {symbol_or_token} --chain {chain} --scope basic - — holder concentration, smart-money flow.
gate-cli info onchain get-token-onchain --token {token} --chain {chain} --scope full
快捷方式(≥0.7.6):从剧本 / 解析参数(代币代码绝不默认使用)。如果原生代币解析失败,则回退至下方的旧版命令。
shortcut.argsshortcut.args_when--address必填(旧版):
gate-cli info compliance check-token-security --token {token} --chain {chain} --scope full
可选(与上述命令并行运行):
- —— 项目基本面信息,用于上下文补充。
gate-cli info coin get-coin-info --query {symbol_or_token} --chain {chain} --scope basic - —— 持有者集中度、聪明资金流向。
gate-cli info onchain get-token-onchain --token {token} --chain {chain} --scope full
2.B address_risk
address_risk2.B address_risk
address_riskRequired:
- — risk labels, tags, scoped balance summary.
gate-cli info onchain get-address-info --address {address} --chain {chain} --scope basic
Optional:
- — recent large flows; helps flag mixing / exchange hopping.
gate-cli info onchain get-address-transactions --address {address} --chain {chain} --time-range 30d --min-value-usd 100000 --limit 50
Scope-limited rule:v0.5.2 does not exposegate-cli. Ifinfo compliance check-address-riskreturns no risk labels or tags, the final verdict MUST be UNABLE_TO_ASSESS (localized in user output) with a note to re-check once the dedicated address-risk command ships.get-address-info
必填:
- —— 风险标签、标记、限定范围的余额摘要。
gate-cli info onchain get-address-info --address {address} --chain {chain} --scope basic
可选:
- —— 近期大额交易流水;有助于标记混币/跨交易所转移行为。
gate-cli info onchain get-address-transactions --address {address} --chain {chain} --time-range 30d --min-value-usd 100000 --limit 50
范围受限规则:v0.5.2未提供gate-cli。如果info compliance check-address-risk未返回任何风险标签或标记,最终结论必须为UNABLE_TO_ASSESS(在用户输出中本地化),并附带说明,提示用户在专用地址风险命令发布后重新检查。get-address-info
2.C project_risk
project_risk2.C project_risk
project_riskRequired (run in parallel):
gate-cli news feed search-news --coin {symbol} --limit 10 --sort-by importance --time-range 7d- (server enum is
gate-cli news events get-latest-events --coin {symbol} --time-range 7d --limit 20— use1h|24h|7d/--start-timeunix-ms for longer windows)--end-time
Optional:
- — listing / delisting / maintenance / emergency notices.
gate-cli news feed get-exchange-announcements --coin {symbol} --limit 10
必填(并行运行):
gate-cli news feed search-news --coin {symbol} --limit 10 --sort-by importance --time-range 7d- (服务器枚举值为
gate-cli news events get-latest-events --coin {symbol} --time-range 7d --limit 20——对于更长时间窗口,使用1h|24h|7d/--start-timeUnix时间戳(毫秒))--end-time
可选:
- —— 上线/下线/维护/紧急公告。
gate-cli news feed get-exchange-announcements --coin {symbol} --limit 10
Failure policy
失败处理策略
- Required command failure → abort playbook, surface CLI error verbatim (trim auth), stop. No verdict is emitted.
- Optional command failure → mark the corresponding section in Step 3 and downgrade confidence.
scope limited - Upstream returns "not found" or empty labels → treat as data gap, NOT as low risk.
- 必填命令失败→终止剧本,直接显示CLI错误信息(移除认证相关内容),停止操作。不输出结论。
- 可选命令失败→在步骤3中标记对应部分为并降低置信度。
范围受限 - 上游返回“未找到”或空标签→视为数据缺口,而非低风险。
Step 3 — Synthesis
步骤3 — 综合分析
The report is always 5 sections, in this order:
报告始终包含5个部分,顺序如下:
Report template
报告模板
markdown
undefinedmarkdown
undefinedRisk assessment — {subject}
风险评估 — {subject}
1. Verdict
1. 结论
- Level: {HIGH | MEDIUM | LOW | UNABLE_TO_ASSESS} (you may localize labels in the user-facing report)
- Three short sentences: main basis + data coverage + confidence (whether scope-limited)
- 等级: {HIGH | MEDIUM | LOW | UNABLE_TO_ASSESS}(面向用户的报告中可本地化标签)
- 三句简短描述:主要依据 + 数据覆盖范围 + 置信度(是否范围受限)
2. Core risk items
2. 核心风险项
Sort strictly HIGH → MEDIUM → LOW. Each item includes:
- Risk name + taxonomy: /
TECHNICAL_CONTRACT/ADDRESS_COMPLIANCEPROJECT_LEVEL - Evidence (real JSON paths), e.g. ,
check-token-security.high_risk_list[?risk_key=="is_honeypot"].risk_value == "1",check-token-security.data_analysis.top10_percentget-address-info.risk_labels - Impact + trigger (e.g. “tax rises after holding > 7 days”)
严格按照HIGH → MEDIUM → LOW排序。每个风险项包含:
- 风险名称 + 分类:/
TECHNICAL_CONTRACT/ADDRESS_COMPLIANCEPROJECT_LEVEL - 证据(实际JSON路径),例如、
check-token-security.high_risk_list[?risk_key=="is_honeypot"].risk_value == "1"、check-token-security.data_analysis.top10_percentget-address-info.risk_labels - 影响 + 触发条件(例如“持有超过7天后手续费上涨”)
3. On-chain or compliance context
3. 链上或合规上下文
{Balances / tags / labels / large flows / holder concentration / fundamentals. Sources as hit by playbook:
, , , }
info onchain get-address-infoinfo onchain get-address-transactionsinfo onchain get-token-onchaininfo coin get-coin-info{余额/标签/标记/大额交易流水/持有者集中度/基本面信息。来源为剧本调用的工具:
、、、}
info onchain get-address-infoinfo onchain get-address-transactionsinfo onchain get-token-onchaininfo coin get-coin-info4. Event context (if any)
4. 事件上下文(如有)
{Last 7–30d news / incidents / announcements from , , . Separate sourced facts from community speculation (mark “needs confirmation” where needed).}
news feed search-newsnews events get-latest-eventsnews feed get-exchange-announcementsIf the playbook did not call news commands, mark no data; you may suggest for follow-up.
gate-news-intel{过去7–30天的新闻/事件/公告,来自、、。区分已验证事实与社区猜测(必要时标记“需确认”)。}
news feed search-newsnews events get-latest-eventsnews feed get-exchange-announcements如果剧本未调用新闻命令,标记为无数据;可建议用户使用进行后续查询。
gate-news-intel5. What to verify next
5. 下一步需验证内容
- List concrete next commands to close each gap
- If UNABLE_TO_ASSESS, the first bullet must tell the user to re-run /
check-token-securitywith the correctget-address-info{chain} - No buy/sell advice; no price targets
undefined- 列出具体的后续命令以填补每个数据缺口
- 如果结论为UNABLE_TO_ASSESS,第一条必须告知用户使用正确的重新运行
{chain}/check-token-securityget-address-info - 不提供买入/卖出建议;不给出价格目标
undefinedVerdict rules (applied in section 1)
结论规则(应用于第1部分)
check-token-security- Top-level flags (e.g. ,
.is_honeypot) are JSON booleans (.is_open_source/true). Compare withfalse/== true, NOT with== false/"1"."0" - Nested list entries inside ,
high_risk_list[],middle_risk_list[],low_risk_list[],risky_list[]haveattention_list[]as strings (.risk_value/"0"). Compare with"1"or cast via== "1".tonumber - Tax fields (,
.buy_tax, nested.sell_tax) are strings (percent without.tax_analysis.token_tax.{buy_tax,sell_tax,transfer_tax}). Cast with%before numeric comparison.tonumber - Percent fields under (
.data_analysis,.top10_percent,.top100_percent,.dev_holding_percent,.insider_percent) are strings. Cast before comparing..max_holder_percent - Each nested entry has shape .
{risk_key, risk_value, risk_level, risk_name, risk_desc}
| Signal (real JSON path) | Effect on verdict |
|---|---|
| HIGH (immediate) |
| At least HIGH |
| HIGH (immediate) |
| HIGH (immediate) |
| At least MEDIUM |
| At least MEDIUM |
| At least MEDIUM |
| HIGH (immediate) |
| UNABLE_TO_ASSESS (scope limited) — do not downgrade to LOW |
| Add MEDIUM item |
| Add MEDIUM or HIGH (by severity) |
| All required commands fail | UNABLE_TO_ASSESS + clear retry guidance |
Optional summary shortcut: — an aggregate severity score from upstream (3 = honeypot-grade). When without any flagged , still run through the rules above to cite the specific offending field rather than citing alone.
check-token-security.risk_summary.highest_risk_level0–3highest_risk_level >= 3risk_keyrisk_summarycheck-token-security- 顶层标志(例如、
.is_honeypot)为JSON布尔值(.is_open_source/true)。需与false/== true比较,而非== false/"1"。"0" - 、
high_risk_list[]、middle_risk_list[]、low_risk_list[]、risky_list[]内的嵌套列表项的attention_list[]为字符串(.risk_value/"0")。需与"1"比较或通过== "1"转换。tonumber - 手续费字段(、
.buy_tax、嵌套的.sell_tax)为字符串(不带.tax_analysis.token_tax.{buy_tax,sell_tax,transfer_tax}的百分比)。在数值比较前需通过%转换。tonumber - 下的百分比字段(
.data_analysis、.top10_percent、.top100_percent、.dev_holding_percent、.insider_percent)为字符串。比较前需转换。.max_holder_percent - 每个嵌套项的格式为。
{risk_key, risk_value, risk_level, risk_name, risk_desc}
| 信号(实际JSON路径) | 对结论的影响 |
|---|---|
| 立即判定为HIGH |
| 至少判定为HIGH |
| 立即判定为HIGH |
| 立即判定为HIGH |
| 至少判定为MEDIUM |
| 至少判定为MEDIUM |
| 至少判定为MEDIUM |
| 立即判定为HIGH |
| 判定为UNABLE_TO_ASSESS(范围受限)——不得降级为LOW |
| 添加MEDIUM风险项 |
| 根据严重性添加MEDIUM或HIGH风险项 |
| 所有必填命令失败 | 判定为UNABLE_TO_ASSESS + 清晰的重试指引 |
可选的摘要快捷方式:——上游提供的0–3级严重程度总分(3级为蜜罐级)。当但未标记任何时,仍需通过上述规则找出具体违规字段,而非仅引用。
check-token-security.risk_summary.highest_risk_levelhighest_risk_level >= 3risk_keyrisk_summaryMigrate hint (only when Step 0 status was ready_with_migration_warning
)
ready_with_migration_warning迁移提示(仅当步骤0状态为ready_with_migration_warning
时)
ready_with_migration_warningAt the end of the report, append verbatim the migration blockquote line from skills/_shared/report-style.md (line starting with and ).
⚙️gate-cli migrate --dry-runNever gate the verdict on migrate status.
Cross-skill routing + Safety rules
跨Skill路由 + 安全规则
Routing
路由
Follow the shared matrix in skills/_shared/routing.md. Risk-skill-specific follow-ups:
| Follow-up intent | Target |
|---|---|
| "full research" / "is it worth following" | |
| "what is this address doing" / "smart money behavior" | |
| "why it dropped" / "community take on the event" | |
| User changes chain or token and wants a new assessment | Re-enter the same playbook with new slots; do NOT reuse prior verdict. |
遵循skills/_shared/routing.md中的共享矩阵。风险Skill专属的后续路由:
| 后续意图 | 目标 |
|---|---|
| “完整研究” / “是否值得关注” | |
| “这个地址在做什么” / “聪明资金行为” | |
| “为什么暴跌” / “社区对事件的看法” | |
| 用户更改链或代币并需要新评估 | 使用新槽位重新进入同一剧本;不得复用之前的结论。 |
Safety rules
安全规则
Follow the shared contract in skills/_shared/report-style.md. Risk-specific hardening:
- Never say LOW when a required command failed or when no risk labels / security-check fields were returned; use UNABLE_TO_ASSESS (or localized equivalent).
- Keep the three risk taxonomies (/
TECHNICAL_CONTRACT/ADDRESS_COMPLIANCE) strictly separate in Section 2.PROJECT_LEVEL - HIGH items MUST appear before any MEDIUM or LOW items in Section 2.
- No buy / sell advice. The closest allowed phrasing is “avoid / verify further” (neutral, non-prescriptive).
- Cite the exact JSON path for every verdict-driving claim, e.g. or
info compliance check-token-security.high_risk_list[?risk_key=="is_honeypot"].risk_value— never cite a command-only hand-wave like "from check-token-security".info compliance check-token-security.data_analysis.top10_percent
遵循skills/_shared/report-style.md中的共享约定。风险Skill专属强化规则:
- 当必填命令失败或未返回任何风险标签/安全检查字段时,绝不说LOW;使用UNABLE_TO_ASSESS(或本地化等效表述)。
- 在第2部分中严格区分三种风险分类(/
TECHNICAL_CONTRACT/ADDRESS_COMPLIANCE)。PROJECT_LEVEL - HIGH风险项必须在第2部分中优先于任何MEDIUM或LOW风险项展示。
- 不提供买入/卖出建议。允许的最接近表述为“避免/进一步验证”(中立、非指令性)。
- 为每个驱动结论的声明引用确切的JSON路径,例如或
info compliance check-token-security.high_risk_list[?risk_key=="is_honeypot"].risk_value——绝不仅引用命令名称如“来自check-token-security”。info compliance check-token-security.data_analysis.top10_percent
References
参考资料
| File | Load when... |
|---|---|
| skills/gate-info-risk/references/scenarios.md | Picking a playbook id is not obvious, or the user's prompt looks like Scenarios 4 / 5 (address risk, major-coin ambiguity). |
| skills/gate-info-risk/references/cli-reference.md | You need the full flag table for |
| skills/gate-info-risk/references/troubleshooting.md | A command failed, or |
| skills/_shared/preflight.md | Step 0 contract. |
| skills/_shared/routing.md | Cross-skill routing. |
| skills/_shared/report-style.md | Safety + reporting rules. |
| skills/_shared/update-workflow.md | Skill update workflow. |
| 文件 | 加载时机... |
|---|---|
| skills/gate-info-risk/references/scenarios.md | 剧本ID选择不明确,或用户提示类似场景4/5(地址风险、主流币歧义)时。 |
| skills/gate-info-risk/references/cli-reference.md | 需要 |
| skills/gate-info-risk/references/troubleshooting.md | 命令失败,或 |
| skills/_shared/preflight.md | 步骤0约定。 |
| skills/_shared/routing.md | 跨Skill路由。 |
| skills/_shared/report-style.md | 安全+报告规则。 |
| skills/_shared/update-workflow.md | Skill更新流程。 |