CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Dingdawg Shield

dingdawg/dingdawg-agent-1
authSTDIOregistry active
Summary

This server brings ISG Agent 1's security scanning into Claude's context. It exposes operations for running AI security scans with stack-specific threat models, generating trust scores based on the platform's constitution and governance engine, and analyzing code for autonomous agent risks. You'd reach for this when auditing AI systems or agent codebases before deployment, especially if you need more than generic linting and want checks against adversarial prompts, skill quarantine violations, or missing governance gates. The free local scan runs entirely on your machine. Think of it as a security-first lens for evaluating whether an AI agent or LLM integration has the guardrails it claims to have.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

  • Quickstart Guide
  • Architecture Overview
  • Security Model
  • The 7 Innovations
  • Constitution Guide
  • Skill Development
  • Deployment Guide
  • API Reference

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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

DINGDAWG_API_KEYsecret

API key for paid tier access — get free at dingdawg.com

Categories
AI & LLM ToolsSecurity & Pentesting
Registryactive
Packagedingdawg-shield
TransportSTDIO
AuthRequired
UpdatedApr 9, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f