mcp-ai-agent-guidelines
Version:
A comprehensive Model Context Protocol server providing advanced tools, resources, and prompts for implementing AI agent best practices
12 lines • 412 B
TypeScript
/**
* Security Analyzer Agent Definition
*
* @module agents/definitions/security-agent
*/
import type { AgentDefinition } from "../types.js";
/**
* Agent for generating security analysis prompts with OWASP/NIST compliance.
* Creates structured prompts for vulnerability assessment and security hardening.
*/
export declare const securityAgent: AgentDefinition;
//# sourceMappingURL=security-agent.d.ts.map