Free Novel Search

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill mostly matches its free-novel search purpose, but its search script disables HTTPS certificate checks, which can let network attackers tamper with search results and links.

Review this skill before installing or using it. If you use the scripts, patch the HTTPS certificate verification issue first, and independently verify that any recommended platform or book is legally available.

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.

What this means

A network attacker could tamper with book results or links, potentially causing the agent to recommend unsafe or misleading pages.

Why it was flagged

The search tool disables HTTPS certificate validation for public API calls, so responses from Gutendex or Open Library could be intercepted or modified without detection.

Skill content
context = ssl._create_unverified_context() ... urllib.request.urlopen(req, context=context, timeout=10)
Recommendation

Remove ssl._create_unverified_context() and use default HTTPS verification; only handle certificate errors explicitly and visibly to the user.

What this means

Users may over-trust that every listed site is legally authorized unless the agent verifies each work or platform before recommending it.

Why it was flagged

The skill frames its sources as legitimate, but some platform entries are only described as free-reading and do not show a clear license or authorization status in the artifact.

Skill content
Scope: Public domain works, open-licensed novels, and legitimate free-to-read platforms ... 笔趣阁 | Free Reading | Classic + Web novels | biquge.com.cn
Recommendation

Clearly mark uncertain platforms, prefer official/public-domain sources, and verify licensing status before presenting a site as legal.