> For the complete documentation index, see [llms.txt](https://audits.solidgrp.io/ninjas-world-audit-report/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://audits.solidgrp.io/ninjas-world-audit-report/audit-results/ninja.sol/finding.md).

# Finding

**Issue 01**&#x20;

|                   |                                                     |               |                                                    |
| ----------------- | --------------------------------------------------- | ------------- | -------------------------------------------------- |
| **Type**          | **Severity**                                        | **Location**  | **Status**                                         |
| **Best Practice** | <mark style="color:green;">**Informational**</mark> | **batchMint** | **❌**<mark style="color:red;">**Uresolved**</mark> |

**Description**

batchMint is an external function without role which calls a function with minter role access.

**Recommendation**

Consider adding minter role access to batchMint function as well for readability.
