> For the complete documentation index, see [llms.txt](https://docs.mosip.io/1.1.5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mosip.io/1.1.5/contribute/coding-standards/security-tools.md).

# Security Tools

| Product Name                  | Description                                                                                                              | Purpose                | Com/Open Source | CI  |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ---------------------- | --------------- | --- |
| find\_sec\_bugs               | Scans source code for vulnerable code, Has the abilty to integrate into developer machine. Effective with Java           | SAST                   | Open Source     | Yes |
| [LGTM](https://lgtm.com/)     | A SASS based source code review platform. Its free for open source projects. Can do both Java and javascript             | SAST                   | Free            | Yes |
| OWASP Zap proxy               | This is the best we have and we should use the ZAP and automate all tests                                                | DAST                   | Open Source     | Yes |
| MS Baseline security Analyzer | In case we use a windows infrastructure then this tool is usefull.                                                       | Hardening              | Free            | No  |
| Open Scap                     | We will need to create a custom profile and should be able to scan for hardened OS                                       | Hardening              | Free            | Yes |
| Open Scap                     | Docker scanning                                                                                                          | Docker scan            | Free            | Yes |
| Nessus Vulnerability Scanner  | Vulnerability Scanning                                                                                                   | Vulnerability Scanning | Commercial      | No  |
| Kali linux                    | OS with all the necessary tools to perform a pentest. This would be a lab setup and would be used as part of UAT testing | Penetration Testing    | Open Source     | No  |
| Skipfish                      | Hacking tool set from google.                                                                                            | DAST                   | Open Source     | No  |
| Burp suite                    | A web proxy used for penetration testing of web applications                                                             | DAST                   | Commercial      | No  |

Courtesy : Sasikumar Ganesan


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mosip.io/1.1.5/contribute/coding-standards/security-tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
