bernstein-plan — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited bernstein-plan (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 structured execution plans that get human approval before agents start.
name: "{descriptive plan name}"
description: "{what this plan achieves}"
stages:
- name: foundation
steps:
- goal: "Create database models for user and session"
role: backend
scope: small
complexity: low
- goal: "Add migration scripts"
role: backend
scope: tiny
- name: implementation
depends_on: [foundation]
steps:
- goal: "Implement OAuth2 flow with Google provider"
role: backend
scope: medium
complexity: medium
- goal: "Create login/signup UI components"
role: frontend
scope: medium
- name: verification
depends_on: [implementation]
steps:
- goal: "Write integration tests for auth flow"
role: qa
scope: medium
- goal: "Security review of token handling"
role: security
scope: smallplans/{plan-name}.yaml in the project root.bernstein run plans/{plan-name}.yamlscripts/plan.sh submit plans/{plan-name}.yaml to submit for approval.pending state - use /bernstein-approve to review and approve.open and agents start picking them up.scripts/plan.sh list to see all plans and their status.depends_on to enforce ordering (foundation before implementation)complexity: high - they'll get more capable modelstiny or small scope~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.