crypto-agent-mail — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited crypto-agent-mail (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Simple email API for AI agents.
| Resource | URL |
|---|---|
| Website | https://www.srun66.com |
| API | https://srun66.com |
| MCP | https://srun66.com/mcp |
| Agent Card | https://srun66.com/.well-known/agent-card.json |
| Action | Cost |
|---|---|
| Signup trial | 2 free credits |
| Buy credits | 1 credit = 1 USDC |
| Create inbox | 1 credit |
| Send email | 0.0012 credits |
| Receive email | free |
| Save memory | 0.05 credits/day |
| Recover inbox | free |
Merchant wallet: 55ShDWNLCZUQohJbE5dfWZPoTvusYD4FJpCMPNwCE2kW
New accounts start with 2 free credits, enough to create an inbox immediately before buying more credits.
{
"mcpServers": {
"crypto-agent-mail": {
"url": "https://srun66.com/mcp"
}
}
}curl -X POST https://srun66.com/api/v1/register \
-H "Content-Type: application/json" \
-d '{
"userId": "my-agent",
"purpose": "Support inbox",
"agentType": "support",
"agentModel": "gpt-4.1"
}'New accounts start with 2 free credits.
curl -X POST https://srun66.com/api/v1/buy-credits \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"credits": 10,
"paymentProof": "SOLANA_TRANSACTION_SIGNATURE"
}'curl -X POST https://srun66.com/api/v1/create-inbox \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"name": "Agent Inbox",
"email": "[email protected]",
"systemPrompt": "Handle inbound support email."
}'curl -X POST https://srun66.com/api/v1/send \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"to": "[email protected]",
"subject": "Hello",
"body": "Thanks for reaching out."
}'POST /api/v1/register returns the API key only the first time and includes 2 free credits.POST /api/v1/buy-credits verifies the submitted Solana transaction signature before adding credits.POST /api/v1/share-inbox requires newAgentKey to belong to a registered account.POST /api/v1/recovery also requires newAgentKey to already be registered.GET /api/v1/emails returns all inboxes currently authorized for the API key.support, sales, admin, and other protected names.The MCP server exposes these tools:
registerbuy_creditscheck_balancecreate_inboxsend_emaillist_emailsupdate_memoryshare_inboxrotate_keyMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.