Be careful with
- Do not show saved API tokens back in plaintext.
- Do not trust browser-supplied context as source of truth.
- Do not treat AI output as an automatic release decision.
- Do not recommend pasting passwords or live credentials into notes.
Security & Privacy
QAtalyst works with sensitive QA context: tickets, product notes, generated reports, bug handoffs, and integration settings. The beta security model is simple: validate access server-side, keep secrets masked, and make AI output reviewable before handoff.
Core Project Brain, saved report, bug collection, AI context, and TestRail sync paths are built around account-scoped access.
Plain-English summary
QAtalyst should help teams move faster without turning project memory, tokens, or AI handoff into a blind spot.
What QAtalyst stores
Project-aware QA is useful because the product history follows the ticket. That context is scoped to the account that owns it.
Project profile, product notes, QA rules, terminology, risks, and Source Vault entries
Generated QA reports, bug collection items, and saved test coverage you choose to keep
Jira and TestRail connection settings needed for integrations
Account, session, credit ledger, and checkout records needed to operate the app
How project memory is protected
Saved context is read, injected, synced, and used from server-authorized data instead of trusting client-supplied text.
Project Brain, Source Vault, saved reports, bug collection items, and integration settings are tied to the signed-in account that created them.
The browser can request a project, but QAtalyst rebuilds AI context on the server from data that user is authorized to access.
Jira and TestRail tokens are encrypted at rest and shown back only as masked values. Plaintext secrets are not returned after save.
Generated QA output is meant to be inspected before it is saved, copied, exported, synced, or created in Jira.
User controls
Use these controls to clean up beta test data, remove old context, or disconnect external tools.
Beta safety guidance
QAtalyst is built for QA planning context, not for storing live credentials or unnecessary sensitive customer data.
Current verification
The current checks focus on the highest-risk beta surfaces: saved project memory, report ownership, AI context injection, and integration handoff.
Cross-user project context access is covered by regression checks.
Saved reports, sources, bug items, and TestRail sync paths are ownership-scoped.
AI routes rebuild Project Brain context from authorized server-side data.
Saved Jira and TestRail secrets are masked and protected from plaintext redisplay.