workstation-portability — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited workstation-portability (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.
Maintain a posture of "Always Prepared" by ensuring your local workstation investments are portable, protected, and strictly categorized by sensitivity.
| Store Tier | Remote Target | Content Type | Security Mandate |
|---|---|---|---|
| `home`/`work` | GitHub (Private) | Editor/CLI settings, shell profiles, logic. | NO SENSITIVE DATA. No company names, customer names, real names, emails, or absolute workspace paths. |
| `personal` | GitHub (Private) | Personal records, tax info, contact lists. | PRIVATE. Ensure hooks/scanners are active. |
| `secrets` | NONE (Local) | SSH config, tokens, credentials, TF state. | LOCAL ONLY. Never push to a remote. |
Before executing dot sync or any command that pushes to GitHub, you MUST conduct a comprehensive review of all pending changes:
dot status to identify all modified and untracked files.dot git log @{u}..HEAD --oneline to audit every commit message that has not yet been pushed.dot git diff @{u}..HEAD -p to inspect every line of every commit ahead of the remote tracking branch.does not contain:
/Users/name/...).GitHub-tracked store by mistake.
For directories containing both portable config and ephemeral noise:
logs, caches, or sub-folders you don't want).
files or sub-folders will surface in dot status for review.
valuable configuration is accidentally buried.
to identify work-at-risk.
dot status is clean (no modified tracked files).commands/ and skills/ are tracked in the appropriate store.secrets store.dot --store work sync has pushed all changes to GitHub after a manual review of all pending commits.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.