股票分析助手
Analysis
The stock-analysis behavior is mostly coherent, but the package includes a release report that exposes API keys while claiming they were removed.
Findings (3)
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.
✅ 清除所有硬编码 API Key ... 修改前: TUSHARE_TOKEN = "f4ba5c1..."
The artifact claims all hardcoded API keys were cleared, but the same packaged file still discloses key material in the cleanup report.
cp .env.example .env
The setup instructions reference .env.example, but the provided file manifest does not list that file, making the packaged setup documentation inconsistent.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
TUSHARE_TOKEN = "f4ba5c1..."; baidu_env['BAIDU_API_KEY'] = "bce-v3/..."; tavily_env['TAVILY_API_KEY'] = "tvly-dev-..."
The release report includes concrete API key values, even though it describes them as previously hardcoded. If any are still valid, they expose third-party service accounts or quotas.
