worldbuilding — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited worldbuilding (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Create and manage world elements for a story project. Locations, systems (magic, politics, technology, etc.), factions, and artifacts are stored as markdown files in the worldbuilding/ directory with YAML frontmatter. All elements cross-reference characters and other story elements.
A story project must already exist (created via the story-init skill). Verify by checking for story.md in the project root.
story.md for genre, era, and tone contextworldbuilding/_index.md for existing locations and systemsreferences/location-template.mdworldbuilding/locations/{name-kebab}.mdworldbuilding/_index.md locations tablelocations frontmatter liststory reindex ., story links ., and story validate .story.md for genre and themes contextworldbuilding/_index.md for existing systemsreferences/world-element-types.md for the relevant promptsreferences/system-template.mdworldbuilding/systems/{name-kebab}.mdworldbuilding/_index.md systems tablestory reindex ., story links ., and story validate .Use story add faction "{Faction Name}" --type "{family|guild|government|military|religion|company|community|criminal|other}" when the CLI is available. Otherwise create worldbuilding/factions/{name-kebab}.md with frontmatter fields name, type, status, members, locations, and tags.
Cover:
Use story add artifact "{Artifact Name}" --type "{object|weapon|document|technology|relic|symbol|resource|other}" when the CLI is available. Otherwise create worldbuilding/artifacts/{name-kebab}.md with frontmatter fields name, type, status, owner, location, and tags.
Cover:
worldbuilding/_index.md if name, type, or status changedstory reindex ., story links ., and story validate .notable-characters in frontmatterlocations in frontmatterlocations field links backworldbuilding/_index.md world overview section current as elements are addedUse the Story CLI when it is available. If story is not installed but the story-maintenance skill is present, use node ../story-maintenance/scripts/story.js with the same arguments, resolving the path relative to this skill folder. If no CLI is available, perform the registry and backlink checks manually.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.