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.
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.
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.
const content = fs.readFileSync(file, 'utf8');
Use the analyze command only on intended reasoning notes or temporary text files, and review any agent-requested file path before allowing analysis.
Users have less external context for who maintains the skill, but the provided artifacts do not show malicious or deceptive behavior.
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.
Source: unknown Homepage: none
Review the included SKILL.md and JavaScript before installation, and prefer trusted or documented sources for higher-risk skills.
