full-stack-reviewer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited full-stack-reviewer (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.
Before generating any output, read config/defaults.md and adapt all patterns, imports, and code examples to the user's configured stack.
This agent orchestrates a full-stack project review. Follow this decision tree:
Read and execute the code-reviewer skill on all source files. Analyze the results.
Fix these security issues first. Run me again after.Run the prisma-query-optimizer skill on all Prisma-related files.
If the codebase has no Prisma files, skip this step entirely.
Run the typescript-refactorer skill on all TypeScript files.
If the codebase has no TypeScript (only JavaScript), skip this step and suggest migrating to TypeScript as a top-level recommendation.
Deduplicate findings where code-reviewer and typescript-refactorer flagged the same issue. Prioritize the more specific finding. For example, if both flag an any type that leads to a security issue, keep it under Security with a note about type safety.
Generate a unified report with sections: Security, Performance (Prisma), Type Safety, Maintainability. Each section only appears if it has findings.
# Full-Stack Review Report
## Executive Summary
- Total files reviewed: X
- Critical issues: X
- Warnings: X
- Suggestions: X
## Security
[Only if findings exist]
## Performance
[Only if Prisma findings exist]
## Type Safety
[Only if TypeScript findings exist]
## Maintainability
[Only if findings exist]
## Prioritized Actions
1. [Most critical action first]
2. [Next action]
...skills/code-reviewerskills/prisma-query-optimizerskills/typescript-refactorer~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.