PRODUCT · ROADMAP
Roadmap
What we're working on, what's planned, and what we're thinking about next.
CLI Scanner — Available Now
Scan any repo from your terminal — npx @toknbase/cli scan works on any machine, no install needed. Finds exposed API keys, tokens, and credentials in seconds.
Auto-Remediation Agent
The agent finds exposed secrets, rotates them, opens a PR, and verifies the fix — automatically. Human approval only required to merge the PR.
GitHub Actions Integration
Scan on every pull request or push — block merges when Critical secrets are found. Ready-to-copy workflow templates for PR scanning, push monitoring, and scheduled full-repo scans.
Typography & Design System Audit
WCAG AA contrast pass across all pages. ~200 hardcoded indigo classes replaced with design tokens. Eyebrow labels standardized. Redundant font imports removed.
Performance Optimization
esbuild minification enabled (30–50% bundle reduction). Vendor chunking for @dfinity/*, Radix, motion. Heartbeat timer removed — zero cycle drain on idle canister.
OpenAPI Specification
Machine-readable OpenAPI 3.1 spec published at /openapi.json. Enables Postman imports, auto-generated SDKs, and third-party integrations.
Security Posture Dashboard
Full security posture dashboard on the Threats page. Five scored dimensions (Secret Hygiene, Access Control, Audit Coverage, Team Exposure, Anomaly Rate), actionable recommendations engine with direct-link CTAs, and 30-day dual-series activity timeline.
Token Expiry / TTL
API and agent tokens support optional expiry dates enforced at the canister level. Expiry warnings and badges surface in the dashboard. Expired tokens are rejected on all code paths.
Environment Hierarchy
Native Development / Staging / Production secret namespacing with per-environment values and production access gating for team members. Canister-synced cross-device.
SIEM Integration
Batch webhook delivery of audit events to Splunk, Datadog, Elastic, Sumo Logic, and any HTTP endpoint. Category filters, HMAC-SHA256 payload signing, retry logic, and delivery status UI. Moved to the Compliance page where it semantically belongs.
MCP Server v1.7
15 agent-token tools published to npm (@toknbase/mcp-server@1.7.0): get, create, update, delete, search, rotate, batch, audit, folder management, and environment-aware retrieval. All tools pass smoke tests.
CLI
@toknbase/cli npm package with get, list, set, and export commands for CI/CD and developer workflows. All commands pass smoke tests.
HKDF+AES-256-GCM Encryption — Current
Client-side encryption using HKDF key derivation from user identity and per-secret salts. AES-256-GCM encryption happens entirely in the browser. The canister stores only ciphertext. All legacy secrets are transparently re-encrypted to the current scheme on next reveal.
GitHub Private Repo OAuth Flow
Full private repository scanning via GitHub OAuth. The connect flow, token handling, and post-scan vault population are being hardened for production reliability.
Shareable Scan Results Links
After any scan, generate a public URL for the results. Share findings with your team or CISO instantly.
Plain-English Audit Summaries & Email Alerts
Weekly CISO briefing with human-readable summaries and real-time alerts for critical events.
Secret Inheritance Diff View
Side-by-side comparison of environments with color-coded gaps and one-click copy.
SSO / SAML
Enterprise single sign-on via SAML 2.0 and OAuth providers.
IP Allowlisting
Restrict vault access to specific IP ranges for Enterprise security compliance.
DPA Availability
Data Processing Agreement for Enterprise customers in regulated industries.
Browser Extension
One-click scan of any GitHub repo page you're viewing. Findings sync directly to your vault.
Dynamic Secrets / Short-Lived Credentials
Generate time-limited credentials on demand with automatic expiry. Eliminates long-lived credentials entirely — the future of secrets management.
Secret Referencing
Reference the value of one secret inside another using a template syntax.
Have a feature request?Let us know