karpathy-wiki

PassAudited by ClawScan on May 13, 2026.

Overview

This instruction-only skill appears to be a purpose-aligned local markdown wiki assistant, but users should remember it will persistently read and update a chosen knowledge-base folder.

Install only if you want an agent to maintain a persistent local markdown wiki. Configure a dedicated wiki_root, keep sensitive documents out of raw/sources unless intended, and review generated pages and links after ingest or Deep Research runs.

Findings (3)

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

The agent may create or update local wiki pages, links, and metadata as part of the requested workflow.

Why it was flagged

The skill authorizes file mutation in the wiki directory. This is expected for a markdown wiki skill and is explicitly scoped away from raw sources.

Skill content
sources/ is read-only — LLM only writes wiki/, never modifies raw sources
Recommendation

Use a dedicated wiki folder, keep backups, and review generated changes before relying on them.

What this means

Private or inaccurate documents added to the wiki may be retained and reused in future research or answers.

Why it was flagged

The skill stores and reuses a persistent local knowledge base, so source material and generated summaries can influence later answers.

Skill content
a persistent markdown knowledge wiki with full ingest/query/relink/lint/DeepResearch pipeline
Recommendation

Avoid ingesting sensitive material unless you want it persisted, and periodically review wiki pages for inaccurate or untrusted content.

What this means

A bad source interpretation or mistaken link could spread through the local wiki graph.

Why it was flagged

The relinking design can propagate a mistaken relationship across multiple wiki pages, although this is purpose-aligned knowledge-graph maintenance.

Skill content
Bidirectional links enforced — every write to related must sync back-link
Recommendation

Run lint/review after larger ingest or relink operations and correct mistaken relationships promptly.