Skip to main content

tempo-stable-uniswap-swaps

Facilitates stablecoin and token swaps on Tempo using Uniswap, enabling efficient trading and balance management.

Install this skill

or
30/100

Security score

The tempo-stable-uniswap-swaps skill was audited on May 26, 2026 and we found 20 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 56

Template literal with variable interpolation in command context

SourceSKILL.md
56```bash
medium line 66

Template literal with variable interpolation in command context

SourceSKILL.md
66```bash
medium line 95

Template literal with variable interpolation in command context

SourceSKILL.md
95```bash
medium line 104

Template literal with variable interpolation in command context

SourceSKILL.md
104```bash
medium line 114

Template literal with variable interpolation in command context

SourceSKILL.md
114```bash
medium line 121

Template literal with variable interpolation in command context

SourceSKILL.md
121```bash
high line 36

Piping content to bash shell

SourceSKILL.md
36curl -L https://foundry.paradigm.xyz | bash
medium line 36

Curl to non-GitHub URL

SourceSKILL.md
36curl -L https://foundry.paradigm.xyz | bash
medium line 77

Curl to non-GitHub URL

SourceSKILL.md
77curl -sS https://trade-api.gateway.uniswap.org/v1/quote \
medium line 115

Curl to non-GitHub URL

SourceSKILL.md
115curl -s "${RPC_URL:-https://rpc.presto.tempo.xyz}" -H 'content-type: application/json' --data \
low line 19

External URL reference

SourceSKILL.md
19- RPC: `https://rpc.presto.tempo.xyz`
low line 36

External URL reference

SourceSKILL.md
36curl -L https://foundry.paradigm.xyz | bash
low line 59

External URL reference

SourceSKILL.md
59"balanceOf(address)(uint256)" "$WALLET" --rpc-url "${RPC_URL:-https://rpc.presto.tempo.xyz}"
low line 61

External URL reference

SourceSKILL.md
61"balanceOf(address)(uint256)" "$WALLET" --rpc-url "${RPC_URL:-https://rpc.presto.tempo.xyz}"
low line 69

External URL reference

SourceSKILL.md
69--private-key "$PRIVATE_KEY" --rpc-url "${RPC_URL:-https://rpc.presto.tempo.xyz}" --gas-limit 100000
low line 77

External URL reference

SourceSKILL.md
77curl -sS https://trade-api.gateway.uniswap.org/v1/quote \
low line 99

External URL reference

SourceSKILL.md
99--private-key "$PRIVATE_KEY" --rpc-url "${RPC_URL:-https://rpc.presto.tempo.xyz}" --gas-limit 900000
low line 109

External URL reference

SourceSKILL.md
109--private-key "$PRIVATE_KEY" --rpc-url "${RPC_URL:-https://rpc.presto.tempo.xyz}" --gas-limit 900000
low line 115

External URL reference

SourceSKILL.md
115curl -s "${RPC_URL:-https://rpc.presto.tempo.xyz}" -H 'content-type: application/json' --data \
low line 124

External URL reference

SourceSKILL.md
124--rpc-url "${RPC_URL:-https://rpc.presto.tempo.xyz}" \
Scanned on May 26, 2026
View Security Dashboard
Installation guide →