Hunting your forgotten SaaS tokens

Why years-old OAuth credentials are the modern enterprise's biggest blindspot, and the startup cleaning up the sprawl.

Share
Hunting your forgotten SaaS tokens
An abstract cosmic visualization of a SaaS ecosystem where vulnerable third-party connections are monitored and cleanly severed before they can compromise the core enterprise.

⚡ The Signal

Last week, competitive intelligence platform Klue revealed a severe security breach that exposes a massive blind spot in corporate cloud security. Attackers managed to compromise a legacy credential dating back to 2022, using it to infiltrate customer data environments.

The fallout from the breach rapidly escalated as hackers began deleting stolen customer data while secondary extortion groups issued fresh rounds of threats.

This is not an isolated incident. It is a stark warning of a structural vulnerability quietly growing inside every major enterprise: OAuth credential sprawl.

🚧 The Problem

Modern companies run on integrations. When an employee connects a third-party productivity tool, a marketing automation platform, or a developer utility to Slack, GitHub, or Google Workspace, they grant that tool permanent API access via an OAuth token.

But what happens when the team stops using that tool? What happens if that third-party vendor gets acquired, goes out of business, or gets hacked?

The token remains active. These "ghost credentials" sit silently in external databases, acting as backdoors into secure systems. Security teams have plenty of tools to manage human identity and single sign-on, but they have virtually zero visibility into non-human identities and programmatic integrations. There is currently no easy way to map, audit, and clean up this digital exhaust.

🚀 The Solution

Enter Relicta, an automated security platform designed to continuously map, monitor, and instantly revoke abandoned or vulnerable third-party integrations across your entire SaaS stack.

Relicta operates as a lightweight, continuous audit layer. By connecting directly to major identity providers and core enterprise hubs, it builds a real-time inventory of every single external application holding permissions to your ecosystem. Security teams get a single pane of glass to identify which external tools are actively interacting with their data, which ones have gone dormant, and which ones pose immediate risks.

🎧 Audio Edition

Listen to Ada and Charles discuss today's business idea.

If you're reading this in your email, you may need to open the post in a browser to see the audio player.

💰 The Business Case

Revenue Model

Relicta scales with the size of the enterprise and the complexity of its SaaS footprint through three core monetization channels:

  • Pro Tier ($99/month): A self-serve plan designed for fast-growing startups, allowing them to map up to five core integrations with daily scans to keep their early stack clean.
  • Enterprise Tier ($499+/month): Tailored for larger enterprises requiring continuous real-time monitoring, automated custom revocation playbooks, SAML/SSO integration, and dedicated SLA guarantees.
  • SIEM API Access ($0.05 per alert): A high-margin utility stream allowing Security Operations Center teams to pipe token risk alerts directly into industry-standard monitoring platforms like Datadog, Splunk, or Panther.

Go-To-Market

To break through the noisy cybersecurity market, Relicta leverages a bottom-up, developer-friendly customer acquisition strategy:

  • Free OAuth Grader: A frictionless, one-click web tool that lets engineering and IT teams safely connect their Google Workspace or GitHub. In under a minute, it generates a comprehensive Security Exposure Scorecard showing exactly how many active, dormant, and high-risk tokens are currently live.
  • Open Source CLI Tool: A self-hosted utility called relicta-cli that developers can run locally to parse local environment files and project configurations for stale or misplaced credentials.
  • Programmatic SEO: A directory targeting specific permission profiles for thousands of SaaS applications. When an IT admin searches "How to safely revoke Slack access for [App Name]," Relicta's optimized landing pages provide the answer alongside a pitch for automated remediation.

⚔️ The Moat

While legacy security companies focus on network perimeters, niche players like Astrix Security, Push Security, Axiom Security, and DoControl are racing to secure SaaS data. Relicta builds its moat through deep infrastructure integration and workflow lock-in.

Once Relicta is connected to Google Workspace and Slack, it continuously maps the communication graph between users and active bots. By analyzing these interactions over time, Relicta establishes an Integration Behavior Graph. This historical baseline of normal activity is incredibly difficult for competitors to replicate.

Furthermore, once an enterprise configures automated security playbooks—such as auto-revoking any credential inactive for more than ninety days—Relicta becomes an active, structural part of the IT workflow, creating exceptionally high switching costs.

⏳ Why Now

The urgency for automated credential hygiene has never been higher. As proven by the prolonged extortion crisis at Klue, a single years-old stolen credential can bypass modern firewalls and lead to catastrophic data loss.

CISOs are realizing that securing the perimeter is pointless if the backdoors are left wide open. With IT budgets tightening, security teams are actively consolidating tools and prioritizing pragmatic, high-ROI solutions that prevent supply-chain attacks. Relicta addresses this exact, high-priority budget item with immediate, measurable risk reduction.

🛠️ Builder's Corner

Building an MVP for Relicta requires a stack optimized for high-concurrency background processing and secure token management.

For the backend, Python's FastAPI framework provides an elegant, high-performance base. Paired with Celery and Redis, the system can smoothly manage rate-limited, asynchronous background token verification loops across G Suite, GitHub, Slack, and Salesforce APIs. Using Python's httpx library handles the asynchronous API probing, while Authlib takes care of JWT and OAuth credential parsing.

To map the integration graph and track timestamps, PostgreSQL serves as a robust relational foundation. Using Supabase allows you to spin up the database and manage user session states quickly without sacrificing scalability. The frontend admin dashboard can be built using Next.js on Vercel, styled with Tailwind CSS to offer clean, intuitive visualizations of complex connection maps.

For a streamlined, production-grade deployment, hosting inside an AWS virtual private cloud using AWS App Runner for the API and ECS Fargate for background scanning tasks ensures the platform remains highly secure, isolated, and simple to maintain.


Legal Disclaimer: GammaVibe is provided for inspiration only. The ideas and names suggested have not been vetted for viability, legality, or intellectual property infringement (including patents and trademarks). This is not financial or legal advice. Always perform your own due diligence and clearance searches before executing on any concept.