Robo Quat 730eed3bc5
update index (#19478)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-02-28 12:00:09 +02:00
..
2023-09-26 17:52:05 +03:00
2021-06-09 10:16:01 +02:00
2022-12-08 13:05:19 -03:00
2024-02-28 12:00:09 +02:00
2022-12-08 13:05:19 -03:00

Agent Smith 🕵️‍♂️

Agent smith is the component that takes care of policing workspaces against threats and noisy neighbours to make sure that everyone gets a safe and smooth Gitpod experience.

How to add new signatures?

# find something to match, e.g. using elfdump or by inspecting scripts
agent-smith signature elfdump <binary>

# create a new signature
agent-smith signature new ...

Hint: do not use the base64 to encode a signature

How can I check if a signature matches?

agent-smith signature new <signature-args> | agent-smith signature match <test-binary>