workspace-setup — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited workspace-setup (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.
Set up a consistent development environment.
Use this skill to bootstrap a predictable local environment for a project, teammate, or fresh workstation.
npm install
npm run devpython -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtcargo build
cargo testdocker-compose up -d.env configured (from .env.example)# .env.example
DATABASE_URL=postgresql://user:pass@localhost:5432/db
API_KEY=your-key
DEBUG=true.env.example as templateexperience/Follow the primary workflow, commands, and decision points documented in the sections below.
Use the examples and snippets already present in this document whenever they apply to the task.
Use any linked scripts, assets, reference files, and companion resources mentioned in this document.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.