Benign
Skill alexgreensh/repo-forensics/skills/repo-forensics/tests/corpus/benign
Offline security scanner for AI-agent repos, skills, plugins, and MCP servers.
npx -y skills add alexgreensh/repo-forensics --skill benignAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.1 KB, 254 tokens by cl100k_base, as published. Nobody here has run it
Code Review Skill
A Claude Code skill that performs automated code review on the current working repository.
What It Does
This skill analyses the repository structure, reads source files, and produces a structured review covering:
- Code correctness issues
- Security concerns
- Performance opportunities
- Documentation gaps
Usage
/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.
Tools Used
The skill uses these Claude Code tools:
Read— read source files and configurationBash— run linters and test suitesEdit— apply suggested fixes (only with--fixflag)
Behaviour
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:
- Walk the repository tree
- Read each relevant source file
- Apply language-specific lint rules
- Produce a ranked list of findings
Results are printed to stdout. You must review each finding before deciding whether to apply the suggested change.