technical-spec-1d8e8a — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited technical-spec-1d8e8a (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.
TypeScript-based application implementation. Architecture patterns should be selected according to project requirements and scale.
process.env, obtain through configuration management layer.env files in GitSelect appropriate architecture for each project and define clearly:
#### Basic Principles
#### Data Flow Best Practices
Use the appropriate run command based on the packageManager field in package.json.
build - TypeScript buildtype-check - Type check (no emit)test - Run teststest:coverage - Run tests with coveragetest:coverage:fresh - Run tests with coverage (fresh cache)test:safe - Safe test execution (with auto cleanup)cleanup:processes - Cleanup Vitest processesBefore executing quality checks, identify what quality mechanisms exist for the change area:
Quality checks are mandatory upon implementation completion:
Phase 1-3: Code Quality Checks
Phase 4: Tests
test - Test executionPhase 5: Code Quality Re-verification
check:code - Re-verify code quality (clean up side effects from test fixes in Phase 4)check:all - Overall integrated check (check:code + test) *for manual batch verificationopen coverage/index.html - Check coverage reportformat - Format fixeslint:fix - Lint fixescleanup:processes scripttest:coverage:fresh script~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.