SlipBot Logseq Importer

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: slipbot-logseq-importer Version: 1.0.0 The skill is designed to parse user-provided Logseq content and then 'invoke slipbot workflow' for each extracted bullet. The instructions state 'Let slipbot handle: filename, tags, links, graph update,' implying that the `slipbot` component will perform sensitive operations like file creation or database updates using user-derived content. While the `SKILL.md` itself does not contain explicit malicious instructions, this pattern introduces a significant vulnerability risk (e.g., shell injection, command injection) if the `slipbot` integration or the agent's input sanitization is insufficient, as user input is processed and passed to another system for execution of sensitive actions. This potential for indirect exploitation makes it suspicious.

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

Using the skill can create many new notes and update the slipbox graph.

Why it was flagged

The skill delegates note creation and graph updates to another workflow. This is purpose-aligned, but it means the user should expect actual changes to their slipbox.

Skill content
For each bullet, invoke slipbot workflow: ... Let slipbot handle: filename, tags, links, graph update
Recommendation

Review the precheck summary and note count carefully before confirming the import.

What this means

Imported content becomes part of the user's slipbox and may affect future knowledge-base use.

Why it was flagged

The skill persists user-provided content into a knowledge base, where it may influence future note retrieval, tagging, linking, or graph context.

Skill content
Parse a Logseq page and create individual slipbox entries for each bullet point.
Recommendation

Only import content you want stored in the slipbox, and confirm that parsed bullets look correct before proceeding.