Language: 日本語English

crowdstrike-falcon-foundry Plugin

Author
CrowdStrike
Category
Security
Topics
Enterprise Business Platforms · Security, Auth & Compliance · Web & App Development
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

crowdstrike-falcon-foundry is a plugin that packages AI coding assistant skills for building CrowdStrike Falcon Foundry apps. According to the GitHub README, it lets a coding assistant scaffold API integrations, workflows, UI pages, functions, and collections from a natural language prompt, using the Foundry CLI to build and deploy to the Falcon console. It follows a hub-and-spoke architecture where a 'development-workflow' skill orchestrates specialized sub-skills (API integrations, functions, UI, collections, workflows, security patterns, debugging, and end-to-end testing). It is tested with Claude Code and marked experimental for Codex, Copilot CLI, Cursor, and Gemini CLI. The repository also includes hooks for skill routing, test scripts, and a recommended pairing with the 'superpowers' skill set.

Overview

According to the README, this is not itself a SaaS product but a plugin/skill set for AI coding assistants that helps build apps on CrowdStrike's Falcon Foundry platform, a low-code app-building environment within the Falcon console. The skills wrap the separately-installed Foundry CLI, which requires a CrowdStrike account with Falcon Foundry access and foundry login authentication.

What you can do with crowdstrike-falcon-foundry

  • Scaffold a Falcon Foundry app from a natural language prompt covering API integrations, workflows, UI pages, functions, and collections
  • Import an OpenAPI spec, configure auth schemes, and share endpoints with Falcon Fusion SOAR via the api-integrations skill
  • Call Falcon APIs from within Functions (OAuth, SDKs) via the functions-falcon-api skill
  • Create YAML workflows with Falcon Fusion SOAR actions and triggers via the workflows-development skill
  • Build React/Vue UI pages with Shoelace components and Falcon theming via the ui-development skill
  • Write Go/Python serverless functions with the CrowdStrike SDK via the functions-development skill
  • Model JSON Schema data and CRUD operations via the collections-development skill
  • Apply OAuth scoping, input validation, and content security guidance via the security-patterns skill
  • Troubleshoot CLI, manifest, and deployment issues via the debugging-workflows skill
  • Run end-to-end tests with @crowdstrike/foundry-playwright via the e2e-testing skill
  • Install and use the skills with Claude Code, Codex, Copilot CLI, Cursor, or Gemini CLI (per the README, only Claude Code is marked 'Tested')

Sources

Original description (English)

CrowdStrike Falcon Foundry development skills for building cybersecurity applications on the Falcon platform. Includes UI development, collections, functions, workflows, API integration, security patterns, and debugging workflows.

History of crowdstrike-falcon-foundry

Back to list