cli — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cli (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.
Install the loader skill and print bundled markdown packs. skill manages the Sibyl skill stub that Claude Code, Codex, and other assistants load to learn the memory loop, and it prints version-matched markdown packs straight from the installed CLI bundle.
Called with no subcommand, skill prints the canonical loader markdown to stdout. Pass --install to write it into your assistant skill roots instead.
sibyl skill [options]
sibyl skill <command> [options]| Option | Short | Default | Description |
|---|---|---|---|
--install | false | Install the loader skill into assistant skill roots | |
--force | false | Replace existing symlink or non-directory skill targets | |
--quiet | -q | false | Suppress install status output |
| Command | Description |
|---|---|
sibyl skill install | Install the stable Sibyl skill stub into skill roots |
sibyl skill list | List skill packs available from this CLI version |
sibyl skill get | Print a version-matched markdown skill pack |
Skill roots are ~/.claude/skills, ~/.codex/skills, and ~/.agents/skills.
Install the stable Sibyl skill stub into assistant skill roots.
sibyl skill install [options]| Option | Short | Default | Description |
|---|---|---|---|
--force | false | Replace existing symlink or non-directory skill targets | |
--quiet | -q | false | Suppress install status output |
sibyl skill install --forceList the skill packs bundled with this installed CLI version.
sibyl skill listPacks include core, quick, workflows, examples, and migration.
Print a version-matched markdown skill pack from the CLI bundle. Defaults to the core pack.
sibyl skill get [name]| Argument | Required | Default | Description |
|---|---|---|---|
name | No | core | Skill pack to print (sibyl skill list for choices) |
# Print the core workflow pack
sibyl skill get
# Print the minimal subagent pack
sibyl skill get quickembedding the full contract, so a CLI upgrade refreshes guidance without re-installing.
--force replaces existing symlinks or non-directory targets; without it, those roots areskipped.
sibyl doctor checks that the installed stub matches the canonical markdown andflags stale copies.
sibyl doctor - Verify the skill stub is installed and currentsibyl update - Refresh skills as part of a self-updatesibyl local - Install skills and hooks together with local setup~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.