Security at ScopeHold

Built for teams that cannot afford secret sprawl.

ScopeHold protects credentials with encrypted custody, direct grants, scoped Agent Keys, and clear audit trails.

trust posture
Secret storageEncrypted before database write
Agent KeysOne-time issue, hash stored
AccessDirect grants per secret
AuditSuccesses and denials recorded

Protection model

Store secrets safely. Grant access carefully. Keep a clear record.

ScopeHold keeps the sensitive value separate from the access decision. Storage, grants, resolution, and auditing each have a specific job.

Encrypted secret custody

Secret values are encrypted before database write with AES-256-GCM envelope encryption. Workspace data keys are wrapped separately from encrypted values.

Direct secret grants

Seeing a project or provider does not reveal its secrets. Direct grants control which member or agent can reveal or resolve each value.

Append-only audit trail

Reveals, resolves, denials, grants, revokes, role changes, provisioning events, and security settings changes are recorded without storing raw secret values.

Humans and agents

One system, two access paths.

Members and agents can both use ScopeHold, but they do not share one broad credential set. Each path has its own controls and audit trail.

Members

Human access

Members sign in with Google or magic link. Workspace roles control management ability, and admins can require authenticator MFA before sensitive secret fields are revealed in the dashboard.

  • Google and magic-link sign-in
  • Role-based workspace access
  • Optional MFA before human reveal

Runtime identities

Agent access

Agents use one-time provisioning to receive Agent Keys, then resolve only the secrets they have been granted. Agent Keys are shown once at setup and stored by ScopeHold only as hashes.

  • One-time provisioning prompts
  • Agent Keys stored as hashes
  • Optional key expiry and notifications

Runtime resolution

Run commands without pasting secrets into chat.

scopehold exec helps agents run tools without copying provider credentials into prompts, chats, shell history, or project files by default.

$ scopehold exec -- deploy

resolved: STRIPE_SECRET_KEY

scope: project / release-agent

audit: resolve.success recorded

raw value not printed by ScopeHold

Audit trails are useful without becoming another secret store.

ScopeHold records security events and sanitized metadata, not credential payloads. That gives teams a practical review trail for both successful and denied access.

  • Secret reveals and agent resolves
  • Denied access attempts
  • Secret grants, revokes, and role changes
  • Provisioning prompt redemption
  • Security setting changes

Platform safeguards

ScopeHold uses encrypted storage, security headers, rate limits, protected internal endpoints, and careful payload handling to reduce abuse and resource exhaustion.

Open client

The official ScopeHold CLI is public, so teams can inspect the runtime client that provisions agents, lists inventory, resolves granted secrets, and runs scopehold exec.

View the CLI source on GitHub

Found a vulnerability?

Email the security contact. Please do not include raw secrets, Agent Keys, or customer credential payloads in the report.

security@scopehold.com