Menu

Explorer & Settings

Tempo Explorer Submit Project
Back to all projects
S

srp

by Ramprasad4121 · Updated Jun 6, 2026
TypeScript DeFi Ramprasad4121/srp
1
Stars
0
Forks
TypeScript
Language
Feb 17, 2026
Created

In the AI payments ecosystem

srp is an early-stage TypeScript project in the AI payments / x402 ecosystem, focused on ai-agents, blockchain, defi-security, evm. It currently has 1 GitHub stars and 0 forks, and sits alongside related tools like piprail, x402-pay, Rustchain.

README.md View on GitHub →

Security Reasoning Protocol

Security Reasoning Protocol (SRP) is an AI-native Web3 security operating system for EVM and Solana protocols. It is designed around evidence-first security workflows: intent extraction, vulnerability discovery, adversarial debate, exploit validation, runtime monitoring, and audit-grade reporting.

This repository contains a runnable production-shaped slice with:

  • Agent operating system with sequential, parallel, debate, and verification execution modes
  • Protocol intent and threat model engine
  • EVM and Solana vulnerability discovery heuristics with evidence spans
  • DynaDebate confidence reducer
  • Proof-of-concept validation classifier
  • Runtime monitoring and incident storage
  • REST and SSE API with token auth, RBAC, rate limits, and audit logs
  • Static security operations dashboard
  • Docker and Kubernetes deployment assets
  • Node-native TypeScript tests

Quick Start

npm test
npm run dev

Open http://localhost:8080 and use the demo token:

srp_demo_admin_token

Example API

curl -H "authorization: Bearer srp_demo_admin_token" \
  -H "content-type: application/json" \
  -d '{"name":"Vault","chain":"ethereum","documents":[{"path":"README.md","kind":"README","content":"Only GOVERNOR may upgrade the vault."}],"sources":[{"path":"Vault.sol","language":"solidity","content":"contract Vault { function withdraw() external { (bool ok,) = msg.sender.call(\"\"); require(ok); } }"}]}' \
  http://localhost:8080/api/audits

See docs/architecture.md, docs/api.md, docs/deployment.md, docs/agents.md, and docs/operator.md.

All DeFi projects →