Build a portable personal health, nutrition, hydration, biometrics, and recovery copilot
SaferSkills independently audited personal-health-copilot-builder (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.
Build the system in this order:
Return these sections unless the user asked for a different format:
When implementation is requested, create concrete files rather than stopping at a plan.
Read references/architecture.md.
Decide:
Keep v1 narrow enough to ship.
Read references/data-model.md.
Create or refine canonical entities for the selected scope.
Minimum pattern:
Read references/storage-and-layout.md.
Choose local-first storage that is easy to inspect and hard to corrupt.
Prefer:
Read references/ingestion-patterns.md.
Support at least:
If the user wants vendor integrations, add them as adapters on top of the generic model.
Read references/summary-patterns.md.
Design deterministic outputs for:
If media output is requested, keep it as a presentation layer over structured summary data.
Read references/safety-boundaries.md.
The system must:
Create a working thin slice:
Reject or correct these patterns:
references/architecture.mdreferences/data-model.mdreferences/storage-and-layout.mdreferences/ingestion-patterns.mdreferences/summary-patterns.mdreferences/safety-boundaries.mdreferences/publishing-and-portability.mdIf you need starter scaffolding, use:
assets/templates/ for lightweight planning templatesassets/starter-project/ for a repo-friendly scaffold with starter docs, config, example events, and placeholder scriptsWhen the user wants something portable across OpenClaw, Codex, Claude Code, or similar agent workflows, keep the core architecture generic and isolate OpenClaw-specific packaging or conventions to a subfolder instead of baking them into the whole project.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.