Security audit for AI agent tools
As AI agents (using OpenAI function calling or MCP) increasingly call third-party tools that execute arbitrary code, the ecosystem needs a trust layer.
We built Sentinel — a 3-layer security audit pipeline that has certified 11,115+ MCP servers with signed SHA-256 certificates.
What Sentinel does
- L1.5: 6 metadata checks (AUTH, prompt injection, CORS, OAuth, rate limiting)
- L1.6: Static analysis (18 Semgrep rules + 18 secret patterns + OSV API)
- L2: Docker sandbox with active MCP probing (adversarial inputs: path traversal, SSRF, SQL injection, command injection)
Results
Proposal for OpenAI Cookbook
Could we contribute a cookbook example showing how to:
- Verify a tool security certificate before calling it
- Implement the 3-layer audit pattern for custom tools
- Use signed certificates for agent tool trust
This would be relevant for any OpenAI agent that uses MCP or external tools.
Source: https://github.com/edgarfloresguerra2011-a11y/marketnow
Transparency: https://marketnow.site/sentinel-transparency
Would the OpenAI community be interested in a security pattern cookbook?
Security audit for AI agent tools
As AI agents (using OpenAI function calling or MCP) increasingly call third-party tools that execute arbitrary code, the ecosystem needs a trust layer.
We built Sentinel — a 3-layer security audit pipeline that has certified 11,115+ MCP servers with signed SHA-256 certificates.
What Sentinel does
Results
Proposal for OpenAI Cookbook
Could we contribute a cookbook example showing how to:
This would be relevant for any OpenAI agent that uses MCP or external tools.
Source: https://github.com/edgarfloresguerra2011-a11y/marketnow
Transparency: https://marketnow.site/sentinel-transparency
Would the OpenAI community be interested in a security pattern cookbook?