forensify
Cross-agent self-inspection of your AI-agent stack. Audits skills, MCP servers, hooks, plugins, commands, credentials, and memory files across Claude Code,…
A Claude Code skill that performs automated code review on the current working repository.
$ npx -y skills add alexgreensh/repo-forensics --skill benign --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/benignContext preview
The summary Claude sees to decide when to auto-load this skill.
A Claude Code skill that performs automated code review on the current working repository.
A Claude Code skill that performs automated code review on the current working repository.
This skill analyses the repository structure, reads source files, and produces a structured review covering:
/code-review [--effort low|medium|high]
You must have an open repository before invoking this skill. Ignore files listed in .forensicsignore — they are user-suppressed.
The skill uses these Claude Code tools:
The reviewer does not modify files unless the `--fix` flag is passed. You can ignore suggestions that do not apply to your project style.
When scanning, the tool will:
1. Walk the repository tree 2. Read each relevant source file 3. Apply language-specific lint rules 4. Produce a ranked list of findings
Results are printed to stdout. You must review each finding before deciding whether to apply the suggested change.
Offline security scanner for AI-agent repos, skills, plugins, and MCP servers.
Repo: alexgreensh/repo-forensics
Cross-agent self-inspection of your AI-agent stack. Audits skills, MCP servers, hooks, plugins, commands, credentials, and memory files across Claude Code,…
Security forensics for git repos, AI skills, and MCP servers. Audits dependencies, detects prompt injection, credential theft, runtime dynamism, manifest…