> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codeant.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Crypto

<AccordionGroup>
  <Accordion title="insecure-random">
    A random number generator was detected which is **not** *guaranteed* to be Cryptographically secure. If the source of entropy is used for security purposes (e.g. with other Cryptographic operations), make sure to use the `SecCopyRandomBytes` API explicitly.<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-338: Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)
    <br />**OWASP**: <br />- A02:2021 - Cryptographic Failures
  </Accordion>
</AccordionGroup>
