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.

View on VirusTotal

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.

What this means

The agent may query an existing database helper to retrieve legal-case details by case number.

Why it was flagged

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.

Skill content
根据最相关的案号(case_no)调用sql_helper skills查询数据库中company_db.case_info表中的数据返回案情详情
Recommendation

Use this skill only with a trusted sql_helper configuration, and keep queries limited to the intended case_info table and matched case numbers.

What this means

If no local match is found, details from the user’s legal scenario could be used in a web-search query.

Why it was flagged

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.

Skill content
若没有查到符合当前场景的类似案例
请调用tavily_search skills技能进行网络检索查询相关案情
Recommendation

Avoid entering unnecessary personal or confidential legal details unless you are comfortable with them being used for external search.