한국 자동차/보험 가이드

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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.

What this means

The skill may appear to request more connector surface than it actually needs for car and insurance information.

Why it was flagged

Search and law lookup fit the stated purpose, but notify and docs connectors are listed without any matching workflow or explanation in the artifacts.

Skill content
connectors: [~~search, ~~law, ~~notify, ~~docs]
Recommendation

Prefer installing with only the needed search/law connectors, or ask the publisher to remove or document the notify/docs connectors.

What this means

Using the deep legal lookup path may run a separate local helper from the law-search skill.

Why it was flagged

The playbook includes a local shell invocation to another skill's script for legal lookup. It is purpose-aligned and scoped, but the referenced script is outside this package.

Skill content
bash skills/law-search/scripts/law_search.sh "지방세법 자동차세" 3
Recommendation

Only allow this helper if the law-search skill is installed from a trusted source, or use a platform-provided scoped legal-search tool instead.

What this means

The main skill remains usable, but some referenced shared behavior is not visible in the supplied files.

Why it was flagged

The skill references shared common instruction files outside the provided manifest, so those referenced instructions are not bundled with the reviewed artifact set.

Skill content
공통 Phase 구조: [`../common/playbook_base.md`](../common/playbook_base.md)
Recommendation

Ask the publisher to bundle the common base files or document their provenance.

What this means

Basic insurance factors may be included in external search queries when estimating insurance costs.

Why it was flagged

The insurance quote workflow may send user-provided vehicle and age details to external web search. This is disclosed and purpose-aligned, but users should avoid unnecessary personal details.

Skill content
web_search: "자동차보험 [차종] [나이] 보험료 2026"
Recommendation

Share only the minimum needed details and avoid entering names, phone numbers, plate numbers, policy numbers, or claim identifiers unless explicitly required.