Trust & Security

Written for a vendor security review. This page separates what CRE Fuel does itself, what the underlying platform provides, which other providers are involved, and what is not verified.

How to read this page

CRE Fuel is a solo-founder product built on HighLevel's CRM platform. We have been exact about who does what, because the difference matters in a review.

LabelMeaning
CRE FuelImplemented in CRE Fuel's own code and verifiable in the product
HighLevelProvided by the underlying platform. Not a CRE Fuel control or certification
Third partyProvided by another named vendor
Not verifiedWe cannot confirm it, or it does not exist

Architecture

CRE Fuel is a hosted web application at app.crefuel.co, acting as a workflow and presentation layer over HighLevel. There is no self-hosted or on-premise component.

Core CRM records are maintained in the brokerage's HighLevel account. CRE Fuel also uses a limited number of providers for application hosting, operational storage, communications, optional AI features, billing, and other documented functions, all listed below.

CRE Fuel does not store customer business records on machines owned by CRE Fuel or its founder. This was checked in an internal code review in July 2026. It is our own review, not an independent audit.

Control history

This page was written for a customer security review. The page is new. The controls below were added over time.

ShippedControl
May 2026Authentication gate on API endpoints (internal ref SEC-1)
May 2026Signature verification on inbound telephony webhooks (SEC-4)
May 2026Server-side fencing of platform API tokens
July 2026Encryption of stored integration credentials (SEC-2)
July 2026One-way scrypt password hashing
July 2026Internal review confirming no business records on local disk
August 2026Rate limiting and lockout, browser security headers, published security contact

SEC- references come from our own development process. They are not an external audit.

What CRE Fuel does itself

ControlImplementation
Password storageOne-way scrypt hash, per-user random salt, constant-time comparison
Password changeSingle-use, time-limited link sent to the account email address. No in-app change form
SessionHMAC-SHA256 signed cookie, httpOnly, Secure, SameSite=Lax, re-verified per request
Sign in with GoogleOpenID Connect. Scopes openid email profile only. No mail, calendar or contacts access
Brute-force protectionRate limiting on sign-in and password-reset endpoints, plus a stored lockout after repeated failures
Telephony webhooksCryptographic signature from the phone provider verified before processing
Stored credentialsIntegration credentials encrypted at rest using AES-256-GCM
Token exposurePlatform API tokens fenced to server-side execution at build time
PermissionsRole limits applied at the API layer, not by hiding interface elements
Browser security headersHSTS, nosniff, X-Frame-Options, frame-ancestors, Referrer-Policy, Permissions-Policy. Verifiable with a request to app.crefuel.co

AI processing

Smart Inbox and Drift analysis are initiated when an authenticated user chooses to run the applicable AI feature. Call-summary processing occurs after a broker has enabled call recording.

The two AI-assisted dashboard views populate from non-AI data sources on load. The server refuses AI analysis requests that do not carry an authenticated, user-initiated action, so page loads, refreshes, background revalidation and route changes do not trigger AI processing.

Other AI features in the product are invoked by an explicit user action.

Call recording and transcription

If a broker enables call recording, audio is stored in that brokerage's own phone provider account. A transcription provider produces text, which is passed to an AI provider to produce a written summary. The summary is saved to the contact record.

CRE Fuel does not retain raw call transcripts after processing. A written call summary may be saved to the relevant contact record.

CRE Fuel does not make claims about what its providers retain. Review each provider's documentation.

Operational logs

CRE Fuel maintains operational logs for reliability and troubleshooting. The product has been updated to reduce customer email addresses and phone numbers in those logs. Additional review of other potentially sensitive business information in logs is ongoing.

Document uploads

Documents uploaded to a deal or property are transferred through CRE Fuel's hosting provider and then stored in the brokerage's account on the underlying platform. CRE Fuel is designed to delete the temporary staging copy after a successful transfer.

Email and attachments

CRE Fuel does not support uploading or attaching documents to emails sent directly through the application. Emails sent by CRE Fuel may contain links.

When a user chooses to compose through a connected Outlook or Gmail account, CRE Fuel opens the user's Outlook or Gmail platform, and any attachment is selected, attached, and sent within that provider's platform under that provider's policies.

Email history is retained in the underlying platform. It is not currently available as a user-facing export in CRE Fuel.

Data portability

Contacts can be exported as CSV files through the Contacts page, using selected columns and active filters, or through Settings using the available standard export. Commission records can be exported separately as CSV files.

Certain additional records are maintained in the underlying platform. Availability of self-service export screens inside that platform depends on record type and user permissions, and should be confirmed against that platform's documentation.

What HighLevel provides

The following are HighLevel's controls, described in HighLevel's own documentation. They are not CRE Fuel controls, and CRE Fuel does not inherit them.

HighLevel states that it:

Each brokerage using CRE Fuel has its own separate HighLevel sub-account. Separation between customers is provided by HighLevel's sub-account model.

For any question about HighLevel's infrastructure, backups, retention, breach response, or audit scope, please review HighLevel's published documentation below or contact HighLevel. We will not guess at answers about a platform we do not operate.

Underlying Platform Documentation

CRE Fuel is built on HighLevel's underlying CRM platform. HighLevel publishes documentation describing the security and compliance practices applicable to its platform. Those materials belong to HighLevel and do not constitute a separate CRE Fuel certification, audit, or compliance attestation.

Other providers

The providers below are those involved in documented CRE Fuel workflows. CRE Fuel does not independently attest to third-party provider certifications. The provider documentation should be reviewed for the current scope and status of its security and compliance materials.

ProviderFunctionDocumentation
Vercel Application hosting and limited operational storage. This includes temporary staging of documents during upload, plus limited application indexes and optional integration data needed to operate CRE Fuel. security.vercel.com
Anthropic Optional AI features. Depending on the feature used, content provided to those features may include contact records, notes, communications, deal or property documents, commission information, and call transcripts. trust.anthropic.com
TwilioVoice and text transport. Call recordings when a broker enables recordingtwilio.com/en-us/legal/security
DeepgramCall transcription, only when recording is enableddeepgram.com/data-security
StripeSubscription billing. CRE Fuel does not receive or store full card numbersstripe.com/privacy
ResendTransactional email such as sign-in and password linksresend.com/security/soc-2
CloudflareDNS, marketing site, inbound email routingcloudflare.com/trust-hub
Mojo Dialer (optional)Used under the broker's own Mojo accountmojosells.com/privacy-policy

Resend publishes a SOC 2 Type II attestation, and Deepgram publishes SOC 2 Type II and HIPAA BAA availability, both verified from their own documentation linked above. For all other providers, see the provider's published trust, security, and compliance documentation.

Retention and deletion

CRE Fuel does not currently publish a standalone retention or deletion policy.

CRE Fuel uses limited operational storage through its hosting provider, including certain contact indexes and optional connector data. A documented offboarding cleanup process is being implemented for that operational storage. Until it is complete and tested, CRE Fuel does not promise a deletion timeline.

Not verified, not available, or planned

ItemStatus
CRE Fuel SOC 2 reportDoes not exist
CRE Fuel ISO 27001 certificateDoes not exist
CRE Fuel penetration testNever performed
Independent verification of CRE Fuel's own controlsNone
Standalone backup, retention, deletion, or uptime policyNot published
Complete account exportNot built
Export of notes, messages, deals, tasks, properties, or documents through the CRE Fuel interfaceNot built
SAML single sign-onNot supported
SCIM user provisioningNot supported
Customer-managed encryption keysNot supported
Full script-level Content-Security-PolicyNot implemented

Vulnerability disclosure

Security contact: security@crefuel.co, also published at app.crefuel.co/.well-known/security.txt.

We will not pursue anyone who reports a genuine issue in good faith and gives us a reasonable window to fix it.

Questions

If your IT team has specific questions after reviewing these materials, please send them to security@crefuel.co. We will review a security questionnaire, provide the verified information we have, and share the appropriate provider documentation where a question relates to the underlying platform.