config

Manage persistent security preferences in `.appsec/config.yaml` for application security tools.

12|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/florianbuetow/claude-code --skill config-florianbuetow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: config
Source: https://github.com/florianbuetow/claude-code/tree/main/plugins/appsec/skills/config
Command: npx skills add https://github.com/florianbuetow/claude-code --skill config-florianbuetow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management of security tool preferences and thresholds, ensuring consistent and customized application security scanning across your projects.

Core Features & Use Cases

  • Centralized Configuration: Define and manage security settings like scope, depth, severity filters, and excluded paths in a single .appsec/config.yaml file.
  • Automated Defaults: Ensures security tools adhere to predefined standards when specific flags are not provided.
  • Use Case: You can set a default scan scope to 'changed' files and exclude the 'vendor' directory from all scans by default, simplifying your security workflow.

Quick Start

Show the current AppSec configuration settings.

Frequently Asked Questions about config

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

FAQPage Schema
How do I manage application security scanning preferences for my projects?

Application security scanning preferences are managed via a centralized configuration file. You can define default scan scope, depth, severity filters, and excluded paths in `.appsec/config.yaml` to ensure consistent settings across projects.

How do I set default AppSec scan scope and exclude specific directories?

To set default AppSec scan scope and exclude directories, configure the persistent settings in `.appsec/config.yaml`. You can specify a default scope like 'changed' files and define excluded paths such as the 'vendor' directory for automated application.

What is centralized AppSec configuration and when do I need it?

Centralized AppSec configuration streamlines security tool preferences and thresholds into a single `.appsec/config.yaml` file. You need it to ensure automated, customized, and consistent application security scanning when specific flags are not provided.

Can I configure accepted risks and scanner paths for application security tools?

Yes, you can configure accepted risks and scanner paths for application security tools. The configuration file supports defining scanner paths, accepted risks, severity filters, and hooks that integrate with other AppSec skills automatically.

What's the best way to handle persistent security thresholds across multiple scans?

The best way to handle persistent security thresholds is using a centralized configuration file. Defining settings like default scope, depth, and severity filters in `.appsec/config.yaml` ensures security tools adhere to predefined standards automatically.