dev-toolkit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited dev-toolkit (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.
This skill provides a set of standard commands for working with the Awesome Copilot MCP Server.
Compiles the TypeScript source code to the dist/ directory.
npm run buildRuns the test suite using Vitest.
# Run all tests
npm test
# Run tests with coverage
npm run test:coverage
# Watch mode
npm run test:watchChecks the code for style and potential errors.
# Check linting
npm run lint
# Fix linting issues where possible
npm run lint:fixStarts the MCP server in stdio mode (for testing with Inspector or local clients).
# Start server
npm start
# Debug with MCP Inspector
npm run inspect:stdioCommands for managing the awesome-copilot metadata.
# Generate full metadata
npm run generate-metadata
# Generate LEAN metadata (recommended for basic dev)
npm run generate-metadata:lean
# Verify metadata integrity
npm run generate-metadata:verify
# Check metadata size
npm run check:metadata-sizeCommands for running the server in HTTP mode and inspecting it.
# Start HTTP server
npm run start-http
# Start HTTP server (debug mode with port 8080)
npm run start-http:debug
# Inspect using MCP Inspector (Stdio) - Recommended for CLI
npm run inspect:stdio
# Inspect using MCP Inspector (HTTP)
npm run inspect:httpHelper commands for debugging and maintenance.
# Debug CLI directly
npm run debug:cli
# Archive large reports
npm run archive:reports
# Clean build artifacts
npm run clean~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.