code-review
Review Code for Security, Bugs, and Quality
Manual code review can miss security, correctness, and performance issues. This skill guides structured reviews with focused checklists and prioritized findings.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "code-review" from https://skillstore.io/skills/ericdumingtong-code-review.md and its manifest at https://skillstore.io/api/skills/ericdumingtong-code-review/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "code-review". A web route builds database queries from request parameters and returns HTML.
Expected outcome:
The review flags SQL injection, unsafe HTML output, weak session handling, and missing input validation with critical priority.
Using "code-review". A pull request adds an authentication bypass for debug requests.
Expected outcome:
The review marks the bypass as critical, explains exploitability, and recommends removing debug trust from production paths.
Using "code-review". A batch job loops through orders and fetches related records one item at a time.
Expected outcome:
The review identifies N+1 queries, repeated nested loops, and missing boundary checks, then suggests batching and clearer iteration.
Security Audit
Low RiskAll static findings were false positives caused by Markdown inline code, sample snippets, checklist text, XML namespace URLs, and identifier fields. No prompt injection or data exfiltration intent was found. One semantic concern is that the skill instructs agents to save review output to a markdown file, a low-risk workspace side effect.
Confirmed security concerns (1)
Risk Factors
โ๏ธ External commands (15)
๐ Filesystem access (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/ericdumingtong-code-review/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/ericdumingtong-code-review?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/ericdumingtong-code-review?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/ericdumingtong-code-review/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/ericdumingtong-code-review.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
EricDuMingTong. (2026). code-review security audit report (audit version 4) [Author version 1.0.1]. Skillstore. https://skillstore.io/skills/ericdumingtong-code-review/audits/4BibTeX citation
@techreport{ericdumingtong-ericdumingtong-code-review-2026,
author = {EricDuMingTong},
title = {code-review security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/ericdumingtong-code-review/audits/4},
note = {Author version 1.0.1}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "code-review security audit report (audit version 4)"
version: "1.0.1"
type: report
authors:
- name: "EricDuMingTong"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/ericdumingtong-code-review/audits/4"
identifiers:
- type: other
value: "skillstore:ericdumingtong-code-review:audit:4"
description: "Skillstore immutable audit report identifier"
Compare variants
14 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
21pounder-code-review
2026-08-21
daviddworetzky-code-review
2026-08-21
bind-code-review
2026-08-21
adammanuel-dev-code-review
2026-08-21
getsentry-code-review
2026-08-21
davila7-code-review
2026-08-21
89jobrien-code-review
2026-08-21
supercent-io-code-review
2026-08-21
ancplua-code-review
2026-08-21
cain96-code-review
2026-08-21
doyajin174-code-review
2026-08-21
mattpocock-code-review
2026-08-21
ericdumingtong-code-review
2026-08-21
coderabbitai-code-review
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Review a Pull Request
Analyze changed lines for bugs, security risks, performance regressions, and missing tests before merge.
Audit Sensitive Code Paths
Check authentication, data access, file handling, and external calls for exploitable weaknesses.
Improve Maintainability
Find hard-to-change code, unclear structure, duplicate logic, and safe removal candidates.
Try These Prompts
Review this snippet for bugs, security issues, and simple readability problems. Focus on the three most important findings.
Review this diff as a pull request. Prioritize changed-line risks, regression potential, missing tests, and actionable fixes.
Review this authentication or data-access flow for exploitability and impact. Include concrete fixes for each security finding.
Review this module for security, correctness, performance, tests, maintainability, SOLID concerns, and safe removal opportunities.
Best Practices
- Provide the relevant diff, file paths, and expected behavior so findings can cite accurate context.
- Ask for a specific review focus when security, performance, or architecture matters most.
- Validate important findings with tests, linters, or domain experts before large refactors.
Avoid
- Do not treat every suggestion as mandatory without considering product context and risk.
- Do not ask for broad repository review when only a small risky change needs attention.
- Do not skip manual verification for security findings that affect authentication or data access.
Frequently Asked Questions
Can this skill review pull requests?
Does it execute the code under review?
What security issues can it find?
Can it review performance problems?
Does it support multiple languages?
Will it create files?
Developer Details
Author
EricDuMingTongLicense
MIT
Author version
v1.0.1
Skillstore revision
r1
Ref
30c73eac2afe762f6aa9c4553158769369d47351
Maintenance freshness
7/18/2026
Usage
12 downloads ยท 88 views
File structure
๐ evals/
๐ evals.json
๐ references/
๐ code-quality-checklist.md
๐ Performance-check.md
๐ removal-plan.md
๐ solid-checklist.md
๐ SKILL.md