Vision Simulator
Analysis
This is a coherent instruction-only marketing-forecast skill; the main thing to notice is that it may run web lookups and pass your scenario through several sub-agent sessions.
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.
- Use `sessions_spawn` for each agent ONE AT A TIME - Use `web_fetch` for data collection (Pro)
The skill directs the agent to use orchestration and web-fetch tools as part of its simulation workflow; this is disclosed and central to the purpose, but users should be aware it is not purely local text generation.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
웹 검색 실행
↓
결과 요약
↓
에이전트에 전달The workflow summarizes web search results and feeds them into agents; third-party web content can be unreliable or adversarial and may influence the final forecast.
Run agents sequentially: - sessions_spawn each agent - Wait for result - Collect
The skill sends scenario and collected data through multiple spawned agent roles; the roles are defined and bounded to five sequential agents, so this is purpose-aligned but still worth noticing.
