tempo-stable-uniswap-swaps
Facilitates stablecoin and token swaps on Tempo using Uniswap, enabling efficient trading and balance management.
Install this skill
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
Template literal with variable interpolation in command context
| 56 | ```bash |
Template literal with variable interpolation in command context
| 66 | ```bash |
Template literal with variable interpolation in command context
| 95 | ```bash |
Template literal with variable interpolation in command context
| 104 | ```bash |
Template literal with variable interpolation in command context
| 114 | ```bash |
Template literal with variable interpolation in command context
| 121 | ```bash |
Piping content to bash shell
| 36 | curl -L https://foundry.paradigm.xyz | bash |
Curl to non-GitHub URL
| 36 | curl -L https://foundry.paradigm.xyz | bash |
Curl to non-GitHub URL
| 77 | curl -sS https://trade-api.gateway.uniswap.org/v1/quote \ |
Curl to non-GitHub URL
| 115 | curl -s "${RPC_URL:-https://rpc.presto.tempo.xyz}" -H 'content-type: application/json' --data \ |
External URL reference
| 19 | - RPC: `https://rpc.presto.tempo.xyz` |
External URL reference
| 36 | curl -L https://foundry.paradigm.xyz | bash |
External URL reference
| 59 | "balanceOf(address)(uint256)" "$WALLET" --rpc-url "${RPC_URL:-https://rpc.presto.tempo.xyz}" |
External URL reference
| 61 | "balanceOf(address)(uint256)" "$WALLET" --rpc-url "${RPC_URL:-https://rpc.presto.tempo.xyz}" |
External URL reference
| 69 | --private-key "$PRIVATE_KEY" --rpc-url "${RPC_URL:-https://rpc.presto.tempo.xyz}" --gas-limit 100000 |
External URL reference
| 77 | curl -sS https://trade-api.gateway.uniswap.org/v1/quote \ |
External URL reference
| 99 | --private-key "$PRIVATE_KEY" --rpc-url "${RPC_URL:-https://rpc.presto.tempo.xyz}" --gas-limit 900000 |
External URL reference
| 109 | --private-key "$PRIVATE_KEY" --rpc-url "${RPC_URL:-https://rpc.presto.tempo.xyz}" --gas-limit 900000 |
External URL reference
| 115 | curl -s "${RPC_URL:-https://rpc.presto.tempo.xyz}" -H 'content-type: application/json' --data \ |
External URL reference
| 124 | --rpc-url "${RPC_URL:-https://rpc.presto.tempo.xyz}" \ |