create-component — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited create-component (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.
!ls -d src/ app/ lib/ pkg/ cmd/ internal/ components/ pages/ modules/ features/ 2>/dev/null !ls package.json go.mod Cargo.toml pyproject.toml *.csproj Gemfile mix.exs 2>/dev/null
!find . -type d -maxdepth 4 \( -path "*/components/*" -o -path "*/modules/*" -o -path "*/features/*" -o -path "*/pkg/*" -o -path "*/internal/*" \) -not -path "*/node_modules/*" -not -path "*/.git/*" 2>/dev/null | head -20
Based on the detected framework:
React/Next.js/Vue:
ComponentName/
├── ComponentName.tsx # Main component
├── ComponentName.test.tsx # Tests
├── ComponentName.types.ts # TypeScript interfaces
├── ComponentName.module.css # Styles (if CSS modules used)
└── index.ts # Barrel exportPython:
module_name/
├── __init__.py # Public exports
├── module_name.py # Main implementation
├── models.py # Data models (if applicable)
└── test_module_name.py # TestsGo:
packagename/
├── packagename.go # Main implementation
├── packagename_test.go # Tests
└── types.go # Type definitions (if needed)Rust:
module_name/
├── mod.rs # Module entry point
├── types.rs # Types and structs
└── tests.rs # TestsC#/.NET:
ModuleName/
├── ModuleName.cs # Main class
├── IModuleName.cs # Interface
└── ModuleNameTests.cs # TestsFor each file:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.