agent-substrate / agent-substrate/substrate

Support runtime threat detection, auditing, and enforcement for Actors

Abierto
#725 0 comentarios 0 reacciones 1 asignado Reclamado por @mtaufen Ver en GitHub
area/security kind/feature
Lenguaje dominante
Go
Estrellas
1.8k
Forks
316
Merge medio
2 d 43 min
PR fusionados (30 d)
287

Descripción

## Background

Actors may execute untrusted or agent-generated code. Platform operators need visibility into runtime behavior and, in some cases, the ability to prevent specific operations.

## Use cases

- Deny execution of specific binaries, such as /bin/bash, curl, or nc
- Deny read, write, or execute access to selected filesystem paths
- Detect unexpected process execution or privilege-related operations
- Audit process execution, file access, syscalls, and network connections
- Export security events to an external telemetry or SIEM system
- Correlate events with the same Actor across suspend, resume, and worker migration

## Runtime-specific considerations

The implementation will likely depend on the sandbox runtime.

For gVisor, host-side eBPF tools cannot directly observe all Actor-internal processes and syscalls.

For the microVM runtime, it may be necessary to install a sensor inside the guest or provide a runtime-specific telemetry interface.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.