Deepscan Monitor
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: deepscan-monitor Version: 0.1.0 The deepscan-monitor skill bundle provides standard operational instructions for an AI agent to manage long-running research workflows. The SKILL.md file outlines a legitimate workflow for starting jobs, polling for status updates via get_deepscan_live_snapshot, and generating visualizations with run_python_plot once data is available. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
Findings (0)
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.
A user request could result in a new long-running DeepScan job being started and monitored.
The skill instructs the agent to start and repeatedly poll an asynchronous external research job. This is aligned with the skill purpose, but starting long-running work is a meaningful action the user should intend.
1. Use `run_deepscan` to start the job. 2. Immediately tell the user that the run is asynchronous. 3. Poll with `get_deepscan_live_snapshot`
Before starting a new run, make the research question and intended action clear; use status/report tools instead when the user only wants an existing run checked.
Prior DeepScan reports may be reused in later summaries, which could include sensitive or unrelated research context if the request is broad.
The skill may use stored DeepScan history across prior reports. This is purpose-aligned when requested, but it means past report content can influence new summaries.
Use `summarize_evidence` when the user wants a cross-report summary from stored DeepScan history.
Specify which reports, topics, or time range should be included when asking for cross-report summaries.
Research prompts, progress data, and report outputs may pass through the configured DeepScan/MCP service.
The skill references an MCP server and DeepScan tools, indicating communication with an external tool/provider boundary. This is disclosed and central to the purpose.
Do not imply the MCP server will push completion notifications into Claude automatically.
Use this only with the intended PapersFlow DeepScan connection and avoid submitting research topics or report content that should not be shared with that service.
