MCP Hub
Back to servers

dingdawg-code-review

Validated

AI code review — security, quality, performance. Learns your patterns. Receipted.

Registry
Stars
1
Tools
3
Updated
Apr 9, 2026
Validated
May 12, 2026
Validation Details

Duration: 4.8s

Server: dingdawg-code-review v2.0.0

Quick Install

npx -y dingdawg-code-review

ISG Agent 1

CI License: MIT Python 3.11+

Governance from Day 1. A security-hardened, governance-first autonomous AI agent platform.

ISG Agent 1 proves that autonomous AI agents can be both powerful and safe. While other agent platforms bolt on security as an afterthought, ISG Agent 1 bakes governance into every layer from the start.

7 Innovations No Other Agent Has

InnovationWhat It Does
Agent ConstitutionMachine-enforced behavioral contract -- not guidelines, a verified contract
Adversarial Self-TestingThe agent red-teams itself in production on a schedule
Time-Locked ActionsMandatory cooling period before dangerous operations (30-60s)
Trust LedgerTransparent, cryptographic reputation tracking for every action
Explain ModeCryptographic proof of why every decision was made
Skill ReputationCommunity-verified trust scores for agent skills
Separation of PowersCritical actions require approval from independent agent or human

Security Comparison

ISG Agent 1 was built as a direct response to the security failures in existing agent platforms. Where others have exposed instances, malicious skills, and no audit trails, ISG Agent 1 has localhost-only defaults, skill quarantine, and hash-chained audit logs.

Quickstart

git clone https://github.com/InnovativeSystemsGlobal/isg-agent-1.git
cd isg-agent-1

cd gateway
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

cp ../.env.example ../.env
cp ../config/agent.example.yaml ../config/agent.yaml

python -m isg_agent

The gateway starts on http://localhost:8900 by default (localhost-only).

Architecture

User (Discord/Telegram/Web)
  -> Bridge (TypeScript, normalizes messages)
  -> Gateway (Python/FastAPI, governance engine)
     -> Constitution check
     -> Governance gate (PROCEED/REVIEW/HALT)
     -> Audit trail (SHA-256 hash chain)
     -> Brain (LLM + convergence guarantees)
     -> Skills (sandboxed, quarantined, reputation-scored)
  -> Response (governed, explained, audited)

See ARCHITECTURE.md for the full architecture overview.

Documentation

Contributing

See CONTRIBUTING.md for contribution guidelines.

Security

See SECURITY.md for our responsible disclosure policy.

License

MIT License. See LICENSE for details.

Innovative Systems Global. The name is not aspirational. It is a statement of fact.

Reviews

No reviews yet

Sign in to write a review