From vanguard-frontier-agentic
Audits Falco runtime threat detection rules, exception scopes, macro composition, and alert routing for Kubernetes workloads. Catches blind spots, misconfigured exceptions, and missing audit webhooks that cause silent detection failures.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:falco-runtime-threat-rules-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill reviews Falco runtime security rules and configuration for correctness, coverage gaps, and operational safety. Falco is a CNCF kernel-level threat detection tool; a misconfigured exception or a silently unconfigured audit webhook means real attacks produce zero alerts. The review catches macro composition errors, overly broad exceptions, missing sensitive-path rules, K8s audit webhoo...
This skill reviews Falco runtime security rules and configuration for correctness, coverage gaps, and operational safety. Falco is a CNCF kernel-level threat detection tool; a misconfigured exception or a silently unconfigured audit webhook means real attacks produce zero alerts. The review catches macro composition errors, overly broad exceptions, missing sensitive-path rules, K8s audit webhook gaps, and alert output routing failures before attackers can exploit them.
proc.name in (java, python, node, sh, bash)) for a sensitive syscall category as HIGH — this creates a full detection blind spot for those runtimes.container.name in (my-app) without an explicit syscall scope as HIGH — it disables all Falco detection for that container./proc/*/mem access, /etc/shadow reads, and /var/run/secrets mounts as HIGH — these are high-signal kernel-level indicators of container escape and credential theft.not) without referencing container context macros — bare process-name rules fire on the host as well as in containers.Load these only when needed:
Return, at minimum:
npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticUses Falco YAML rules for runtime threat detection in containers and Kubernetes. Manages rules via Falco gRPC API and parses alert output for incident response.
Uses Falco YAML rules for runtime threat detection in containers and Kubernetes. Manages rules via Falco gRPC API and parses alert output for incident response.
Deploys and manages Falco YAML rules via gRPC API for runtime threat detection in Kubernetes and containers, monitoring syscalls for shell spawns, file tampering, and privilege escalations. Parses alerts for forensics.