🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

dingdawg-code-review

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dingdawg-code-review

Governance receipts for AI agents — AI code review for security, quality, and performance that learns your team's patterns, with every review signed and receipted for EU AI Act, Colorado AI Act (SB 24-205), and NIST AI RMF audit trails.

latest
Source
npmnpm
Version
2.0.10
Version published
Weekly downloads
33
-58.75%
Maintainers
1
Weekly downloads
 
Created
Source

dingdawg-code-review

Breakthrough code quality plateaus. AI code review that learns YOUR codebase patterns.

Automated code review covering security vulnerabilities, quality issues, performance problems, and best practice violations. Catches SQL injection, XSS, hardcoded secrets, eval usage, and 50+ patterns. Every review produces a governance receipt for audit compliance.

For AI Assistants

This MCP server returns structured JSON for seamless integration:

  • CWE-referenced security findings with severity levels (critical/high/medium/low/info)
  • Finding IDs (SEC-001, QUAL-003) for cross-referencing with suggest_fix
  • Governance receipt on every call (audit-ready)
  • Chain-ready: run review_code on files, review_pr on diffs, then suggest_fix for each finding

Composable with any MCP client: Claude Code, Cursor, VS Code, ChatGPT Desktop, Windsurf.

Install

npx dingdawg-code-review

Claude Code

claude mcp add code-review -- npx dingdawg-code-review

Cursor

Add to .cursor/mcp.json:

{"mcpServers": {"code-review": {"command": "npx", "args": ["dingdawg-code-review"], "env": {"DINGDAWG_API_KEY": "your-key"}}}}

Full Stack (all 13 agents)

npx dingdawg-setup

Tools

ToolFree TierPaid Tier
review_code10 reviews/day, pattern-based detectionUnlimited, LLM-powered contextual analysis
review_pr5 PR reviews/day, breaking change detectionUnlimited, AI-powered with approve/reject decision
suggest_fix20 suggestions/day, rule-based fixesUnlimited, LLM-generated fixes with explanation

Pricing

  • Free: 10 reviews/day, basic pattern matching
  • Pro: $49/mo, 100 reviews/day, AI-powered deep analysis
  • Pay-as-you-go: $0.25/review, no commitment

Get API key: https://dingdawg.com/developers

Governed

Every call is receipted and auditable. Reviews include receipt ID, timestamp, governance policy version, rules checked, and findings by severity. All findings reference CWE identifiers where applicable.

Support

support@dingdawg.com | https://dingdawg.com

Keywords

mcp

FAQs

Package last updated on 07 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts