multiversx-entry-points
✓Systematically identify and analyze all smart contract entry points for attack surface mapping. Use when starting security reviews, documenting contract interfaces, or assessing access control coverage.
Installation
SKILL.md
Identify the complete attack surface of a MultiversX smart contract by enumerating all public interaction points and classifying their risk levels. This is typically the first step in any security review.
| Macro | Visibility | Risk Level | Description |
| #[endpoint] | Public write | High | State-changing public function | | #[view] | Public read | Low | Read-only public function | | #[payable("")] | Accepts any token | Critical | Handles value transfers | | #[payable("EGLD")] | Accepts EGLD only | Critical | Handles native currency | | #[init] | Deploy only | Medium | Constructor (runs once) |
Systematically identify and analyze all smart contract entry points for attack surface mapping. Use when starting security reviews, documenting contract interfaces, or assessing access control coverage. Source: multiversx/mx-ai-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-entry-points- Source
- multiversx/mx-ai-skills
- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is multiversx-entry-points?
Systematically identify and analyze all smart contract entry points for attack surface mapping. Use when starting security reviews, documenting contract interfaces, or assessing access control coverage. Source: multiversx/mx-ai-skills.
How do I install multiversx-entry-points?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-entry-points Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/multiversx/mx-ai-skills
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-01