Security

Security is a system, not a badge.

Nolote builds cybersecurity products, but security is not limited to the security portfolio. It is part of how we design identity, data, AI, infrastructure, releases, administration, monitoring, support, and recovery across every product.

We aim to explain the controls a product uses, the evidence behind a claim, and the limits customers still need to understand.

Security begins with the product model

Many serious security failures start before code is written: the tenant boundary is vague, a public token has too much authority, support access is not separated, or a product does not know which actions deserve an audit trail.

Product design should define:

  • Who owns the data.
  • Which tenant, workspace, project, room, group, or environment contains it.
  • Which role may read, change, publish, export, or delete it.
  • Which public flows exist and what capability they receive.
  • Which actions are reversible.
  • Which records become immutable.
  • What happens when billing, identity, or infrastructure is unavailable.
  • Which telemetry is necessary and which is not.

Security becomes easier to operate when those rules are explicit.

Identity and access

Nolote products are designed around authenticated identity and scoped authority rather than broad implicit trust.

Depending on the product, controls can include:

  • Individual and organization accounts.
  • Workspace, project, branch, or group roles.
  • Server-side authorization on every sensitive operation.
  • Short-lived sessions and renewable machine identity.
  • Multi-factor authentication for high-risk access.
  • Separate billing, developer, operator, analyst, and support roles.
  • Public capability tokens with narrow purpose.
  • Time-limited invitations and reviewer access.
  • Audit for role, ownership, support, and security changes.
  • Session revocation after access changes.

Front-end visibility is not access control. A hidden screen must also be inaccessible at the API and data layers.

Tenant and data boundaries

Multi-tenant products must prevent a user, token, query, object link, background job, export, webhook, or real-time event from crossing an unauthorized boundary.

The engineering model favors:

  • Explicit tenant and workspace identifiers.
  • Service-owned data.
  • No cross-service writes outside defined contracts.
  • Authorization context propagated and validated.
  • Object and file access tied to scoped records.
  • Signed download or upload sessions where appropriate.
  • Separate customer-facing and internal-only fields.
  • Privacy-aware reporting and support tools.
  • Test coverage for cross-tenant access.

Every product’s actual data architecture and privacy notice states the implemented controls.

Secrets and credentials

Credential handling should minimize long-lived shared secrets.

Controls may include:

  • Managed secret storage.
  • Restricted human access.
  • Rotation.
  • Short-lived device, session, or workload credentials.
  • Renewable machine certificates.
  • Signed configuration or route profiles.
  • Webhook signatures and replay controls.
  • API keys shown once and stored securely.
  • Separate production and nonproduction credentials.
  • No secrets in client bundles, source maps, or logs.
  • Immediate invalidation after a member or integration is removed.

Network and infrastructure security

Nolote operates across multiple cloud and hosting providers. Infrastructure security is designed around explicit trust paths, failure domains, and product needs.

Practices include:

  • Private or authenticated service paths.
  • Network segmentation.
  • Restricted administrative surfaces.
  • Edge and origin separation.
  • Host and workload policy.
  • TLS and service identity.
  • Controlled ingress and egress.
  • Patch and dependency management.
  • Backup and restore testing.
  • Regional and provider redundancy where the product requires it.
  • Availability and certificate monitoring.
  • Break-glass access with audit.

Multi-provider architecture creates options, not immunity. It must be operated and tested.

Secure product delivery

Fast release cycles require stronger change controls, not fewer.

A secure delivery model includes:

  • Reviewed code and configuration.
  • Dependency and secret scanning.
  • Reproducible or traceable build artifacts.
  • Signed or verified packages where appropriate.
  • Environment separation.
  • Least-privilege deployment identity.
  • Progressive rollout.
  • Health gates.
  • Feature controls.
  • Migration planning.
  • Rollback or forward-recovery.
  • Release audit.
  • Post-release monitoring.

Customer-facing configuration with material impact should use draft, simulation, staging, or versioned publication when practical.

AI security and trust

AI adds new data and control questions:

  • Can retrieved content contain prompt-injection instructions?
  • Is the source authorized for this user and agent?
  • Can a model call a tool with more authority than the user?
  • Is structured output validated?
  • Can sensitive data enter a provider request?
  • Is provider training disabled?
  • Can an unsupported answer fail safe?
  • Can a team reproduce an answer from a versioned source?
  • Can a human take over?
  • Are model and prompt changes evaluated before release?

Nolote’s AI principle is to make authority explicit. A model may help draft, summarize, retrieve, classify, or recommend. Product rules and authorized people control access, money, signatures, ranking, traffic scope, publication, and enforcement.

Privacy-aware telemetry

Products need telemetry to operate, diagnose, and protect customers. They do not need unlimited collection.

The preferred approach is:

  • Collect what is required for a defined product or security purpose.
  • Aggregate where possible.
  • Avoid retaining payload content when metadata is sufficient.
  • Redact secrets and personal information.
  • Limit raw-domain, transcript, or file visibility.
  • Define retention.
  • Separate product analytics from sensitive support evidence.
  • Give customers appropriate export and deletion controls.
  • Audit privileged support access.

Each product publishes its own data categories and retention behavior.

Product-specific trust models

HushShield ThreatGate

Evidence-based asset states, origin isolation, local policy autonomy, safe change plans, attack response, and separate Protection Coverage and Capacity Assurance. It does not claim immunity from attacks that exceed every upstream capacity path.

Prodara

Safe, authorized scanning with redacted evidence. It does not exploit a customer application to create dramatic proof or certify that an application is secure.

Rynelra

Tenant boundaries, controlled knowledge, citations, confidence, versioned publication, domain restrictions, and human takeover. AI can still be wrong, and source quality matters.

FiestaVPN

Visible traffic scope, signed rule profiles, short-lived credentials, no content decryption, platform-truthful routing language, and verification before a protected state.

ChangeMint

Human-confirmed commercial truth, frozen customer revisions, immutable executed artifacts, separated internal notes, signed public flows, and auditable roles.

Rankroom

Private ballots, equal weight, unlisted rooms, creator capability separation, immutable result snapshots, and commercial independence from scoring.

VibeGuard Bot

Audit before enforcement, contextual moderation, administrator control, and clear handling of false positives and community data.

LabelVPN

The complete trust model will be published together with the platform’s approved feature scope.

Vulnerability reporting

Nolote maintains a dedicated responsible-disclosure page and monitored security contact.

The process states:

  • Which domains and products are in scope.
  • What testing is authorized and prohibited.
  • How to submit a report securely.
  • What information to include.
  • Rules for coordinated public disclosure.
  • No customer-data access, disruption, extortion, or social engineering.

Do not route vulnerability reports through a general marketing form.

Security frameworks and PCI DSS

Nolote uses controls informed by recognized security practices and, where relevant, requirements found in PCI DSS.

Unless a product page expressly states otherwise with current scope and evidence, this statement is not a claim that Nolote or every Nolote product is PCI DSS certified, assessed, validated, or covered by an attestation of compliance.

We publish formal compliance claims only with current documentation identifying the entity, product, environment, version, assessor, scope, and validity period.

Security claims we will not make

  • Unhackable.
  • 100% secure.
  • Military-grade as a substitute for technical detail.
  • Stops every attack.
  • Zero downtime.
  • Fully compliant without scope.
  • Certified without evidence.
  • AI is always accurate.
  • A green badge proves no risk exists.
  • Self-hosting automatically makes a product private or secure.

Shared responsibility

Security depends on the product, Nolote’s operation, customer configuration, user behavior, third-party providers, local devices, and external networks.

Product documentation explains:

  • What Nolote operates.
  • What the customer controls.
  • What is configured by default.
  • What requires customer action.
  • Which residual risks remain.
  • How to monitor and recover.

Next step

Build trust with evidence

Security should be understandable enough for a customer to make a decision and detailed enough for a technical reviewer to verify the model.