专业深度研究与报告生成技能。支持企业竞争分析、产品竞争分析、行业分析、市场规模/竞争格局、AI大模型厂商、AI工具学习指南等领域。基于 Agent 内置 `web_search` + `web_fetch`(无需 API key),三阶段工作流(主题确认→框架生成→报告输出),运用PESTEL、SWOT、波特五力...
Security Analysis
medium confidenceThe skill's files and instructions largely match its stated purpose (research + report generation), but a prompt‑injection signal (unicode control characters) in SKILL.md and the presence of runnable helper scripts in the package that the agent could be persuaded to run warrant caution.
Name/description (deep research + report generation) align with the delivered assets: many report templates, references, workflow docs, and HTML/Markdown generation guides. The skill states it uses the Agent built-in web_search + web_fetch and does not require credentials — that matches the lack of required env vars and no install spec. The included scripts and templates are coherent with producing the described outputs.
SKILL.md confines runtime behavior to using built-in web_search/web_fetch, building frameworks, and producing Markdown + HTML. It explicitly states it will not automatically execute local collection scripts (e.g., scripts/data_collector.py) unless explicitly enabled. However, the SKILL.md triggered a pre-scan prompt‑injection pattern (unicode-control-chars) — hidden control characters can change how a model parses instructions. Also the skill instructs the agent to read local reference and template files (expected) — these should be inspected for hidden content or external links before use.
No install spec is present (instruction-only runtime), so nothing is automatically downloaded or written to disk by an installer. This is lower risk. The repository does include helper scripts and templates but the package does not declare an automated install step that would fetch remote code.
The skill requests no environment variables, no credentials, and no config paths. That is proportionate to a web-based research/reporting skill that relies on agent built-in search abilities. Note: generated HTML can reference chart libraries/CDNs (mentioned in docs) — such references could cause network requests when rendering HTML and should be reviewed.
always:false and no claims to modify other skills or system settings. The skill does not request permanent presence or elevated privileges. Autonomous invocation is allowed by default (not a concern alone) and is not combined here with broad environment access.
Guidance
What to check before installing/using this skill: 1) Inspect SKILL.md for hidden characters: the pre-scan flagged unicode control characters in SKILL.md — open the file in a hex or raw-text viewer to confirm there are no invisible characters embedding alternate instructions. Remove or reject the package if you find unexpected hidden text. 2) Review local scripts before running: the repo contains scripts (e.g., scripts/data_collector.py, scripts/data_collection_template.py, check_dependencies.sh). The SKILL.md says these are not run automatically, but if you run them locally or enable them you should audit their source to confirm they do not perform unexpected network calls, upload data, or execute shell commands. 3) Check templates for external resource loading: inspect generated HTML/templates for <script> tags or CDN URLs (Chart.js, ECharts, etc.). Rendering an HTML file could trigger network requests to third-party CDNs; sanitize or host required libs locally if that is a concern. 4) Confirm provenance & run in sandbox: source and homepage are unknown. If you need to trust this skill for sensitive work, prefer running it in an isolated environment first and/or obtain the package from a known/trusted repository. 5) Limit autonomous use if unsure: the skill can be invoked autonomously by the agent. If you are uncomfortable, restrict autonomous invocation or require user confirmation before the skill runs data collection or executes any local script. 6) If you plan to enable any script execution, set strict network limits and logs: require explicit opt-in, impose request rate limits, and monitor outbound connections to detect accidental data exfiltration. If you want, I can: (a) search for specific suspicious patterns inside the repo (e.g., network calls in data_collector.py), (b) show the raw SKILL.md with invisible characters highlighted, or (c) summarize what the helper scripts do based on their source — tell me which you prefer.
Latest Release
v1.0.0
deep-search-mpro v1.0.1 - 精简和统一数据检索方式,仅保留 Agent 内置的 web_search 与 web_fetch,无需 API key,去除第三方多源引擎集成。 - 精化数据采集策略,采用两层(web_search → web_fetch)优先级逻辑,简化执行流程和指引。 - 明确不自动启用本地脚本/采集程序,所有检索动作均通过内置检索能力完成。 - 优化描述与说明文档,新增英文介绍,突出报告结构、输出规范和模板体系。 - 保留完整三阶段研究报告生成工作流,完善模型库与场景适配建议。
Popular Skills
Published by @muqi98-michael on ClawHub