Signal Intelligence Pack
Analysis
This is a coherent instruction-only research-grounding workflow with no code or credential requests, though it can use external search providers and separate child skills.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Step 2 无可用来源匹配 | 降级到通用搜索源(tavily/web_search)
The workflow can route and retry searches through external tools. This is expected for a grounding/research skill, but it may consume provider quotas and should remain scoped to the user's task.
按序调用5个子skill
The core workflow depends on separate child skills such as query-planner and source-router. The supplied artifacts do not pin or include those child skill implementations, so behavior depends on the user's installed/trusted versions.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"primary_task": { "description": "用户的原始任务描述,完整保留原始意图" } ... "available_sources": ... "['tavily', 'web_search', 'bailian']"The user's task is preserved and transformed into searches that may be sent to external providers. This is purpose-aligned, but sensitive task details could leave the local agent context.
后续的分析/判断/报告模块基于这个底座工作
The skill creates an evidence base that downstream analysis modules will use. Because that base is built from retrieved sources, unreliable or manipulated source content could influence later reasoning, though the skill includes cleaning, freshness, and counter-evidence checks.
