solidity-security
Audit Solidity Contracts Securely
Smart contracts fail when common vulnerabilities are missed before deployment. This skill guides Claude, Codex, and Claude Code through focused Solidity security reviews.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "solidity-security" from https://skillstore.io/skills/sickn33-solidity-security.md and its manifest at https://skillstore.io/api/skills/sickn33-solidity-security/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 "solidity-security". Review a token withdrawal function before deployment.
Expected outcome:
- Flags external calls that happen before state updates.
- Recommends checks-effects-interactions and ReentrancyGuard.
- Adds tests for repeated withdrawals and failed transfers.
Using "solidity-security". Prepare audit notes for a DeFi swap contract.
Expected outcome:
- Lists roles, external dependencies, and privileged functions.
- Highlights front-running and slippage checks.
- Suggests invariants and scenario tests for the audit package.
Using "solidity-security". Improve a contract for safer production deployment.
Expected outcome:
- Prioritizes access control, input validation, and emergency stop behavior.
- Separates critical fixes from optional gas improvements.
- Explains verification steps for each recommendation.
Security Audit
SafeAll static findings appear to be false positives from Markdown documentation and Solidity code examples. The Solidity require statements are not JavaScript dynamic imports, and the SKILL.md backticks mark resource paths rather than shell execution. No prompt injection or malicious intent was found in the reviewed files.
Risk Factors
โก Contains scripts (19)
โ๏ธ External commands (2)
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/sickn33-solidity-security/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-solidity-security?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-solidity-security?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-solidity-security/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-solidity-security.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
sickn33. (2026). solidity-security security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-solidity-security/audits/5BibTeX citation
@techreport{sickn33-sickn33-solidity-security-2026,
author = {sickn33},
title = {solidity-security security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-solidity-security/audits/5},
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: "solidity-security security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/sickn33-solidity-security/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-solidity-security:audit:5"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
sickn33-solidity-security
2026-08-21
wshobson-solidity-security
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Review DeFi Contract Changes
Check withdrawal, swap, and payment flows before testnet or mainnet deployment.
Prepare Pre-Audit Notes
Build a checklist of roles, external calls, invariants, and known risk areas.
Set Team Security Standards
Create practical guidance for safe Solidity patterns and required tests.
Try These Prompts
Review this Solidity contract for reentrancy, overflow, access control, and input validation. Explain each issue in plain language and suggest safer patterns.
Analyze this withdrawal or payout flow. Apply checks-effects-interactions, pull over push, and failure handling. List exact changes and tests to add.
Build a pre-audit checklist for this protocol. Include threat assumptions, privileged roles, external calls, upgrade paths, and test coverage gaps.
Assess this DeFi design for front-running, slippage, oracle, reentrancy, and access-control risks. Rank findings by exploitability and propose mitigations.
Best Practices
- Provide contract source, compiler version, dependencies, and deployment chain.
- Ask for severity ranking, exploit scenarios, and concrete verification steps.
- Pair every mitigation with tests, invariants, or audit notes.
Avoid
- Requesting final approval without full source and threat assumptions.
- Copying example patterns without adapting roles, invariants, and dependencies.
- Prioritizing gas optimization over exploit resistance and clear access control.
Frequently Asked Questions
Can this skill audit production smart contracts?
Which vulnerabilities does it focus on?
Can it run security tools automatically?
Does it support DeFi protocols?
What input gives the best results?
Can it help after an audit?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
9f814fc6a43fd99946f2da5e0df231c65a38bc76
Maintenance freshness
7/18/2026
Usage
8 downloads ยท 128 views
File structure