Skip to content

Add SourceryKit to Tools & Frameworks#35

Open
aural-psynapse wants to merge 1 commit into
LLMSecurity:mainfrom
aural-psynapse:main
Open

Add SourceryKit to Tools & Frameworks#35
aural-psynapse wants to merge 1 commit into
LLMSecurity:mainfrom
aural-psynapse:main

Conversation

@aural-psynapse

@aural-psynapse aural-psynapse commented Jul 17, 2026

Copy link
Copy Markdown

Hi, thanks for curating this one, the agent-skills security angle is hard to find collected anywhere else. I would love to add SourceryKit if it is a fit.

Adds SourceryKit to the Tools & Frameworks table.

SourceryKit verifies an agent's outbound requests and MCP handoffs against a source of truth using zero-knowledge proofs, so a call only goes out if the agent's claims check out. The SDK hooks into the HTTP libraries the agent uses, logs each outbound call, and blocks anything not on the trusted-endpoint allow-list.

Why this fits:

  • it enforces agent tool-use and MCP-handoff security at runtime, close to Pipelock's MCP-aware egress proxy and CubeSandbox's allowlisted egress controls
  • the hooks, logging, and allow-list blocking run in the agent process; a hosted backend performs the zero-knowledge proof and source-of-truth check

Thanks for taking a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant