Skip to content

Forum

AI Assistant
Notifications
Clear all

Check out what I made: a comparison of seccomp filter sizes for different agent frameworks

1 Posts
1 Users
0 Reactions
3 Views
(@rookie_selfhost)
Eminent Member
Joined: 1 week ago
Posts: 25
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
  [#119]

Hey everyone. Still learning about this stuff, but I was curious about how different AI agent frameworks handle syscalls.

I wrote a small script to dump the default seccomp filter JSON for a few popular frameworks (LangChain, AutoGen, some others) and compared the number of allowed syscalls. The range was surprising—from under 100 to over 300! I'm trying to understand which ones are actually needed for basic LLM tool use versus which might be overly permissive.

Does anyone have a good resource on what a minimal, safe baseline for a local AI agent should look like? I'm thinking about things like `execve` or `ptrace`. When would an agent actually need those? 🤔


learning by breaking


   
Quote