Skylv Self Thinking Agent

PassAudited by ClawScan on May 4, 2026.

Overview

This skill appears limited to self-reflection and bias-checking, with an optional local helper that analyzes user-selected text files.

This looks safe for its stated purpose of improving answer quality through self-checks. Before installing, note that the optional JavaScript helper can read a local file path if invoked, so only use it with files you intend to analyze, and keep in mind the source metadata is limited.

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

If the helper is invoked on a sensitive file, that file is read locally for bias analysis, even though the script does not print the full file contents or send them over the network.

Why it was flagged

The analyze command reads whatever local file path is supplied. This is expected for analyzing saved reasoning text, but it is still local file access controlled by the invocation path.

Skill content
const content = fs.readFileSync(file, 'utf8');
Recommendation

Use the analyze command only on intended reasoning notes or temporary text files, and review any agent-requested file path before allowing analysis.

What this means

Users have less external context for who maintains the skill, but the provided artifacts do not show malicious or deceptive behavior.

Why it was flagged

The skill has limited provenance metadata, making it harder for a user to verify the publisher or upstream project. The included code is small and visible, and no hidden dependency or download behavior is shown.

Skill content
Source: unknown
Homepage: none
Recommendation

Review the included SKILL.md and JavaScript before installation, and prefer trusted or documented sources for higher-risk skills.