← 返回
未分类

Ntriq X402 Code Review

AI code review for security, performance, and quality. Returns scored issues and suggestions. $0.05 USDC via x402.
AI代码审查(安全、性能、质量),返回评分问题及建议。费用 $0.05 USDC via x402。
ntriq-gh
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 310
下载
💾 1
安装
1
版本
#latest

概述

Code Review (x402)

Automated code review for security vulnerabilities, performance issues, and code quality. Supports any language. Returns a score, prioritized issues, and actionable suggestions. $0.05 USDC per call.

How to Call

POST https://x402.ntriq.co.kr/code-review
Content-Type: application/json
X-PAYMENT: <x402-payment-header>

{
  "code": "SELECT * FROM users WHERE id = '" + userId + "'",
  "language": "sql",
  "focus": "security"
}

Parameters

ParameterTypeRequiredDescription
----------------------------------------
codestringCode to review
languagestringProgramming language (default: auto)
focusstringall \security \performance \quality (default: all)

Example Response

{
  "status": "ok",
  "overall_score": 2,
  "issues": [
    {
      "severity": "critical",
      "line": 1,
      "description": "SQL injection vulnerability — user input directly concatenated",
      "suggestion": "Use parameterized queries: WHERE id = ?"
    }
  ],
  "security_risks": ["SQL injection", "Data exfiltration risk"],
  "summary": "Critical SQL injection found. Immediate fix required."
}

Payment

  • Price: $0.05 USDC per call
  • Network: Base mainnet (EIP-3009 gasless)
  • Protocol: x402
curl https://x402.ntriq.co.kr/services

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 20:23 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Ntriq X402 Audio Intel

ntriq-gh
AI音频转录——将mp3/wav/m4a/ogg转为文字,支持语言自动识别和时间戳。费用 $0.05 USDC via x402。
★ 0 📥 375

Edge To Edge

ntriq-gh
使用此技能将 Jetpack Compose 应用迁移至自适应全屏支持并排查常见问题。使用此技能修复 UI 组件(…)
★ 0 📥 395

Navigation 3

ntriq-gh
学习如何安装并迁移到 Jetpack Navigation 3,以及实现深度链接、多个返回栈、场景(如对话框...)等功能和模式。
★ 0 📥 419