code-review-excellence

skills-sh:wshobson_agents__code-review-excellence

View source
B
77/100

First Seen

Feb 18, 2026

Last Scanned

Feb 20, 2026

Findings

2

Score

77/100

HIGH 1
MEDIUM 1

Findings (2)

HIGH
Code block labeled "markdown" contains executable content
L397

Code block labeled "markdown" contains executable content

## Security Review Checklist

### Authentication & Authorization

- [ ] Is authentication required where needed?
- [ ] Are authorization checks before every action?
- [ ] Is JWT validation proper (sig...
FIX

Align the tool description with what the code actually does. If the description says one thing but the code does another, update the description to be accurate or fix the code.

FP?

Likely FP if the NLP analyzer misinterpreted technical jargon or the description accurately describes behavior through domain-specific terminology.

MEDIUM
Capability escalation
L282

Detects excessive or dangerous capability requests in MCP configurations

permissions = []  # Shared across all
FIX

Restrict the tool to well-defined scopes and prevent it from requesting all permissions. Implement least-privilege access controls and audit permission grants.

FP?

Likely FP if the match is a tool description documenting available permission scopes, not a tool that actually requests overly broad access.