Rustypaste Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Rustypaste Mcp (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.
An MCP server that wraps the rustypaste API.
| Tool | Description |
|---|---|
rustypaste_paste_text | Upload text content and get a shareable URL |
rustypaste_upload_file | Upload a local file by path |
rustypaste_upload_file_with_expiry | Upload a file with auto-deletion after a duration |
rustypaste_oneshot_file | Upload a file as a single-view link |
rustypaste_oneshot_url | Create a single-use URL redirect |
rustypaste_shorten_url | Shorten a long URL |
rustypaste_upload_remote | Fetch a remote URL and host it on rustypaste |
Add the following to your MCP client configuration (e.g., ~/.config/claude/claude_desktop_config.json):
{
"mcpServers": {
"rustypaste": {
"command": "npx",
"args": [
"-y",
"@rukh-pub/rustypaste-mcp"
],
"env": {
"RUSTYPASTE_URL": "https://paste.example.com",
"RUSTYPASTE_AUTH_TOKEN": "<your-token-here>"
}
}
}
}MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.