Skip to main content

mpp

Facilitates machine-to-machine payments for APIs and services using the Machine Payments Protocol, enabling seamless transactions.

Install this skill

or
70/100

Security score

The mpp skill was audited on Jun 11, 2026 and we found 12 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 31

Piping content to bash shell

SourceSKILL.md
31exec command="curl -fsSL https://tempo.xyz/install | bash"
medium line 31

Curl to non-GitHub URL

SourceSKILL.md
31exec command="curl -fsSL https://tempo.xyz/install | bash"
low line 103

Fetch to external URL

SourceSKILL.md
103const res = await fetch('https://api.example.com/generate', {
low line 24

External URL reference

SourceSKILL.md
24Read https://tempo.xyz/SKILL.md and set up tempo
low line 31

External URL reference

SourceSKILL.md
31exec command="curl -fsSL https://tempo.xyz/install | bash"
low line 46

External URL reference

SourceSKILL.md
46exec command="tempo request -X POST --json '{\"prompt\": \"a sunset over the ocean\"}' https://fal.mpp.tempo.xyz/fal-ai/flux/dev"
low line 63

External URL reference

SourceSKILL.md
63exec command="mppx https://mpp.dev/api/ping/paid"
low line 103

External URL reference

SourceSKILL.md
103const res = await fetch('https://api.example.com/generate', {
low line 127

External URL reference

SourceSKILL.md
127- **Protocol spec**: https://paymentauth.org
low line 128

External URL reference

SourceSKILL.md
128- **Documentation**: https://mpp.dev
low line 129

External URL reference

SourceSKILL.md
129- **Tempo Wallet**: https://wallet.tempo.xyz
low line 130

External URL reference

SourceSKILL.md
130- **SDKs**: https://mpp.dev/sdk
Scanned on Jun 11, 2026
View Security Dashboard
Installation guide →