Add AgentSight and ActPlane#30
Conversation
- AgentSight (Agent Evaluation & Observability): zero-instrumentation eBPF observability for LLM/coding agents - ActPlane (Agent Security): OS-level agent harness compiling policy DSL to eBPF for syscall-boundary information-flow control
🛂 PR Spam Guard reportSubmitter:
|
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the awesome-list README by adding two eBPF-based agent security/observability projects.
Changes:
- Added ActPlane (policy DSL → eBPF enforcement for syscall-boundary information-flow control).
- Added AgentSight (zero-instrumentation eBPF observability for agent syscall-level traces).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Adds two open-source eBPF-based projects for AI agent observability and security:
AgentSight (357 stars, MIT) — Added to Agent Evaluation & Observability. Zero-instrumentation eBPF observability for LLM/coding agents. Captures syscall-level traces (process, file, network) without modifying the agent.
ActPlane (19 stars, MIT) — Added to Agent Security. OS-level agent harness that compiles a policy DSL to an eBPF engine for labeled information-flow control at the syscall boundary, with corrective feedback to the agent on violation.
Both projects operate at the kernel level (below the tool layer), making them complementary to existing application-level guardrails and observability tools in the list.