- Home
- Getting Started
- Account & Settings
- Roles & Add-On Access
- Settings
- Agentic
- White Label
- Agents & Engines
- Engines
-
Agents
- Overview
- Core Agents
- Core Agents
- Matrix Agent
- Audit Agent
- Industry Agents
- Patent Agent
- Add-On Modules
-
Manufacturing
- Manufacturing
- Overview
- Work Orders
- Production Scheduling
- Shop Floor Monitor
- OEE Dashboard
- Production Counters
- Plant & Process Setup
- Work Centers
- Bill of Materials
- Manufactured Products
- Work Instructions
- Quality Operations
- Overview
- Inspection Plans
- Quality Checklist
- Non-Conformance (NCR)
- SPC Charts
- Traceability (4M)
- Maintenance Operations
- Overview
- Asset Registry
- Preventive Maintenance
- Work Orders
- Spare Parts
- Reliability Dashboard
- Inventory Operations
- Overview
- Material Staging
- WIP Tracking
- Kanban Replenishment
- Material Consumption
- Assets
- Asset Health
- Legal
- Construction
- Government
- Education
- Energy
- Agriculture
- Healthcare
- RevOps
- Ecommerce Operations
- Financial Audit & Fintech Ops
- Insurance
- Hospitality
- Real Estate
- Patent & R&D Operations
- Automotive & Fleet Management Ops
- Customs & Global Trade
- Enterprise & Technical
-
Enterprise Operations
- Enterprise Operations
- Overview
- Enterprise Operations Guide
- Compliance & Docs
- Overview
- Approval Workflow
- Expiry Reminders
- Document Control
- Audit Trail
- Compliance Radar
- Contracts & Warranty
- Overview
- Active Contracts
- Warranty Check
- Service Billing
- Field Service
- Overview
- Dispatch Board
- Job Management
- Van Inventory
- Performance Dashboard
- Service Desk
- Overview
- Service Requests
- SLA Monitor
- Knowledge Base
- Procurement & Vendor
- Purchase Orders
- Vendor Portal
- RFQ Management
- QHSE
- Overview
- Incident Reporting
- Permit to Work
- Safety Inspections
-
Security & Compliance
- Threat & Monitoring
- Overview
- Security Hub
- Security Audit
- IAM Visualizer
- Dependency Scanner
- Secret Scanner
- Secret Vault
- Traffic Monitor
- Audit Trail
- Threat Simulator
- Compliance Radar (MatrixAgent)
- Identity & Compliance
- Overview
- PPTX Auditor
- PDF Auditor
-
Engineering & Infrastructure
- DevOps & Infrastructure
- Overview
- Cron Builder
- CI/CD Pipeline
- Containers
- Log Streamer
- Secrets Management
- Health Monitor
- Infrastructure as Code
- Developer Tools
- Overview
- Nerve Center
- Git Diff Viewer
- Regex Tester
- JSON Transformer
- Workflow Optimizer
- Execution Replay
- Workflow Editor
- Dev Hub Terminal
- Security Hub
- Graph View
- Terminal Editor
- API Playground
- DSL Compiler
- Database Tools
- Overview
- Database Manager
- ORM Mapper
- SQL Formatter
- Schema Visualizer
- Visual Query Builder
- Seed Data Generator
- Custom Collections
- QA & Test
- Overview
- Flake Tracker
- Artifact Vault
- Web Test Module
- Test Plan & Runner
-
Data & Intelligence
- AIOps & Intelligence
- Overview
- Agents
- Agent Architect
- Model Center
- Prompt Lab
- Knowledge Base
- Agent Persona Editor
- Tool / Function Registry
- Observability & Logs
- DataOps & Analytics
- Overview
- Data Inspector
- AI Predictive Models
- Core Modules
- Ads & Social Media
- AI Assistants
- API & Integration
- App Groups
- Appointment Booking
-
Automation
- Automation
- Overview
- Workflow Editor
- Monitoring
- Execution Heatmap
- Workflow Pulse
- Trigger Control
- Task Scheduler
- Integration Hub
- Rule Engine
- Pipeline Designer
- Workflow Editor
- Overview
- Triggers
- Manual Input
- Data Sources
- Ecommerce
- Document Management
- Logic & Transform
- AI Agents
- Knowledge / AI
- Validation & Security
- Integrations
- Outputs
- Document Generation
- Image Generation
- Video Generation
- Coming Soon
- Call Center
- Collaboration
- Community
- Creative Studio
- CRM
- Fleet & Logistics
-
Finance
- Hub
- Finance Hub
- Accounting Hub
- Treasury & Banking Hub
- Commercial Accounts Hub
- Invoicing & Billing Hub
- Reporting & Analytics Hub
- Grid View
- Overview
- Accounting AI Assistant
- Treasury
- Invoice Manager
- Expense Management
- Financial Accounts
- Payroll
- Accounts Receivable
- Accounts Payable
- Bank Reconciliation
- Budget & Forecasting
- Expenses & Budget
- Profit & Loss
- Tax & Compliance
- Galleries & Curation
- Google Display Ads
- Human Resources
- Legal & Support
- Logistics
- Map Explorer
- Marketing
- My Workspace
- Plans & Pricing
- Point of Sale
- Product Management
- Purchase
- Sales
- Semantic Search
- Strategy & Fundraising
- Warehouse
- Website
- Productivity
- Project Management
- Documents
- Learning (LMS)
-
Creator Tools
- Overview
- Brand Identity Creator
- Template Creator
- Image Creator
- Overview
- Getting Started
- Image Generation
- Remix
- Upscale
- Magic Replace
- Remove Background
- Reframe
- Describe
- Magic Tags
- Magic Fill
- Style Transfer
- Style Preset
- Social Media Images
- Prompting Guide
- Video Creator
- Overview
- Getting Started with Video
- Text to Video
- Image to Video
- AI Video Transition
- Video Effects
- Scene Builder
- Short Film Creator
- Audio Creator
- Overview
- AI Audio
- Text to Speech
- Voice Cloning
- Music Generation
- Sound Effects
- Writer Tools
- App Factory
- Research
- Utilities
Secret Scanner
Detect leaked API keys, tokens, and credentials across Git commits and env files, with entropy scoring and per-finding triage.
Overview
Secret Scanner detects leaked API keys, tokens, and credentials across Git commits and environment files. Instead of storing or managing secrets, it scans your repository history and working tree — commits, .env files, and configuration files — for patterns that look like hardcoded credentials, and reports each one with its exact file, line, commit, author, and a Shannon entropy score that estimates how likely the string is a real secret versus a benign value.
Detection, not storage
Secret Scanner is a detection tool — it does not store or manage credentials for you. Once a leaked secret is found, rotate it in the system that issued it (AWS, GitHub, Stripe, etc.) and mark the finding as Revoked here for your own tracking.
Quick Start
- Open Secret Scanner from the Security sidebar.
- If you have not connected a Git provider yet, click Connect Git to link GitHub, GitLab, or Bitbucket in Settings → Integrations — or click Sample Results to explore the UI with mock findings first.
- Enter the repository path or URL and click Scan Now. The scan reads commit history,
.envfiles, and config files. - Review findings in the results table — filter by status (Active / Revoked / False Positive) or secret type, and search by file, kind, or commit.
- Click a row to open the detail panel: the redacted code snippet, entropy score, commit/author/date, and the value (toggle Reveal / Redact).
- Use the action buttons to mark a finding Active, Revoked, or False Positive for your own tracking — this does not rotate or revoke the credential itself.
Detected Secret Types
AWS Access & Secret Keys
AWS access key IDs and secret access keys embedded in config files or source.
GitHub & GitLab Tokens
Personal access tokens and OAuth tokens for GitHub and GitLab.
Stripe & SendGrid Keys
Live API keys for Stripe payments and SendGrid transactional email.
Private Keys
RSA/SSH private key blocks (-----BEGIN ... PRIVATE KEY-----) committed by mistake.
Database URLs
Connection strings with embedded username/password (postgres://user:pass@host).
JWT Secrets & Generic API Keys
Hardcoded JWT signing secrets and generic high-entropy API key strings.
Finding Statuses
| Status | What it means |
|---|---|
| Active | Secret is exposed and not yet rotated. |
| Revoked | Secret has been rotated or invalidated at the source. |
| False Positive | This is a test value or a known-safe string, not a real secret. |
AI Assistant
Every screen in Security Hub now ships with an embedded AI Assistant, opened from the vertical AI Assistant tab on the right edge of the screen. The assistant reads the data currently on screen — the current findings list, or the single finding you have selected — and answers questions, triages findings, or drafts a remediation plan directly in the chat panel.
Triage Suggestions
Ask the assistant to recommend a status (Active / Revoked / False Positive) for the current findings, with reasoning tied to the specific file, commit, and author.
Duplicate Detection
Find out whether the same secret leaked across multiple commits, so you rotate it once instead of chasing each occurrence separately.
Remediation Checklist
Generate a step-by-step remediation checklist (rotate key, purge from history, update .gitignore) for the active findings.
Save as Report & Add Knowledge
Any assistant reply can be saved as a report (available later from My Reports) via the Save as Report button under the last message. Click Add Knowledge in the input dock to attach files or notes from your Knowledge library so the assistant's answers can reference them.