# Security

## Open-sourcing Agreement

Capella Finance is an open-source protocol. All code involved in multi-signature management, contract management, and part of the design of the main funding operations is open-source. The code is audited for security.

You can browse the publicly available code on our GitHub.

## Code Security Audit Report

<table><thead><tr><th width="281">Description</th><th width="150">Auditor</th><th width="171">Audit type</th><th>Date</th></tr></thead><tbody><tr><td>Capella Finance V1.01</td><td><a href="https://github.com/peckshield">PeckShield</a></td><td>Smart contract</td><td></td></tr></tbody></table>

## Risk Consideration&#x20;

### Change of contractual address

When the contract address of the protocol disclosure is changed, it is possible that the contents of the protocol have been modified. These modifications may have also been generated through governance. Modified code that does not correspond to an audit report is a risk.

### Change of contract Owner(s)

A change in contract owner may mean that the private key in charge of the asset is no longer secure.

### Hacking&#x20;

The contract is set up to call a whitelist, which to a certain extent avoids flash loan attacks, scripts, and other attacks. However, If the flash loan partnerships' contract has been attacked, it will cause a limit loss depending on the authority of the governance.


---

# 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.capella.finance/eco-partners/security.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.
