Investment Committee
Analysis
This is a coherent investment-analysis skill with no evidence of malicious behavior, but users should notice that it can run a price helper, use sub-agents, post reports to Discord, and save report history.
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.
python3 {workspace}/investment-committee/scripts/fetch_price.py GOOGL 700.hk BTC GOLDThe skill relies on a bundled Python helper even though the registry declares no required binaries or install spec. The included code is straightforward, but users may need Python and the requests package.
你现在扮演 [大师姓名] ... 提取可直接执行的操作参数(止损价、仓位、加仓条件)
The skill uses simulated famous-investor personas and asks for directly executable investment parameters.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
sessions_spawn × 5(同时发出,保证独立性) ... 若用户有持仓:持仓比例 + 是否已盈亏 ... 发送到当前 Discord 频道
The workflow may pass user portfolio details into multiple spawned sessions and then send the final report to the current Discord channel.
[上次你的评分:X/10(若有历史档案)] ... 存档到 `{workspace}/investment-committee/history/YYYY-MM-DD_标的_说明.md`The skill saves reports to a workspace history folder and may reuse historical scores in later analyses.
