Back to Home
Anselmoo icon

mcp-ai-agent-guidelines

Verified Safe

by Anselmoo

Overview

A comprehensive framework for building, orchestrating, and validating AI agents and their design processes, with a strong focus on code quality, security, and prompt engineering.

Installation

Run Command
node dist/index.js

Environment Variables

  • OPENAI_API_KEY
  • ANTHROPIC_API_KEY
  • GOOGLE_API_KEY

Security Notes

The framework employs robust internal safeguards such as Zod schema validation for all tool inputs, a tool invocation allowlist, recursion depth limits, and concurrency controls. It explicitly uses an 'escapeRegex' function to prevent ReDoS attacks in dependency auditing. While 'subprocess' imports are present in demo/summarized files, core tool logic (visible in truncated code) primarily focuses on analysis or generation rather than external execution of unsanitized input. The system checks for hardcoded secrets in 'clean-code-scorer'. Potential risks could arise from unsandboxed execution of user-provided code in specialized analysis tools or if LLM responses are not properly sanitized before further processing, but the framework aims to mitigate these.

Similar Servers

Stats

Interest Score34
Security Score7
Cost ClassMedium
Avg Tokens1000
Stars4
Forks0
Last Update2025-12-06

Tags

AI AgentsDesign FrameworkCode AnalysisPrompt EngineeringOrchestrationDeveloper ToolsGuidelinesSoftware Engineering