Naver Search
PassAudited by ClawScan on May 1, 2026.
Overview
This looks like a straightforward Naver search wrapper using SerpAPI, with routine cautions around its required API key and unpinned Python dependency.
Before installing, be comfortable providing a SerpAPI key and sending your search queries to SerpAPI/Naver. Keep the key out of shared files, and consider pinning the serpapi dependency for safer, reproducible setup.
Findings (2)
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.
Your SerpAPI key may be used for searches and could affect your quota or billing if misused.
The skill requires a third-party API credential and allows storing it in a local .env file. This is expected for SerpAPI, but users should handle the key carefully, especially because registry metadata declares no credential requirement.
본 스킬은 **`SERPAPI_API_KEY`** 환경 변수가 필수입니다. ... `.env` 파일에 키를 기입하세요.
Use a scoped SerpAPI key if available, keep the .env file private, do not commit it to shared repositories, and verify the key is only used for intended searches.
A future or different dependency version could behave differently from the one the author tested.
The dependency is listed without a version pin or hash. Installing the latest package is common, but it gives less control over exactly which package version is executed.
serpapi
Prefer a pinned version or lockfile for reproducible installs, and install dependencies from a trusted package index.
