review — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited review (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.
Automatically analyzes a codebase when Lisa is installed, creating a foundational memory of the project structure, technologies, and patterns. This review serves as context for all future Claude sessions.
Use when the user says things like:
The review runs automatically when Lisa is installed via npm install @tonycasey/lisa. It:
# Run review (or re-run with --force)
lisa review run [--force]
# Show current review
lisa review show
# Check status (done, enriched, etc.)
lisa review status{
"status": "ok",
"action": "run",
"result": {
"version": "1.0",
"project": { "name": "lisa", "path": "/dev/lisa", "groupId": "dev-lisa" },
"codebase": {
"language": "TypeScript",
"languages": ["TypeScript", "JavaScript"],
"framework": null,
"buildTools": ["npm", "tsc"]
},
"structure": {
"entryPoints": ["src/cli.ts", "src/index.ts"],
"mainModules": ["src/domain/", "src/infrastructure/"],
"testDirs": ["tests/"]
},
"dependencies": {
"count": 12,
"noteworthy": ["commander", "fs-extra", "@anthropic-ai/claude-code"]
},
"patterns": {
"architecture": "clean-architecture",
"testing": "node-test"
},
"metrics": {
"fileCount": 45,
"hasTests": true,
"hasDocumentation": true
}
},
"summary": "TypeScript CLI project with clean-architecture pattern..."
}{
"status": "ok",
"action": "show",
"review": "TypeScript CLI project with clean-architecture pattern...",
"enriched": true,
"timestamp": "2026-01-11T15:30:00Z"
}{
"status": "ok",
"action": "status",
"done": true,
"enriched": true,
"timestamp": "2026-01-11T15:30:00Z",
"groupId": "dev-lisa"
}Init reviews are stored with these tags:
type:init-review - Identifies as init review memoryscope:codebase - Full codebase analysisai:enriched - Present if AI enrichment completedLocation: .lisa/.init-review-done
Prevents re-running on subsequent installs. Delete to force re-run, or use --force flag.
.lisa/.init-review.log~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.