SECURITY / REAL BOUNDARIES

Minimum access.
Maximum clarity.

HARIKOS is designed around explicit authorization, bounded repository analysis, revocable project access, and signed external events. This page describes implemented design principles, not certifications.

PROJECT SECURITY BOUNDARY
HARIKOSSERVERAUTHORIZATION / OWNERSHIP
GITHUBCONTENTS: READ
SUPABASEPRIVATE DATA
AGENTSCOPED TOKEN
STRIPESIGNED EVENTS
NO ARBITRARY REPOSITORY CODE EXECUTION
01READ ONLYNo GitHub repository writes
02SERVER SIDESecrets stay outside the browser
03SCOPEDUser and project ownership checks
04NO CERTIFICATION THEATEROnly real controls are stated
CONTROL SURFACE

Security should be visible
where trust changes hands.

The important boundaries are explicit in the product architecture and in the user interface.

01
GITHUB ACCESS

Contents: Read and Metadata: Read are the minimum repository permissions. Installation access tokens remain server-side and temporary.

CONTROL / DOCUMENTED
02
SOURCE HANDLING

Relevant files are fetched through an authorized boundary, secret paths are denied, and unnecessary raw source is not intended for permanent retention.

CONTROL / DOCUMENTED
03
USER OWNERSHIP

Sensitive server operations resolve the authenticated user and verify project ownership instead of trusting browser-supplied IDs.

CONTROL / DOCUMENTED
04
AGENT TOKENS

Connections use high-entropy project-scoped bearer tokens. Plaintext is shown once; active access can be revoked.

CONTROL / DOCUMENTED
05
WEBHOOKS

GitHub and Stripe webhook handlers verify signatures before accepting repository or billing state changes.

CONTROL / DOCUMENTED
06
BILLING AUTHORITY

Paid entitlement comes from trusted Stripe subscription state, never from a checkout success URL in the browser.

CONTROL / DOCUMENTED
REPOSITORY DATA PATH

Analyze what matters.
Do not become a code mirror.

The default policy is to fetch bounded relevant source, derive structured project knowledge, and persist evidence pointers and hashes instead of an arbitrary full repository copy.

01AUTHORIZED FETCH
02FILTER SECRET PATHS
03ANALYZE SIGNAL
04DERIVE KNOWLEDGE
05KEEP POINTERS + HASHES
WHAT WE DO NOT CLAIM

SOC 2 certification

HIPAA compliance

ISO certification

Zero-retention for every data type

Perfect automated correctness

PROJECT BRAIN / READY

Connect your repository through explicit, inspectable boundaries.

Connect a repository and give every coding agent one current, evidence-backed understanding.

Connect your repository Trace the system