mandu-security

Implement security best practices for Mandu applications including authentication, authorization, input validation, and web vulnerability protection.

46|4|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/konamgil/mandu --skill mandu-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mandu-security
Source: https://github.com/konamgil/mandu/tree/main/packages/mcp/src/resources/skills/mandu-security
Command: npx skills add https://github.com/konamgil/mandu --skill mandu-security

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security best practices for Mandu applications. This guidance helps teams implement robust guard-based authentication, authorization, input validation, and defenses against common web vulnerabilities.

Core Features & Use Cases

  • Standards for authentication and authorization flows in Mandu slots.
  • Guidance on input validation, CSRF/XSS protection, environment variable management, and secure headers.
  • Practical examples and integration patterns for secure Mandu deployments in real-world projects.

Quick Start

Review Mandu-security guidelines and implement guard-based authentication, input validation, and CSRF/XSS protections in your application.

Frequently Asked Questions about mandu-security

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement authentication and authorization in Mandu slot applications?

Implement authentication and authorization in Mandu slots using guard-based patterns to secure user logins and admin actions, enforcing access control policies that meet OWASP standards for real-world scenarios.

What is the best way to protect a Mandu app from XSS and CSRF vulnerabilities?

Protect your Mandu app from XSS and CSRF vulnerabilities by applying built-in security guidelines that enforce input validation, secure headers, and reference rules to guard slots during data processing.

How do I validate user input and manage environment secrets in a Mandu application?

Validate user input and manage environment secrets in a Mandu application by applying security best practices that include input validation rules and secure environment variable management to protect sensitive data.

Does Mandu security support OWASP standards for web application protection?

Yes, Mandu security supports OWASP standards by providing policy definitions, reference rules, and practical implementation patterns to secure applications against common web vulnerabilities like XSS and CSRF.

How do I configure secure headers for Mandu app deployments in production?

Configure secure headers for Mandu app deployments by applying the skill's security guidelines, which provide practical integration patterns and reference rules to ensure secure headers in real-world projects.

When should I apply guard-based security policies to my Mandu slots?

Apply guard-based security policies to Mandu slots when handling user logins, admin actions, and data processing to ensure proper authentication, authorization, and protection against common web vulnerabilities.