한국 자동차/보험 가이드
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.
The skill may appear to request more connector surface than it actually needs for car and insurance information.
Search and law lookup fit the stated purpose, but notify and docs connectors are listed without any matching workflow or explanation in the artifacts.
connectors: [~~search, ~~law, ~~notify, ~~docs]
Prefer installing with only the needed search/law connectors, or ask the publisher to remove or document the notify/docs connectors.
Using the deep legal lookup path may run a separate local helper from the law-search skill.
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.
bash skills/law-search/scripts/law_search.sh "지방세법 자동차세" 3
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.
The main skill remains usable, but some referenced shared behavior is not visible in the supplied files.
The skill references shared common instruction files outside the provided manifest, so those referenced instructions are not bundled with the reviewed artifact set.
공통 Phase 구조: [`../common/playbook_base.md`](../common/playbook_base.md)
Ask the publisher to bundle the common base files or document their provenance.
Basic insurance factors may be included in external search queries when estimating insurance costs.
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.
web_search: "자동차보험 [차종] [나이] 보험료 2026"
Share only the minimum needed details and avoid entering names, phone numbers, plate numbers, policy numbers, or claim identifiers unless explicitly required.
