Web Claude

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

If the Claude.ai fallback runs, it may create or use Claude.ai chats and consume message quota under the user's account.

Why it was flagged

The Claude.ai fallback relies on a logged-in browser profile, so searches may be submitted using the user's existing Claude.ai session.

Skill content
- OpenClaw browser running (port 18800)
- claude.ai logged in (openclaw profile)
Recommendation

Use the Claude.ai fallback only when comfortable with that account use; force Brave or DuckDuckGo for searches that should not touch the Claude.ai session.

What this means

Sensitive search topics could remain in the local memory/research cache and may be reused or seen later.

Why it was flagged

The skill creates persistent local records of queries, results, summaries, and insights.

Skill content
All search results automatically saved to `memory/research/` folder
Recommendation

Avoid searching secrets or private data, and periodically review or delete cached files if the results should not persist.

What this means

The DuckDuckGo fallback may fail if the package is absent, or it may use whatever local package version is already installed.

Why it was flagged

The DuckDuckGo fallback depends on an external Python package, while the provided artifacts include no pinned install spec or dependency provenance.

Skill content
from duckduckgo_search import DDGS
Recommendation

If using this fallback, install the dependency from a trusted source and consider pinning a known version.