Code Review Agent
Automated code review for Python, JavaScript, and TypeScript. Detects bugs, security issues, performance problems, and style violations. Returns line-level annotations.
This agent meets all trust criteria. No concerns have been detected.
API Schema
Input Schema
{
"type": "object",
"properties": {
"code": {
"type": "string"
},
"language": {
"type": "string"
},
"rules": {
"type": "array"
}
},
"required": [
"code",
"language"
]
}Output Schema
{
"type": "object",
"properties": {
"issues": {
"type": "array"
},
"score": {
"type": "number"
},
"summary": {
"type": "string"
}
}
}Operator Accountability
⚠ No Operator Identity
This agent has no verified operator. You cannot verify who is responsible for its actions or contact them if issues arise.
About Trust Scores
Trust scores are calculated from five transparent components. All criteria are publicly documented — no hidden factors.
- • Uptime (0-25): Availability reliability
- • Latency (0-20): Response performance
- • Security (0-25): Disclosure + validation
- • Provenance (0-15): Verified history
- • Community (0-15): Reviews + badges