using-adept-a03323 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited using-adept-a03323 (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.
adept CLIadept makes one AI skill portable across every coding harness. You author once in a canonical format; adept renders accurately into each harness's native layout and keeps both sides in sync.
canonical skill ──render──▶ .claude/skills/… (per-skill)
(.adeptability/ ──render──▶ .cursor/rules/….mdc (single-file)
skills/<id>/ ──render──▶ AGENTS.md (Codex aggregate)
SKILL.md) ──render──▶ .github/instructions (Copilot aggregate)
◀─sync-from─ (adopt edits made directly in a harness file)<root>/skills/<id>/ with one SKILL.md (YAML frontmatter +markdown body) and optional sidecars (scripts/, references/, assets/).
config.json only records enabled harnesses,the materialization mode, and library remotes.
adept init # scaffold .adeptability/ (and seed the default skills)
adept harness add <id> # enable a harness (claude-code | cursor | codex | copilot | opencode | …)
adept sync # render canonical skills → every enabled harness
adept status # init state, libraries, harnesses, and drift at a glance
adept diff # show exactly what differs between canonical and rendered
adept sync-from # adopt edits made directly in a harness file back to canonical
adept skill add <id> --edit # scaffold a new skill and open $EDITOR
adept skill install <owner>/<repo>/<skill> # install one skill (pinned to a SHA, safety-scanned)`adept --help` is the source of truth for the command surface — it's always current, so prefer it over memory. adept --help lists every verb; adept <command> --help (e.g. adept skill --help, adept sync --help) shows that command's subcommands and flags. Global flags on every command: --json, --log-level debug|info|warn|error, --project <path>, --library <path>.
.cursor/rules/*.mdc — they're regenerated. Edited a harness file directly? Run adept sync-from to pull it back into canonical first.
adept skill install runs a safety scan and shows a preview; acritical finding blocks unless the user passes --allow-unsafe. Never pass --allow-unsafe or --yes on the user's behalf without explicit confirmation.
0 clean, 1 error, 2 drift/dirty or merge conflict.Scan severities map the same way (high → 1, critical → 2).
call time; adept never writes them to config.json.
lowest-priority skills with a truncation note. Check adept status.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.