work-explore — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited work-explore (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.
Understand a codebase BEFORE modifying it. Never code without having explored.
# Project structure
ls -la
tree -L 2 -I 'node_modules|.git|dist|build' | head -40
# Configuration
cat package.json | head -30
cat README.md | head -50Questions to answer:
Identify the layers:
Patterns to spot:
Trace a complete flow:
Request → Validation → Processing → DB → Response## Project summary
**Type**: [frontend/backend/fullstack]
**Stack**: [languages and frameworks]
**Architecture**: [main pattern]
## Key structure
- `/src/xxx` - [description]
- `/src/yyy` - [description]
## Entry points
- `file.ts:line` - [role]
## Identified conventions
- [Convention 1]
- [Convention 2]
## Sensitive areas
- [Area 1] - [why]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.