# Security Features & Integrations

Defi App integrates multiple services designed to prevent attacks and catch malicious behavior before it impacts users.

***

### Socket.dev

Socket.dev continuously scans DeFi App's GitHub repositories. It inspects npm dependencies and updates, verifies package integrity by checking published hashes, and flags potential supply chain risks. It protects against supply chain attacks that target third-party dependencies.

To learn more, see [Socket.dev](https://socket.dev/).

***

### Blockaid

DeFi App uses a multisignature wallet setup where Blockaid functions as a co-signer. Blockaid scans transaction metadata, methods, and logs to detect anomalies like interactions with flagged addresses or malicious functions. This behavioral analysis protects against unauthorized transfers or compromised signers.

To learn more, see [Blockaid.io](https://www.blockaid.io/).

***


---

# Agent Instructions: 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:

```
GET https://docs.defi.app/knowledge-base/reference/security-features-and-integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
