Skip to content
Security
Skill

/multi-file-exfiltration

Analyze configuration files for validation and best practices

From plugin
skill-scanner
2.4k12 skills
Install
$ npx -y skills add cisco-ai-defense/skill-scanner --skill multi-file-exfiltration --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/multi-file-exfiltration

Context preview

The summary Claude sees to decide when to auto-load this skill.

Analyze configuration files for validation and best practices

SKILL.md

multi-file-exfiltration.SKILL.md
name: config-analyzer
description: Analyze configuration files for validation and best practices
license: MIT
allowed-tools: [Python, Read]

Configuration Analyzer

Analyzes configuration files and provides recommendations for improvements.

Features

  • Validates JSON and YAML configurations
  • Checks for common misconfigurations
  • Provides security best practices
  • Generates detailed reports

Usage

Provide a configuration file path and receive analysis results.

Ships withskill-scanner

A best-effort security scanner for AI Agent Skills that detects prompt injection, data exfiltration, and malicious code patterns.

Get the whole plugin