Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 31 additions & 2 deletions registry.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
#
# Copyright (C) 2025 The Falco Authors.
# Copyright (C) 2026 The Falco Authors.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -21,7 +21,7 @@
# To trigger the job manually, update the number below (e.g., by replacing it with the current Unix timestamp).
# It does not need to be secure or unique beyond being different from the previous value.
# Example: `date +%s` on Unix-like systems will generate a suitable value.
#
#
# nonce: 1747055710

# This list of data sources is not allowed in plugins since they are already
Expand Down Expand Up @@ -734,3 +734,32 @@ plugins:
source: nginx
extraction:
supported: true
- name: coding_agent
description: |
Runtime detection for AI coding agents with Falco (part of the Prempti
project). Intercepts tool calls (shell commands, file operations, web
fetches, MCP calls) before they run and produces allow/deny/ask
verdicts via customizable Falco rules, with a full audit trail of
agent activity.
authors: The Falco Authors
contact: https://github.com/falcosecurity/prempti
maintainers:
- name: The Falco Authors
email: cncf-falco-dev@lists.cncf.io
keywords:
- ai
- coding-agent
- claude-code
- guardrails
- policy
- audit
url: https://github.com/falcosecurity/prempti/tree/main/plugins/coding-agents-plugin
rules_url: https://github.com/falcosecurity/prempti/tree/main/rules
license: Apache-2.0
capabilities:
sourcing:
supported: true
id: 28
source: coding_agent
extraction:
supported: true
Loading