Skip to main content

Security at Lendbox

Lendbox is the system of record for lending institutions. This page describes how we protect the borrower and portfolio data our customers trust us with, the controls available inside the product, and the third parties involved in delivering the service.

Data protection

  • Lendbox runs on Amazon Web Services in the us-east-1 region, United States. The application, the database, and uploaded documents in Amazon S3 are all in that region.
  • Data is encrypted in transit using TLS 1.3.
  • Data is encrypted at rest using AES-256. Database and application storage volumes are encrypted with AWS EBS encryption. Uploaded documents and backups are encrypted with server-side encryption in Amazon S3. Encryption keys are managed through AWS Key Management Service.
  • Customers can export their full data set at any time from within the product. No request to us is required.

On account closure, customer data is retained for 60 days and then permanently deleted. During that window the account can be restored on request.

Infrastructure

  • Application and database run on isolated AWS infrastructure. Databases are not publicly reachable and accept no connections from the internet. The web tier is served by Vercel.
  • All inbound traffic passes through Cloudflare, which provides DDoS mitigation and a web application firewall.
  • Environments are separated: production, staging and development run on separate infrastructure with no shared credentials. Development and staging contain no production data.

Access control inside the product

The controls in this section are operated by the customer, not by us. An institution configures them itself, and can verify at any time what each staff member can do.

  • Graduated per-module permissions. Every module can be set per staff member to one of six levels, shown below.
  • Multi-branch role assignment. A single staff account can be granted access to multiple branches and hold a different role in each, so a branch manager in one location is a view-only user in another.
  • Maker-checker separation. Sensitive actions are split between the staff member who requests them and the staff member who approves them. Approval workflows are configurable per institution, including the number of approval steps and which roles can act at each step.
  • Multi-factor authentication. Available on every login, and can be enabled independently by each individual user and staff member.
  • Login sessions expire after 5 days and require re-authentication.

Permission levels

Each module is set independently, per staff member.

  1. NoneLevel 1 of 6

    The module is not available and does not appear in the staff member's navigation.

  2. View OnlyLevel 2 of 6

    Can open and read records. Cannot change anything.

  3. Can RequestLevel 3 of 6

    Can submit an action for approval. Cannot approve it.

  4. Can ApproveLevel 4 of 6

    Can approve actions submitted by other staff members.

  5. Can EditLevel 5 of 6

    Can create and change records directly.

  6. Has AccessLevel 6 of 6

    Full access, for modules that are not split into request and approve steps.

Audit trail

  • Every action taken in the product is recorded with the acting user, the affected record, and a timestamp.
  • Audit records are append-only. They cannot be edited or deleted from the application, including by institution administrators.
  • Closed accounting periods are locked against retroactive modification.
  • Institution administrators can export the audit history at any time.

Audit history is retained for the full life of the account, from the date it was created. There is no rolling window and no truncation.

Backups and recovery

  • Databases are backed up every hour.
  • Backups are encrypted and retained for 6 months.
  • Recovery point objective (RPO): 1 hour.

Restores are tested weekly against a non-production environment. A backup that has not been restored is not a backup.

Internal access and secrets

  • Access to production data is limited to a single named individual, the founder. No other employee, contractor, or third party holds production credentials. This is a deliberate design decision: it is the smallest possible surface area of people who can reach customer data.
  • Production access is individually credentialed and protected by multi-factor authentication. No shared accounts or credentials are used anywhere in the organisation.
  • Application secrets and credentials are managed in Doppler. They are not stored in source control or on developer machines.
  • Continuity: a documented break-glass procedure covers the case where the individual holding production credentials is unavailable. Recovery credentials are held in sealed escrow with a named second party, released on a defined trigger, and every use is logged. The procedure restores customer access to their own data; it does not grant standing access to anyone.

Vulnerability and patch management

Security vulnerabilities are remediated on severity-based targets, measured from the point the vulnerability is confirmed as affecting Lendbox.

  • Application dependencies are monitored continuously with Renovate, which opens patch pull requests automatically as upstream releases are published.
  • Dependency updates are reviewed and merged on a weekly cycle. Advisories with a known exploit bypass that cycle and are raised immediately.
  • Operating system and container base images are rebuilt and redeployed on a monthly cadence, and immediately on disclosure of a critical vulnerability.
Remediation targets
SeverityRemediation target
Critical48 hours
High7 days
Medium30 days
LowNext scheduled release cycle

Subprocessors

The services listed here process data on our behalf under contract.

SubprocessorPurposeData accessedLocation
Amazon Web ServicesApplication hosting and databaseAll customer and borrower dataUnited States (us-east-1)
Amazon Web Services (S3)Document and backup storageUploaded documents, database backupsUnited States (us-east-1)
VercelWeb application hosting and deliveryRequest metadata, IP addressUnited States, global edge
CloudflareDNS, CDN, DDoS mitigation, web application firewallRequest metadata, IP addressGlobal edge
Google FirebaseStaff authentication, including multi-factorStaff name, email address, authentication tokensUnited States
DopplerApplication secret and credential managementNo customer data. Service credentials only.United States
PaddleCard subscription billing, merchant of recordInstitution billing contact and payment detailsUnited Kingdom
LencoMobile money subscription paymentsInstitution billing contact, transaction referenceZambia
PostHogProduct analytics and feature flagsStaff user identifier, email address, in-product eventsUnited States
Bugsnag (SmartBear)Application error reportingStaff user identifier, error diagnosticsUnited States
OneSignalWeb and mobile push notificationsDevice token, staff user identifierUnited States
TypesenseIn-product search indexNavigation and help content. No borrower data.United States
OpenRouterModel routing for in-product AI featuresThe text of a query a staff member submitsUnited States
Google reCAPTCHABot protection on authentication formsIP address, browser signalsUnited States
Google Tag ManagerMarketing tag management on the public websiteWebsite visitor analytics. No product data.United States

Customers are notified by email at least 30 days before a new subprocessor is added or an existing one is replaced, at the administrative contact on the account.

Self-hosted components

The following run on infrastructure we control. They are named because they are visible to anyone inspecting the product, but they are not subprocessors: no third party receives data through them.

ComponentPurposeHost
ChatwootSupport chatsupport.lendbox.io
SeqApplication logginglogs.lendbox.io
ShlinkShort links for document signings.lendbox.io
SquidexMarketing content management. No product data.cms.popsicleai.com

Monitoring and incident response

  • Infrastructure and application health are monitored continuously using Prometheus, Alertmanager, and cAdvisor, with alerts routed to an on-call engineer.
  • In the event of a security incident affecting customer data, affected customers are notified within 72 hours of confirmation. Notifications state what happened, which data was affected, what we have done to contain it, and what action, if any, the customer needs to take.
  • Availability incidents are posted to the status page as they are being worked on, not after resolution.

Uptime and incident history are public

Every service has 90 days of daily status and the duration of every outage published at status.lendbox.io. We publish outages rather than hiding them.

Reporting a vulnerability

  • Email [email protected]. Include steps to reproduce.
  • We acknowledge every report within 3 business days, and give an assessment of severity and expected remediation timeline within 10 business days.
  • We do not pursue legal action against researchers who report in good faith, avoid privacy violations and service degradation, and give us reasonable time to remediate before disclosure.
  • Our machine-readable contact details are published at /.well-known/security.txt.
Download as PDF

Last reviewed 2026-09-01. This page is reviewed against the running system, not on a schedule.