agent-substrate / agent-substrate/substrate

Support runtime threat detection, auditing, and enforcement for Actors

Ouverte
#725 0 commentaires 0 réactions 1 personne assignée Réclamée par @mtaufen Voir sur GitHub
area/security kind/feature
Langage dominant
Go
Étoiles
1.8k
Forks
316
Merge moyen
2 j 43 min
PR mergées (30 j)
287

Description

## 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.

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.