defi-expert
Review DeFi Protocol Integrations
DeFi integrations often fail because token units, decimals, and protocol formats are easy to mix up. This skill guides Claude, Codex, and Claude Code through checks for safer protocol code.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "defi-expert" from https://skillstore.io/skills/barissozen-defi-expert.md and its manifest at https://skillstore.io/api/skills/barissozen-defi-expert/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.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 "defi-expert". Review a USDC swap integration that uses 18 decimals for every token.
Expected outcome:
The review flags USDC as a 6-decimal token and recommends asset-specific parsing. It also asks for checksummed addresses and slippage basis point validation.
Using "defi-expert". Debug an Aave health factor display that divides the raw value by one quintillion.
Expected outcome:
The response explains that Aave rates commonly use ray precision. It recommends using the correct 27-decimal scaling before displaying the health factor.
Using "defi-expert". Prepare a checklist for adding a Balancer pool integration.
Expected outcome:
- Confirm token decimals for every pool asset.
- Verify amount units expected by each contract call.
- Validate addresses and pool identifiers before implementation.
Security Audit
SafeThe only static finding is a false positive from a TypeScript Markdown code fence in SKILL.md. The skill is prompt-only and provides DeFi integration guidance without executable code or prompt injection content.
Risk Factors
⚙️ External commands (1)
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.
Copy report link
https://skillstore.io/skills/barissozen-defi-expert/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/barissozen-defi-expert?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/barissozen-defi-expert?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/barissozen-defi-expert/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/barissozen-defi-expert.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
BarisSozen. (2026). defi-expert security audit report (audit version 9) [Author version unspecified]. Skillstore. https://skillstore.io/skills/barissozen-defi-expert/audits/9BibTeX citation
@techreport{barissozen-barissozen-defi-expert-2026,
author = {BarisSozen},
title = {defi-expert security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/barissozen-defi-expert/audits/9},
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: "defi-expert security audit report (audit version 9)"
version: "unspecified"
type: report
authors:
- name: "BarisSozen"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/barissozen-defi-expert/audits/9"
identifiers:
- type: other
value: "skillstore:barissozen-defi-expert:audit:9"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Prepare a protocol integration
Check required units, token decimals, and address handling before implementing a DeFi adapter.
Review amount handling bugs
Find likely precision errors when balances, health factors, rates, or swap amounts look incorrect.
Validate integration requirements
Build a checklist of data formats and protocol assumptions before assigning implementation work.
Try These Prompts
Review this DeFi task for token decimal and denomination risks. Protocol: [protocol]. Assets: [assets]. Planned operation: [operation].
Inspect this amount handling logic for DeFi precision mistakes. Explain any decimal, wei, ray, wad, or basis point issues in plain language.
Help debug this DeFi value mismatch. Expected result: [expected]. Actual result: [actual]. Protocol fields and raw values: [details].
Create a DeFi integration checklist for [protocol] and [operation]. Include token decimals, denominations, address validation, API structures, and failure cases.
Best Practices
- Provide the target protocol, assets, and operation before asking for review.
- Include raw values and expected display values when debugging precision issues.
- Verify token decimals from trusted sources before final implementation.
Avoid
- Do not assume every ERC-20 token uses 18 decimals.
- Do not mix wei, ray, wad, and basis points without explicit conversion.
- Do not treat this skill as a substitute for a full security audit.
Frequently Asked Questions
What protocols does this skill focus on?
Can it verify live token decimals?
Does it write smart contracts?
Can it replace a DeFi security audit?
Why does it mention Claude, Codex, and Claude Code?
What information should I provide?
Developer Details
Author
BarisSozenLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
c4231f0153ccd2a2ed62274c5a372bf8f2386d3f
Maintenance freshness
7/20/2026
Usage
5 downloads · 190 views
File structure
📄 SKILL.md