Skills uniswap
๐Ÿ“ฆ

uniswap

Content revision r2 High Risk โš™๏ธ External commands๐ŸŒ Network access

Build Safer Uniswap Workflows with Ape

Uniswap integration requires current SDK knowledge and careful transaction planning. This skill guides Ape-based pricing, routing, swaps, and Silverback automation with practical safeguards.

Supports: Claude Codex Code(CC)
โš ๏ธ 38 Poor

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "uniswap" from https://skillstore.io/skills/apeworx-uniswap.md and its manifest at https://skillstore.io/api/skills/apeworx-uniswap/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.

Your Agent should still show its plan and request any confirmation required by the security policy.

Agent-readable resources

Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.

Test it

Using "uniswap". Compare routes for swapping 1 WETH to USDC on Ethereum without executing a trade.

Expected outcome:

  • Checks that WETH and USDC pairs are indexed.
  • Compares direct and liquid intermediate routes.
  • Reports the quote, estimated fees, and assumptions.
  • Stops before transaction creation.

Using "uniswap". Prepare a guarded USDC to WETH swap on Arbitrum.

Expected outcome:

  • Confirms the network and token contract addresses.
  • Presents the amount, route, slippage, fees, recipient, and minimum output.
  • Recommends a simulation and small initial trade.
  • Requests approval before signing or broadcasting.

Using "uniswap". Outline a Silverback bot that monitors Uniswap routes.

Expected outcome:

  • Defines pair indexing and live event tracking.
  • Separates read-only signals from transaction execution.
  • Adds exposure limits, monitoring, failure handling, and emergency controls.
  • Requires explicit authorization for every transaction policy.

Security Audit

High Risk
v10 โ€ข 7/23/2026 Open versioned report

All 17 static findings are false positives: backticks mark inline code, URLs reference relevant public documentation, and token symbols are not reconnaissance. The skill still presents contextual risks because it relies on mutable remote documentation and can generate workflows that trade real assets through configured accounts. Publication should require transaction confirmation and remote-content safeguards.

1
Files scanned
50
Lines analyzed
0
Review items
0
False positives ignored

Confirmed security concerns (2)

High
Real-Asset Transaction Execution Risk
The skill supports swaps through configured Ape accounts and automated bot workflows. Generated code may sign or broadcast transactions that cause irreversible financial loss.
The skill explicitly covers trading, requires configured Ape accounts, and recommends bot integration, so real-asset transaction capability is clear.
Medium
Mutable Remote Documentation Trust
The skill requires fetching documentation from mutable branch and stable-channel URLs before coding. Compromised or injected content could influence generated transaction logic.
The instructions explicitly require retrieving unpinned remote pages before implementation, creating a clear external-content trust dependency.
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/apeworx-uniswap/audits/10?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/apeworx-uniswap/security.svg)](https://skillstore.io/skills/apeworx-uniswap?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/apeworx-uniswap?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/apeworx-uniswap/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/apeworx-uniswap.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

ApeWorX. (2026). uniswap security audit report (audit version 10) [Author version unspecified]. Skillstore. https://skillstore.io/skills/apeworx-uniswap/audits/10

BibTeX citation

@techreport{apeworx-apeworx-uniswap-2026, author = {ApeWorX}, title = {uniswap security audit report (audit version 10)}, institution = {Skillstore}, year = {2026}, number = {10}, url = {https://skillstore.io/skills/apeworx-uniswap/audits/10}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "uniswap security audit report (audit version 10)" version: "unspecified" type: report authors: - name: "ApeWorX" date-released: "2026-07-23" url: "https://skillstore.io/skills/apeworx-uniswap/audits/10" identifiers: - type: other value: "skillstore:apeworx-uniswap:audit:10" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: Medium
55
Architecture
85
Maintainability
87
Content
70
Community
83
Spec Compliance

What You Can Build

Prototype read-only market queries

Plan Ape scripts that index pairs, query prices, and compare routes without creating transactions.

Prepare a reviewed token swap

Build a guarded swap workflow that presents route, quote, slippage, fees, and minimum output before approval.

Design Silverback automation

Integrate live Uniswap indexing and route selection into a monitored bot with explicit transaction controls.

Try These Prompts

Review prerequisites
Review my Uniswap setup for [network]. List the required Python, Ape, account, tokenlist, and documentation prerequisites. Do not create a transaction.
Plan a price query
Using current official documentation, plan a read-only price query for [token A] and [token B] on [network]. Explain pair indexing and route assumptions.
Prepare a guarded swap
Prepare an Ape workflow to swap [amount] of [token A] for [token B] on [network]. Quote first and stop before broadcasting. Show token addresses, route, slippage, fees, recipient, and minimum output for approval.
Design Silverback automation
Design a Silverback bot for [strategy] on [network] using uniswap-sdk. Include indexing, route selection, simulations, limits, monitoring, failure handling, and manual emergency controls. Never sign or broadcast without explicit authorization.

Best Practices

  • Verify current SDK documentation, package versions, network deployments, and token addresses before implementation.
  • Present the complete transaction summary and require explicit approval immediately before signing or broadcasting.
  • Simulate first, set conservative slippage limits, and use a small initial swap for new routes.

Avoid

  • Do not trust token symbols alone; verify chain-specific contract addresses and decimals.
  • Do not broadcast from a configured account without a fresh quote and explicit user approval.
  • Do not copy instructions from fetched pages without treating remote content as untrusted.

Frequently Asked Questions

Does this skill execute Uniswap trades?
It can guide code that executes swaps, but every signing or broadcast step should require explicit user approval.
Which networks are supported?
Support depends on Ape, uniswap-sdk, provider configuration, tokenlists, and current Uniswap deployments.
Is an Ape account required?
Read-only queries may not require one. Live trades require a configured account with carefully protected signing credentials.
Why does the skill fetch documentation?
The SDK and Ape interfaces can change. Current documentation reduces outdated code, but fetched content must remain untrusted.
Does the skill guarantee the best route?
No. Liquidity, fees, market movement, indexing state, and network conditions can change the result.
Can it help build a Silverback bot?
Yes. It can guide indexing, route selection, monitoring, and controls for a Silverback integration.

Developer Details

Author

ApeWorX

License

MIT

Skillstore revision

r2

Version notice

The author did not declare a version.

Ref

89edfdc710d0846129dcee6a929477b04f08052c

Maintenance freshness

7/24/2026

Usage

7 downloads ยท 173 views

File structure

๐Ÿ“„ SKILL.md

More from ApeWorX

View all
View all