case_search
Security checks across static analysis, malware telemetry, and agentic risk
Overview
This instruction-only case-search skill is coherent and purpose-aligned, with only disclosed read/query behavior through local files, a database helper, and a web-search fallback.
This skill appears safe for its intended case-search purpose. Before installing, be aware that it may use a database helper for matched cases and a Tavily web-search skill when no local match is found, so avoid including unnecessary private legal or personal details in queries.
Static analysis
No static analysis findings were reported for this release.
VirusTotal
VirusTotal findings are pending for this skill version.
Risk analysis
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.
The agent may query an existing database helper to retrieve legal-case details by case number.
The skill directs the agent to use another helper skill to query a named database table. This is disclosed and purpose-aligned for retrieving case details, but users should be aware the skill depends on database-query capability.
根据最相关的案号(case_no)调用sql_helper skills查询数据库中company_db.case_info表中的数据返回案情详情
Use this skill only with a trusted sql_helper configuration, and keep queries limited to the intended case_info table and matched case numbers.
If no local match is found, details from the user’s legal scenario could be used in a web-search query.
The skill discloses a fallback to a web-search skill when local cases do not match. This is appropriate for case retrieval, but user-provided legal scenarios may be passed to an external search provider.
若没有查到符合当前场景的类似案例 请调用tavily_search skills技能进行网络检索查询相关案情
Avoid entering unnecessary personal or confidential legal details unless you are comfortable with them being used for external search.
