security-patterns

Provide security best practices for Falcon Foundry app development.

24|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/CrowdStrike/foundry-skills --skill security-patterns-crowdstrike
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-patterns
Source: https://github.com/CrowdStrike/foundry-skills/tree/main/skills/security-patterns
Command: npx skills add https://github.com/CrowdStrike/foundry-skills --skill security-patterns-crowdstrike

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

It helps security architects and developers implement comprehensive security measures for Falcon Foundry applications, preventing vulnerabilities and ensuring compliance.

Core Features & Use Cases

  • Security Frameworks: Provides detailed best practices for authentication, authorization, input validation, and content security policies.
  • Threat Prevention: Guides on mitigating common web security risks such as XSS, CSRF, and privilege escalation.
  • Use Case: Security teams can adopt the patterns when designing new Foundry app features or conducting security reviews to minimize attack surfaces.

Quick Start

Review the documentation to apply security patterns before deploying new features or integrations.

Frequently Asked Questions about security-patterns

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

FAQPage Schema
How do I prevent XSS in Falcon Foundry app development?

To prevent XSS in Falcon Foundry app development, implement strict content security policies and input validation. Adopting these security patterns mitigates common web vulnerabilities by securing UI components and validating user inputs before deployment.

What security practices should I follow for Falcon Foundry API protection?

For Falcon Foundry API protection, follow security practices that secure API scopes and credentials. Implementing robust authentication and input validation patterns ensures code adheres to strict security standards and minimizes attack surfaces.

How do I secure authentication and authorization for Foundry apps?

Secure authentication and authorization for Foundry apps by adopting established security frameworks. These patterns guide you in configuring credentials, validating inputs, and enforcing access controls to prevent privilege escalation.

When do I need content security policies for Falcon Foundry deployments?

You need content security policies for Falcon Foundry deployments when integrating new features or UI components. Applying CSP patterns during design and security reviews mitigates XSS and CSRF risks before code deployment.