Trusted — Risk Score 0/100
Last scan:2 days ago Rescan
0 /100
mpp
Build with MPP (Machine Payments Protocol) - the open protocol for machine-to-machine payments over HTTP 402
This is a pure documentation-only skill containing no executable code, scripts, or dependencies. The MPP (Machine Payments Protocol) skill provides informational content about an HTTP 402 payment protocol and is entirely composed of Markdown reference files with no security-relevant functionality.
Skill Namempp
Duration21.2s
Enginepi
Safe to install
No action needed. This skill is safe to use as it contains only documentation files with no executable or potentially harmful components.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE No code files present; all files are Markdown documentation and LICENSE.txt
Network NONE NONE No network calls in any file; only reference URLs in documentation text
Shell NONE NONE No shell scripts, no Bash invocations, no subprocess calls
Environment NONE NONE No .env file or environment variable access in any file
Skill Invoke NONE NONE No skill invocation chains or cross-skill calls detected
Clipboard NONE NONE No clipboard access in any file
Browser NONE NONE No browser automation or web scraping code
Database NONE NONE No database connections or SQL in any file
28 findings
🔗
Medium External URL 外部 URL
https://www.apache.org/licenses/
LICENSE.txt:3
🔗
Medium External URL 外部 URL
https://datatracker.ietf.org/doc/draft-ryan-httpauth-payment/
SKILL.md:12
💰
Medium Wallet Address 加密货币钱包地址
0x20c0000000000000000000000000000000000000
SKILL.md:73
🔗
Medium External URL 外部 URL
https://api.example.com/paid
SKILL.md:98
💰
Medium Wallet Address 加密货币钱包地址
0x20C000000000000000000000b9537d11c60E8b50
SKILL.md:363
🔗
Medium External URL 外部 URL
https://paymentauth.org
SKILL.md:526
🔗
Medium External URL 外部 URL
https://docs.stripe.com/payments/machine/mpp
SKILL.md:527
🔗
Medium External URL 外部 URL
https://docs.tempo.xyz
SKILL.md:528
🔗
Medium External URL 外部 URL
https://mpp.dev/llms-full.txt
SKILL.md:529
🔗
Medium External URL 外部 URL
https://api.example.com/data
references/custom-methods.md:222
🔗
Medium External URL 外部 URL
https://paymentauth.org/problems/payment-required
references/protocol-spec.md:25
💰
Medium Wallet Address 加密货币钱包地址
0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
references/protocol-spec.md:57
💰
Medium Wallet Address 加密货币钱包地址
0x1234567890abcdef1234567890abcdef12345678
references/protocol-spec.md:145
🔗
Medium External URL 外部 URL
https://paymentauth.org/problems/
references/protocol-spec.md:215
🔗
Medium External URL 外部 URL
https://paymentauth.org/problems/payment-expired
references/protocol-spec.md:236
🔗
Medium External URL 外部 URL
https://api.example.com/submit
references/python-sdk.md:150
🔗
Medium External URL 外部 URL
https://api.example.com/update
references/python-sdk.md:153
🔗
Medium External URL 外部 URL
https://api.example.com/item/123
references/python-sdk.md:156
🔗
Medium External URL 外部 URL
https://api.example.com/partial
references/python-sdk.md:159
🔗
Medium External URL 外部 URL
https://api.example.com/stream
references/python-sdk.md:205
🔗
Medium External URL 外部 URL
https://api.example.com
references/python-sdk.md:323
💰
Medium Wallet Address 加密货币钱包地址
0x33b901018174DDabE4841042ab76ba85D4e24f25
references/sessions.md:136
💰
Medium Wallet Address 加密货币钱包地址
0xe1c4d3dce17bc111181ddf716f75bae49e61a336
references/sessions.md:137
🔗
Medium External URL 外部 URL
https://rpc.tempo.xyz
references/sessions.md:171
💰
Medium Wallet Address 加密货币钱包地址
0x20c000000000000000000000b9537d11c60e8b50
references/tempo-method.md:84
🔗
Medium External URL 外部 URL
https://sponsor.example.com
references/tempo-method.md:86
🔗
Medium External URL 外部 URL
https://docs.stripe.com/crypto/deposit-mode
references/tempo-method.md:329
🔗
Medium External URL 外部 URL
https://api.example.com/chat
references/typescript-sdk.md:354

File Tree

12 files · 119.7 KB · 3730 lines
Markdown 11f · 3568L Text 1f · 162L
├─ 📁 references
│ ├─ 📝 custom-methods.md Markdown 332L · 8.0 KB
│ ├─ 📝 lightning-method.md Markdown 252L · 7.2 KB
│ ├─ 📝 protocol-spec.md Markdown 359L · 13.3 KB
│ ├─ 📝 python-sdk.md Markdown 328L · 7.7 KB
│ ├─ 📝 rust-sdk.md Markdown 194L · 4.9 KB
│ ├─ 📝 sessions.md Markdown 200L · 8.8 KB
│ ├─ 📝 stripe-method.md Markdown 291L · 7.5 KB
│ ├─ 📝 tempo-method.md Markdown 329L · 9.4 KB
│ ├─ 📝 transports.md Markdown 265L · 8.1 KB
│ └─ 📝 typescript-sdk.md Markdown 489L · 11.4 KB
├─ 📄 LICENSE.txt Text 162L · 8.9 KB
└─ 📝 SKILL.md Markdown 529L · 24.5 KB

Security Positives

✓ No executable code or scripts present — all files are Markdown documentation
✓ No .env files or credential exposure
✓ No shell execution, subprocess, or system command calls
✓ No network requests from code — only reference URLs in documentation
✓ No obfuscation techniques (no base64, eval, or encoded payloads)
✓ No sensitive path access (no ~/.ssh, ~/.aws, or similar paths)
✓ No dependency files (requirements.txt, package.json, Cargo.toml) that could introduce supply chain risk
✓ Clear and comprehensive documentation of the MPP protocol with no hidden functionality
✓ Crypto wallet addresses in documentation are test/example addresses, not real credentials
✓ Skill metadata is properly declared in SKILL.md frontmatter (name, version 0.5.1)