# Help

This **Python Code Audit** Open Source(F/OSS) tool is created to [simplifying cyber security](https://nocomplexity.com/documents/simplifysecurity/intro.html).

:::{hint} 
Everyone can help with improving this tool!

**All contributions are welcome! Think of corrections on the documentation, code or more tests.**

:::

(share-label)=
## Promote Your Commitment to Python Code Audit


* [Become a Sponsor](sponsors)

* [Make a donation](donate-label)

* If you use **Python Code Audit**, showcase your dedication to secure coding by adding the badge ![PythonCodeAudit Badge](https://img.shields.io/badge/Python%20Code%20Audit-Security%20Verified-FF0000?style=flat-square) to your public repository.
Displaying the badge signals that you take Python security seriously and have proactively audited your code for potential vulnerabilities.

You can display the badge, ![PythonCodeAudit Badge](https://img.shields.io/badge/Python%20Code%20Audit-Security%20Verified-FF0000?style=flat-square), by embedding the following snippet in your Markdown file:

```markdown
[![PythonCodeAudit Badge](https://img.shields.io/badge/Python%20Code%20Audit-Security%20Verified-FF0000?style=flat-square)](https://github.com/nocomplexity/codeaudit)
```
Or by embedding this in your HTML page:

```html
<href="https://github.com/nocomplexity/codeaudit"><img alt="PythonCodeAudit Badge" src="https://img.shields.io/badge/Python%20Code%20Audit-Security%20Verified-FF0000?style=flat-square"></a>
```

:::{admonition} When using the Python Code Audit badge, inform your users!
:class: tip, dropdown

When you use **Python Code Audit**, you are in control.

No AI agent should decide what is necessary — only you fully understand your design and its complete context.

You should carefully evaluate all reported weaknesses. 

Not every issue requires fixing; depending on your program and the environment in which it operates, **some detected weaknesses may not be relevant**.

However, it is important to document your decisions and inform your users about the design choices you have made and the rationale behind them. Minimal [place markers in your code](markingissues). But also document your architecture and design decisions regarding security.
:::

* Send me a line that you use this tool within your company. 

* [Contribute](CONTRIBUTE)

Guideline to contribute:
* For questions, feature requests and Bug Reports please use on the [Github Issue Tracker](https://github.com/nocomplexity/codeaudit/issues).


## Support this work

This Python security tool is fully [open-source](license). We believe in **transparency**, not security by obscurity, and there is absolutely **no vendor lock-in**.



(donate-label)=
:::{admonition} Donate
:class: tip
Python Code Audit – Modern Python security analysis rooted in distrust. Our mission is to make cybersecurity simpler and more robust. Join us in building a better open-source solution—your support makes it possible.

All donations will be used strictly to fund the development and maintenance of Python Code Audit.

```{button-link} https://buy.stripe.com/5kQ6oH3dm4RO1ujaOUgbm02
:color: danger
Make A Donation
```
If you are unable to make a small donation, that’s fine. Just enjoy this tool and [spread the word](share-label)!
:::


Become a sponsor for this project! Check [this page](sponsors) to increase your audience and discuss options.


:::{note} 
**Note: We only display ethical ads as static images. So no ad networks or tracking technologies are used.**
:::

