Gitleaks vs Gecko Security
Gitleaks wins · 13–12 (5 drawn)
Agenticness — how well agents can access and operate the productAgenticness
How well agents can access and operate the product
Agent access
ai-native userPoint an agent at llms.txt or agent-oriented docs
weight 2 · round to Gecko SecurityGitleaksnone0/10A direct probe found no llms.txt file (404) and no agent-oriented docs/openapi endpoints, so there is no evidence Gitleaks provides machine-readable docs for AI agents.
Direct probes confirm Gecko serves both llms.txt (HTTP 200) and a docs.md aggregate at the docs root, plus an OpenAPI spec and documented MCP/AI-tool integration for agents to consume — exactly the agent-oriented docs surface the story asks for. Missing for 10: no independent/community confirmation that an agent actually consumed llms.txt successfully in practice.
- [probe] “PROBE llms.txt: HTTP 200 at https://gecko.security/llms.txt # Gecko Security > Gecko Security is an AI security engineer that finds exploit…”
- [probe] “PROBE docs-md: HTTP 200 at https://gecko.security/docs.md --- title: "Gecko Security - Gecko Security" description: "An AI security engineer…”
- [probe] “PROBE openapi: HTTP 200 at https://gecko.security/openapi.json — contains "openapi" key”
- [claimed-docs] “Connect it to an AI tool and the tool can list your repositories and scans, pull full vulnerability evidence (proof of concept, call chain, …”
ai-native userRun the product headlessly / in CI for automation
weight 2 · round to GitleaksGitleaks is a CLI that scans repos, directories, or stdin, is installable via Homebrew/Docker/Go, and has an official GitHub Action (gitleaks-action) for automated CI scanning on PRs/commits with exit-code-based pass/fail reporting, making it well-suited for headless CI automation. Missing for 10: evidence of non-GitHub CI integrations (GitLab CI, Jenkins, CircleCI) and JSON/SARIF output examples for machine-readable pipeline consumption.
- [github] “The `git` command lets you scan local git repos.”
- [github] “The `dir` (aliases include `files`, `directory`) command lets you scan directories and files.”
- [github] “You can also stream data to gitleaks with the `stdin` command.”
- [github] “Gitleaks can be installed using Homebrew, Docker, or Go.”
- [claimed-docs] “Enable **Gitleaks-Action** in your GitHub workflows to be alerted when secrets are leaked as soon as they happen.”
- [claimed-docs] “You can use it to automatically run a gitleaks scan on all your team's pull requests and commits, or run on-demand scans.”
- [github] “➜ git commit -m "this commit contains a secret" Detect hardcoded secrets.................................................Failed”
Gecko exposes a v1 API to trigger scans and read/triage results, dedicated CI/CD-labeled API keys, PR-check integration with configurable fail-on-severity thresholds that post pass/fail status back to GitHub/GitLab, and webhooks for automation pipelines — all enabling headless operation in CI. Missing for 10: independent/hands-on verification that CI pipelines actually work end-to-end, and no explicit example CI configs (e.g., GitHub Actions YAML) are shown.
- [claimed-docs] “Gecko's v1 API lets you trigger scans, read scan, repository, and vulnerability data, triage findings, manage scan schedules, rotate your Gi…”
- [claimed-docs] “Give the key a descriptive name, such as `CI/CD Pipeline` or `Production`.”
- [claimed-docs] “Gecko posts a pass/fail check back to GitHub or GitLab so reviewers see the security status inline.”
- [claimed-docs] “**Fail-on severity**: the severity threshold that fails the check (for example, fail on High and above).”
- [claimed-docs] “Gecko can push events to your systems as scans run and findings change: page a channel when a scan fails, open a workflow when a critical la…”
- [probe] “PROBE openapi: HTTP 200 at https://gecko.security/openapi.json — contains "openapi" key”
ai-native userUse an official CLI
weight 2 · round to GitleaksGitleaks ships a first-party CLI (git, dir, stdin subcommands) that is well documented with usage examples and is the primary interface for the tool, making it fully scriptable/automatable for agentic workflows. Missing for 10: no explicit agent/LLM-oriented docs (e.g., llms.txt returns 404) or structured JSON-output guidance tailored to AI consumers.
- [github] “The `git` command lets you scan local git repos.”
- [github] “The `dir` (aliases include `files`, `directory`) command lets you scan directories and files.”
- [github] “You can also stream data to gitleaks with the `stdin` command.”
- [github] “Gitleaks is a tool for detecting secrets like passwords, API keys, and tokens in git repos, files, and whatever else you wanna throw at it v…”
- [probe] “official CLI documented at https://github.com/gitleaks/gitleaks”
ai-native userDrive the product through a documented public API
weight 3 · round to Gecko SecurityGitleaksnone0/10Gitleaks is a CLI/scanner tool with no documented public API for programmatic/agentic access; probes confirm no llms.txt and no OpenAPI/swagger endpoint exist, and the CLI/GitHub Action docs don't constitute a public API.
Gecko documents a public v1 API (trigger scans, read scan/repo/vulnerability data, triage findings, manage schedules, rotate tokens, webhooks) with a live OpenAPI spec confirmed by probe, plus API key management and per-request logging. missing for 10: independent third-party developer confirmation of API usage/reliability beyond docs and probes, and more detail on API rate limits/versioning stability.
- [claimed-docs] “Gecko's v1 API lets you trigger scans, read scan, repository, and vulnerability data, triage findings, manage scan schedules, rotate your Gi…”
- [claimed-docs] “API keys are now visible to the whole team with owner attribution and per-request usage logging”
- [claimed-docs] “Gecko can push events to your systems as scans run and findings change: page a channel when a scan fails, open a workflow when a critical la…”
- [claimed-docs] “Give the key a descriptive name, such as `CI/CD Pipeline` or `Production`.”
- [probe] “PROBE openapi: HTTP 200 at https://gecko.security/openapi.json — contains "openapi" key”
ai-native userSubscribe to events via webhooks
weight 2 · round to Gecko SecurityGitleaksnone0/10Gitleaks is a CLI secret-scanning tool with CI integrations (GitHub Action, PR comments, alerts) but no evidence of a webhook subscription mechanism for events; probes for API/openapi specs returned 404s, and no webhook docs exist.
- [probe] “PROBE llms.txt: HTTP 404 at https://gitleaks.io/llms.txt”
- [probe] “PROBE openapi: all candidate paths 404 (https://gitleaks.io/openapi.json, https://gitleaks.io/swagger.json, https://gitleaks.io/api/openapi.…”
- [claimed-docs] “Enable **Gitleaks-Action** in your GitHub workflows to be alerted when secrets are leaked as soon as they happen.”
- [claimed-docs] “A list of GitHub accounts that should be alerted when **gitleaks-action** detects a leak.”
Docs explicitly describe webhook subscriptions for scan/finding lifecycle events (scan fail, critical finding) and the API reference lists webhook events as a first-class capability alongside the API. This directly matches the story's ask for event subscription via webhooks. Missing for 10: independent/hands-on confirmation that webhook delivery works reliably and no detail on payload schema/retry semantics.
- [claimed-docs] “Gecko can push events to your systems as scans run and findings change: page a channel when a scan fails, open a workflow when a critical la…”
- [claimed-docs] “Gecko's v1 API lets you trigger scans, read scan, repository, and vulnerability data, triage findings, manage scan schedules, rotate your Gi…”
Agentic features
ai-native userGet AI-generated insights and suggestions from my data inside the product
weight 2 · round to Gecko SecurityGitleaksnone0/10Gitleaks is a rule-based secret-detection scanner with no evidence of AI-generated insights, summaries, or suggestions; probes for llms.txt and API/OpenAPI endpoints returned 404, and all documented features are deterministic regex/rule-based scanning, alerting, and CI integration.
- [probe] “PROBE llms.txt: HTTP 404 at https://gitleaks.io/llms.txt”
- [probe] “PROBE openapi: all candidate paths 404 (https://gitleaks.io/openapi.json, https://gitleaks.io/swagger.json, https://gitleaks.io/api/openapi.…”
- [github] “Gitleaks offers a configuration format you can follow to write your own secret detection rules”
- [github] “Gitleaks is a tool for detecting secrets like passwords, API keys, and tokens in git repos, files, and whatever else you wanna throw at it v…”
Gecko Securitydisputedcontradicted5/10Gecko generates AI insights (severity, confidence score, call chain, PoC, suggested patch, AI-written repo wiki, endpoint map, PR review summaries) directly from scanned code data, per docs-2/17/18/19. However, hands-on community reports show these AI-generated findings can be inaccurate — 100%-confidence 'vulnerabilities' that weren't real, missed real issues a competing tool caught, and a trivial/irrelevant finding on another scan — directly contradicting the reliability of the insights. Missing for 10: independent validation of insight accuracy at scale, resolution of the false-positive/false-negative reports.
- [claimed-docs] “Each finding includes a severity (CVSS 4.0), a confidence score, the full source-to-sink call chain, a proof of concept, and a suggested pat…”
- [claimed-docs] “Repository wiki: An AI-written map of your app: architecture, routing, and security model.”
- [claimed-docs] “Endpoint map: The HTTP attack surface Gecko discovered in your code.”
- [claimed-docs] “PR reviews & fixes: On pull requests, a security review summary and one-click fixes.”
- [community] “Tool gave 100% confidence for two vulnerabilities (severity 9.4 and 6.5) that turned out not to be real.”
- [community] “Ran Gecko on a C project after Semgrep AI flagged a minor real issue; Gecko found nothing. After removing the fix and recreating the project…”
- [community] “Uploaded a project (sydbox) to scan; took 10 minutes and found only one vulnerability, an 'RCE: IRC Message Command Execution Bypass' in an …”
ai-native userSet up automations that run autonomously in the background
weight 2 · round to Gecko SecurityGitleaks-action lets teams wire secret scanning to run automatically in the background on every push/PR (and pre-commit hooks trigger locally) without manual intervention, satisfying the 'runs autonomously' spirit of the story. Missing for 10: no evidence of scheduled/cron-based or event-driven automation beyond git hooks/CI triggers, and no AI-agent-specific orchestration or self-triggering capability.
- [claimed-docs] “Enable **Gitleaks-Action** in your GitHub workflows to be alerted when secrets are leaked as soon as they happen.”
- [claimed-docs] “You can use it to automatically run a gitleaks scan on all your team's pull requests and commits, or run on-demand scans.”
- [github] “You can run Gitleaks as a pre-commit hook by copying the example `pre-commit.py` script into your `.git/hooks/` directory.”
- [claimed-docs] “There are no changes to inputs, outputs, or behavior. The upgrade is a one-line change in your workflow file”
Gecko documents autonomous background workflows: scheduled scans via the API ('manage scan schedules'), automatic PR-triggered scans with pass/fail checks, auto-fix PR generation and re-verification, ticket creation, and webhook events pushed to external systems as scans run — all without manual intervention once configured. This directly matches the 'automations that run autonomously in the background' story for a security-scanning product. missing for 10: independent/hands-on confirmation that scheduled scans and auto-fix loops run reliably unattended over time, and more detail on configuring recurring schedules beyond a brief API mention.
- [claimed-docs] “Gecko's v1 API lets you trigger scans, read scan, repository, and vulnerability data, triage findings, manage scan schedules, rotate your Gi…”
- [claimed-docs] “Gecko can push events to your systems as scans run and findings change: page a channel when a scan fails, open a workflow when a critical la…”
- [claimed-docs] “Gecko posts a pass/fail check back to GitHub or GitLab so reviewers see the security status inline.”
- [claimed-docs] “Click Request fix to open a gecko/* pull request with the patch applied, or apply the patch yourself.”
- [claimed-docs] “Gecko rechecks the finding and marks it Fix verified once the vulnerability is gone.”
- [claimed-docs] “create a ticket in Jira, Linear, ClickUp, or Shortcut”
- [claimed-docs] “Commit to an existing PR: For findings from a PR scan, Gecko can commit the fix directly to the PR's head branch so the fix rides along with…”
Api quality
ai-native userExplore an interactive API reference with runnable examples
weight 2 · round drawnGitleaksnone0/10Gitleaks is a CLI secret-scanning tool with no interactive API reference; probes explicitly show no llms.txt and no OpenAPI/swagger spec found on gitleaks.io, and evidence only documents CLI commands, not a runnable API playground.
Gecko Securitynone0/10While Gecko exposes an OpenAPI spec (gecko-security-probe-3) and documents API capabilities (gecko-security-docs-10), there is no evidence of an interactive API reference UI with runnable/try-it examples for developers or AI agents to explore.
- [probe] “PROBE openapi: HTTP 200 at https://gecko.security/openapi.json — contains "openapi" key”
- [claimed-docs] “Gecko's v1 API lets you trigger scans, read scan, repository, and vulnerability data, triage findings, manage scan schedules, rotate your Gi…”
ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)
weight 2 · round to Gecko SecurityGitleaksnone0/10Gitleaks is a CLI secret-scanning tool with no API/web service, and direct probes confirm no OpenAPI or machine-readable spec exists at any expected location.
A probe confirms a live OpenAPI spec at gecko.security/openapi.json (HTTP 200, contains 'openapi' key), and docs describe a full v1 API for scans, vulnerabilities, webhooks, and integrations. Missing for 10: no independent/community confirmation of the spec's completeness or usage beyond the vendor's own probe.
- [probe] “PROBE openapi: HTTP 200 at https://gecko.security/openapi.json — contains "openapi" key”
- [claimed-docs] “Gecko's v1 API lets you trigger scans, read scan, repository, and vulnerability data, triage findings, manage scan schedules, rotate your Gi…”
ai-native userRely on versioned APIs with a documented deprecation policy
weight 2 · round to Gecko SecurityGitleaksnone0/10Gitleaks is a CLI/CI secret-scanning tool with no evidence of a public/versioned API; probes for OpenAPI spec and llms.txt both returned 404s, and there's no mention of an API deprecation policy anywhere in the evidence.
Gecko documents a versioned v1 API with an OpenAPI spec and a release/channel/version resolution endpoint (digest-pinned image refs), showing some notion of API versioning, but there is no documented deprecation policy, version sunset timeline, or migration guidance for API consumers. missing for 10: explicit deprecation policy, version support lifecycle/EOL dates, migration guides between API versions.
- [claimed-docs] “Gecko's v1 API lets you trigger scans, read scan, repository, and vulnerability data, triage findings, manage scan schedules, rotate your Gi…”
- [claimed-docs] “resolves a version to its release... the response includes the digest-pinned image_ref to pull”
- [claimed-docs] “GET /releases/{channel}/{version} resolves a version to its release.”
- [probe] “PROBE openapi: HTTP 200 at https://gecko.security/openapi.json — contains "openapi" key”
Automation depth — how much of the product can run unattendedAutomation depth
How much of the product can run unattended
ai-native userPerform bulk operations across many items at once
weight 2 · round to GitleaksGitleaks natively scans across many items at once — entire directories/file trees via the `dir` command and full git commit history via `git log -p` with the `git` command, and gitleaks-action can scan all PRs/commits automatically in CI. However, there's no evidence of a broader batch/programmatic API for bulk operations beyond directory/repo scanning (e.g., processing many repos, bulk config management, or structured bulk output for agentic pipelines). Missing for 10: multi-repo/bulk-target orchestration, programmatic batch API beyond CLI file/dir args, and evidence of AI-native bulk workflows.
- [github] “The `git` command lets you scan local git repos.”
- [github] “The `git` command lets you scan local git repos. Under the hood, gitleaks uses the `git log -p` command to scan patches.”
- [github] “The `dir` (aliases include `files`, `directory`) command lets you scan directories and files.”
- [github] “The `dir` (aliases include `files`, `directory`) command lets you scan directories and files. Example: `gitleaks dir -v path_to_directory_or…”
- [claimed-docs] “You can use it to automatically run a gitleaks scan on all your team's pull requests and commits, or run on-demand scans.”
- [claimed-docs] “Enable **Gitleaks-Action** in your GitHub workflows to be alerted when secrets are leaked as soon as they happen.”
The v1 API and AI-tool integration let a user programmatically list repositories/scans, pull vulnerability data, triage findings, and trigger scans across many items, which supports scripted bulk-style automation, but there is no documented bulk-fix, bulk-triage, or multi-select UI action for operating on many findings/repos simultaneously. missing for 10: a dedicated bulk-action endpoint or UI (e.g., bulk fix/triage/dismiss across many findings at once), independent evidence of bulk workflows in practice.
- [claimed-docs] “Connect it to an AI tool and the tool can list your repositories and scans, pull full vulnerability evidence (proof of concept, call chain, …”
- [claimed-docs] “Gecko's v1 API lets you trigger scans, read scan, repository, and vulnerability data, triage findings, manage scan schedules, rotate your Gi…”
- [claimed-docs] “Gecko can push events to your systems as scans run and findings change: page a channel when a scan fails, open a workflow when a critical la…”
ai-native userDefine rules that trigger actions automatically on events
weight 3 · round drawnGitleaks supports custom detection rules (regex-based) and can trigger automatic actions on events—pre-commit hook blocks commits containing secrets, and gitleaks-action runs on GitHub push/PR events to alert accounts and comment on PRs. However this is limited to secret-scanning triggers tied to git/CI events, not a general-purpose rule/action automation engine. Missing for 10: evidence of arbitrary event types or custom action definitions beyond GitHub-specific alerting/commenting, and no AI-native/agentic trigger framework.
- [github] “You can run Gitleaks as a pre-commit hook by copying the example `pre-commit.py` script into your `.git/hooks/` directory.”
- [github] “Gitleaks offers a configuration format you can follow to write your own secret detection rules”
- [claimed-docs] “Enable **Gitleaks-Action** in your GitHub workflows to be alerted when secrets are leaked as soon as they happen.”
- [claimed-docs] “A list of GitHub accounts that should be alerted when **gitleaks-action** detects a leak.”
- [claimed-docs] “**gitleaks-action** uses this token to call [a GitHub API] to comment on PRs.”
- [github] “➜ git commit -m "this commit contains a secret" Detect hardcoded secrets.................................................Failed”
Gecko supports some event-driven automation—webhooks that fire on scan completion/finding changes, configurable fail-on-severity thresholds for PR checks, and automatic ticket/ PR creation on findings—but these are fixed, product-defined triggers rather than a user-configurable rules engine where arbitrary conditions map to arbitrary actions. missing for 10: a general-purpose rule/condition builder, support for chaining multiple custom actions per event, and evidence of user-defined logic beyond severity thresholds.
- [claimed-docs] “Gecko can push events to your systems as scans run and findings change: page a channel when a scan fails, open a workflow when a critical la…”
- [claimed-docs] “**Fail-on severity**: the severity threshold that fails the check (for example, fail on High and above).”
- [claimed-docs] “create a ticket in Jira, Linear, ClickUp, or Shortcut”
- [claimed-docs] “Click Request fix to open a gecko/* pull request with the patch applied, or apply the patch yourself.”
ai-native userSchedule recurring jobs or workflows
weight 2 · round to Gecko SecurityGitleaksnone0/10Evidence shows Gitleaks integrates with git hooks and GitHub Actions triggered by commits/PRs, but nothing describes scheduling recurring/cron-based scans or workflows as a distinct capability. The axis applies (CI security tools commonly support scheduled scans) but no evidence confirms this for Gitleaks.
The v1 API reference states it lets you 'manage scan schedules,' implying recurring scan jobs can be configured programmatically, but there is no dedicated doc page, UI walkthrough, or example showing how to set cadence, or evidence this extends to broader 'workflows' beyond scanning. missing for 10: dedicated scheduling documentation/UI, example of setting recurring cadence, evidence of scheduling beyond scans (e.g., recurring triage/ticket workflows), independent confirmation it works as claimed.
- [claimed-docs] “Gecko's v1 API lets you trigger scans, read scan, repository, and vulnerability data, triage findings, manage scan schedules, rotate your Gi…”
Ci precommit — stories about ci precommit in this arenaCi precommit
Stories about ci precommit in this arena
Agent scanning
ai-native userHave an agent run a scan headlessly via the CLI, parse machine-readable results, and file issues for real findings
weight 3 · round to GitleaksGitleaks CLI supports headless scanning of repos/dirs/stdin and can output baseline reports like findings.json, giving a machine-readable artifact an agent could parse; gitleaks-action also automates PR-based alerting. However there's no explicit documentation of a structured JSON/SARIF report flag, and no evidence of automated issue-filing (only PR comments/alerts to accounts, not issue tracker integration). Missing for 10: explicit machine-readable output format docs (e.g. --report-format json/sarif), and evidence of automated issue creation for real findings.
- [github] “The `git` command lets you scan local git repos. Under the hood, gitleaks uses the `git log -p` command to scan patches.”
- [github] “The `dir` (aliases include `files`, `directory`) command lets you scan directories and files. Example: `gitleaks dir -v path_to_directory_or…”
- [github] “You can also stream data to gitleaks with the `stdin` command. Example: `cat some_file | gitleaks -v stdin`”
- [github] “After running the detect command with the --baseline-path parameter, report output (findings.json) will only contain new issues.”
- [claimed-docs] “Enable **Gitleaks-Action** in your GitHub workflows to be alerted when secrets are leaked as soon as they happen.”
- [claimed-docs] “**gitleaks-action** uses this token to call [a GitHub API] to comment on PRs.”
- [claimed-docs] “A list of GitHub accounts that should be alerted when **gitleaks-action** detects a leak.”
Gecko exposes a v1 API and webhooks that can trigger scans, pull machine-readable vulnerability data, triage findings, and file tickets in Jira/Linear/ClickUp/Shortcut, and an MCP/AI-tools connector for agents to do the same — satisfying the 'headless, parse, file issues' intent via API rather than a literal CLI. However, no dedicated CLI binary/command is documented anywhere in the evidence, and community reports raise concrete concerns about false positives (100% confidence findings that weren't real, missed real issues) undermining 'file issues for real findings'. Missing for 10: an actual CLI tool/subcommand documented, and independent confirmation that AI-driven ticket filing acts only on validated/real findings rather than the false positives community testers observed.
- [claimed-docs] “Connect it to an AI tool and the tool can list your repositories and scans, pull full vulnerability evidence (proof of concept, call chain, …”
- [claimed-docs] “Gecko's v1 API lets you trigger scans, read scan, repository, and vulnerability data, triage findings, manage scan schedules, rotate your Gi…”
- [claimed-docs] “create a ticket in Jira, Linear, ClickUp, or Shortcut”
- [claimed-docs] “Gecko can push events to your systems as scans run and findings change: page a channel when a scan fails, open a workflow when a critical la…”
- [community] “Tool gave 100% confidence for two vulnerabilities (severity 9.4 and 6.5) that turned out not to be real.”
- [community] “Uploaded a project (sydbox) to scan; took 10 minutes and found only one vulnerability, an 'RCE: IRC Message Command Execution Bypass' in an …”
ai-native userWire the scanner into my coding agent so AI-generated code is scanned for issues before it lands
weight 2 · round to Gecko SecurityGitleaks offers generic mechanisms (pre-commit hook script, CLI `dir`/`git`/`stdin` scanning, CI action) that a user could wire into an AI coding agent's workflow to scan generated code before it lands, but there is no documented agent-specific integration (no MCP server, no Claude Code/Cursor plugin, no explicit guidance for AI-native pipelines). missing for 10: dedicated AI-agent integration docs, MCP/agent-hook examples, evidence of use specifically for AI-generated code review.
- [github] “You can run Gitleaks as a pre-commit hook by copying the example `pre-commit.py` script into your `.git/hooks/` directory.”
- [github] “You can also stream data to gitleaks with the `stdin` command. Example: `cat some_file | gitleaks -v stdin`”
- [github] “The `dir` (aliases include `files`, `directory`) command lets you scan directories and files. Example: `gitleaks dir -v path_to_directory_or…”
- [claimed-docs] “Enable **Gitleaks-Action** in your GitHub workflows to be alerted when secrets are leaked as soon as they happen.”
Gecko documents an MCP/AI-tool integration that lets an agent list repos/scans, pull vulnerability evidence, triage findings, and file tickets, plus PR/CI checks that fail builds above a severity threshold — together enabling a coding-agent workflow to scan AI-generated code before merge. However, independent hands-on reports raise real accuracy concerns (false positives at 100% confidence, missed real bugs, UI/scan bugs), which undercuts confidence that the scanning is reliable enough for a pre-merge gate. Missing for 10: independent corroboration that the MCP/agent wiring works smoothly in practice, and evidence addressing the accuracy complaints specifically in an agent-driven pre-commit/pre-merge context.
- [claimed-docs] “Connect it to an AI tool and the tool can list your repositories and scans, pull full vulnerability evidence (proof of concept, call chain, …”
- [probe] “official MCP server documented at https://gecko.security/docs/ai-tools/overview”
- [claimed-docs] “Gecko posts a pass/fail check back to GitHub or GitLab so reviewers see the security status inline.”
- [claimed-docs] “**Fail-on severity**: the severity threshold that fails the check (for example, fail on High and above).”
- [community] “Tool gave 100% confidence for two vulnerabilities (severity 9.4 and 6.5) that turned out not to be real.”
- [community] “Ran Gecko on a C project after Semgrep AI flagged a minor real issue; Gecko found nothing. After removing the fix and recreating the project…”
- [community] “Uploaded a project (sydbox) to scan; took 10 minutes and found only one vulnerability, an 'RCE: IRC Message Command Execution Bypass' in an …”
Ci gates
devops-leadRun scans in CI on every pull request and fail the build on new findings via exit codes
weight 3 · round drawnGitleaks-Action enables scanning on GitHub PR workflows with alerts/comments, and the CLI's detect command exits non-zero on findings (shown by failed commit hook example), which is the mechanism CI systems use to fail builds. missing for 10: explicit documentation of CI-specific exit code semantics (e.g., non-zero exit on new findings vs baseline) and non-GitHub CI examples (GitLab/Jenkins) beyond the GitHub Action.
- [claimed-docs] “Enable **Gitleaks-Action** in your GitHub workflows to be alerted when secrets are leaked as soon as they happen.”
- [claimed-docs] “You can use it to automatically run a gitleaks scan on all your team's pull requests and commits, or run on-demand scans.”
- [github] “➜ git commit -m "this commit contains a secret" Detect hardcoded secrets.................................................Failed”
- [github] “After running the detect command with the --baseline-path parameter, report output (findings.json) will only contain new issues.”
- [github] “gitleaks will ignore any old findings that are present in the baseline”
Docs describe PR-triggered scans that post a pass/fail check to GitHub/GitLab, with a configurable fail-on-severity threshold and separation of new vs pre-existing findings, which together enable failing a PR build on new findings. This matches the CI/PR-gating story closely, though it's implemented as a GitHub/GitLab check status rather than an explicit CLI exit code and lacks independent hands-on confirmation of build-failing behavior. Missing for 10: independent verification that the pass/fail check actually blocks merges/builds in practice, and explicit mention of CLI exit-code semantics for non-GitHub CI runners.
- [claimed-docs] “Gecko posts a pass/fail check back to GitHub or GitLab so reviewers see the security status inline.”
- [claimed-docs] “Findings introduced by the PR are separated from pre-existing ones, so reviewers focus on what the change adds.”
- [claimed-docs] “**Fail-on severity**: the severity threshold that fails the check (for example, fail on High and above).”
- [claimed-docs] “install the Gecko GitHub App and pick repositories”
developerSee scan findings surfaced as pull-request comments or checks in GitHub or GitLab
weight 2 · round drawnGitleaks-Action explicitly integrates into GitHub workflows and uses the GitHub API to post PR comments/reviews when secrets are detected, and it can also fail CI checks on findings; it's a well-documented first-party GitHub Action. Missing for 10: GitLab-specific MR comment/check integration is not evidenced (only GitHub is covered), and no independent/hands-on confirmation of the PR-comment behavior beyond vendor docs.
- [claimed-docs] “Enable **Gitleaks-Action** in your GitHub workflows to be alerted when secrets are leaked as soon as they happen.”
- [claimed-docs] “**gitleaks-action** uses this token to call [a GitHub API] to comment on PRs.”
- [claimed-docs] “**gitleaks-action** uses this token to call [a GitHub API](https://octokit.github.io/rest.js/v18#pulls-create-review-comment) to comment on …”
- [claimed-docs] “gitleaks-action uses this token to call a GitHub API to comment on PRs.”
- [claimed-docs] “A list of GitHub accounts that should be alerted when **gitleaks-action** detects a leak.”
- [claimed-docs] “Enable this **gitleaks-action** and copy `<img alt="gitleaks badge" src="https://img.shields.io/badge/protected%20by-gitleaks-blue">` to you…”
Docs describe a GitHub/GitLab App integration that posts pass/fail checks and PR security review summaries, separates new vs pre-existing findings, supports fail-on-severity thresholds, and can auto-commit fixes to the PR — a fairly complete PR-check/comment workflow (gecko-security-docs-5, -19, -28, -29, -30). Missing for 10: independent/hands-on confirmation that PR comments/checks actually render as described (community evidence only discusses finding accuracy, not the PR-check UX itself).
- [claimed-docs] “Gecko posts a pass/fail check back to GitHub or GitLab so reviewers see the security status inline.”
- [claimed-docs] “PR reviews & fixes: On pull requests, a security review summary and one-click fixes.”
- [claimed-docs] “Findings introduced by the PR are separated from pre-existing ones, so reviewers focus on what the change adds.”
- [claimed-docs] “**Fail-on severity**: the severity threshold that fails the check (for example, fail on High and above).”
- [claimed-docs] “Commit to an existing PR: For findings from a PR scan, Gecko can commit the fix directly to the PR's head branch so the fix rides along with…”
Pre commit
developerRun the scanner as a pre-commit hook so secrets and issues never enter my git history
weight 3 · round to GitleaksGitleaks documents running as a pre-commit hook via the example pre-commit.py script copied into .git/hooks, and demonstrates it blocking a commit containing a secret ("git commit ... Detect hardcoded secrets.................................................Failed"), confirming secrets are caught before entering history. Missing for 10: no mention of official pre-commit-framework (.pre-commit-hooks.yaml) integration or independent hands-on confirmation beyond the vendor repo.
- [github] “You can run Gitleaks as a pre-commit hook by copying the example `pre-commit.py` script into your `.git/hooks/` directory.”
- [github] “➜ git commit -m "this commit contains a secret" Detect hardcoded secrets.................................................Failed”
- [github] “Detect hardcoded secrets.................................................Failed”
Gecko Securitynone0/10Gecko's documented workflow is GitHub App/PR-based scanning with pass/fail PR checks, not a local pre-commit git hook that blocks commits before they enter history — no evidence of a pre-commit hook, CLI hook script, or local git-hook integration exists in the evidence pack.
Coverage accuracy — stories about coverage accuracy in this arenaCoverage accuracy
Stories about coverage accuracy in this arena
Coverage
developerScan projects across all the major languages and package ecosystems my organization uses
weight 2 · round to GitleaksGitleaks scans git repos, directories/files, and stdin using regex-based pattern matching, which is inherently language-agnostic and works on any text-based source file or config regardless of the language or package ecosystem in use. However, there is no explicit evidence of ecosystem-specific coverage claims, testing across specific language/package manager formats, or documentation asserting broad multi-language validation. missing for 10: explicit language/ecosystem coverage claims, evidence of testing across specific ecosystems (npm, pip, maven, etc.), independent corroboration of coverage breadth.
- [github] “The `git` command lets you scan local git repos.”
- [github] “The `dir` (aliases include `files`, `directory`) command lets you scan directories and files.”
- [github] “You can also stream data to gitleaks with the `stdin` command.”
- [github] “Gitleaks is a tool for detecting secrets like passwords, API keys, and tokens in git repos, files, and whatever else you wanna throw at it v…”
- [github] “The `dir` (aliases include `files`, `directory`) command lets you scan directories and files. Example: `gitleaks dir -v path_to_directory_or…”
- [github] “You can also stream data to gitleaks with the `stdin` command. Example: `cat some_file | gitleaks -v stdin`”
Docs list a defined set of 'compiler-accurate' languages (TypeScript, JavaScript, Python, Go, Java, Scala, C#, Rust) supporting cross-file analysis, but there is no mention of package/dependency-ecosystem scanning (npm, pip, Maven, Cargo, etc.) or of broader language coverage (C/C++, Ruby, PHP, Kotlin, Swift). Community testing on a C project (unsupported language) found nothing, reinforcing that coverage is limited to the stated language list rather than 'all major languages and ecosystems.' Missing for 10: explicit package/dependency-ecosystem scanning support, broader language list, and independent verification of coverage breadth.
- [claimed-docs] “Compiler-accurate (precise cross-file analysis) | TypeScript · JavaScript · Python · Go · Java · Scala · C# · Rust”
- [community] “Ran Gecko on a C project after Semgrep AI flagged a minor real issue; Gecko found nothing. After removing the fix and recreating the project…”
Output formats
developerEmit scan results in machine-readable formats like JSON or SARIF for downstream tooling
weight 2 · round to GitleaksEvidence shows Gitleaks writes findings to a JSON report file (e.g., findings.json via --baseline-path) confirming JSON output support, but there is no mention in the evidence pack of SARIF or other machine-readable formats. missing for 10: explicit SARIF output support, documentation of --report-format flag or other structured formats, independent confirmation of downstream tooling integration.
Gecko's v1 API lets developers read scan, repository, and vulnerability data programmatically (implying JSON responses) and an OpenAPI spec is published, but there is no explicit documentation of a SARIF export format or dedicated 'JSON report' output for CI pipelines. Missing for 10: explicit SARIF format support, documented JSON report export command, and any CI-integration example showing machine-readable output being consumed downstream.
- [claimed-docs] “Gecko's v1 API lets you trigger scans, read scan, repository, and vulnerability data, triage findings, manage scan schedules, rotate your Gi…”
- [probe] “PROBE openapi: HTTP 200 at https://gecko.security/openapi.json — contains "openapi" key”
- [claimed-docs] “Gecko can push events to your systems as scans run and findings change: page a channel when a scan fails, open a workflow when a critical la…”
Openness — open source, data portability, and self-hosting storiesOpenness
Open source, data portability, and self-hosting stories
ai-native userRead the product's source under an open license
weight 2 · round to GitleaksGitleaks' source code is openly hosted and directly referenced across many citations (e.g. gitleaks-gh-1, gitleaks-probe-3), confirming it is a publicly readable GitHub repository that anyone, including AI-native users, can inspect. However, the evidence pack never explicitly cites a license file or license name (e.g. MIT), so full confirmation of an 'open license' designation is inferred rather than directly documented. Missing for 10: an explicit license statement/citation (e.g. LICENSE file content) and independent corroboration of the license terms.
ai-native userSelf-host the core product
weight 3 · round to GitleaksGitleaks is a fully open-source CLI (installable via Homebrew, Docker, or Go) that runs entirely locally against git repos, directories, or stdin, requiring no cloud service — a clear self-hostable core product. Missing for 10: no explicit self-hosting deployment guide (e.g., server/container orchestration docs) beyond basic install instructions.
- [github] “Gitleaks can be installed using Homebrew, Docker, or Go.”
- [github] “The `git` command lets you scan local git repos.”
- [github] “The `dir` (aliases include `files`, `directory`) command lets you scan directories and files.”
- [github] “You can also stream data to gitleaks with the `stdin` command.”
- [github] “Gitleaks is a tool for detecting secrets like passwords, API keys, and tokens in git repos, files, and whatever else you wanna throw at it v…”
Docs confirm a 'hybrid' deployment where the scanner, S3 storage, and AI inference all run inside the customer's AWS account, and the pricing page lists an 'On-prem / self-hosted / private cloud' tier — both indicating genuine self-hosting options exist. However, the same hybrid docs state Gecko still hosts the dashboard, database, and scan orchestration, so the core control plane is not actually self-hostable in the standard offering, and no architecture/setup docs for the full on-prem tier are provided. Missing for 10: detailed on-prem deployment guide/architecture for the fully self-hosted tier, and confirmation that dashboard/orchestration can also run on customer infrastructure.
- [claimed-docs] “the scanner, S3 storage, and all AI inference run inside your AWS account. Gecko hosts only the dashboard, database, and scan orchestration.”
- [claimed-docs] “the scanner, S3 storage, and all AI inference run inside your AWS account.”
- [claimed-docs] “Unlimited scanning * On-prem / self-hosted / private cloud”
Privacy posture — data-handling and privacy storiesPrivacy posture
Data-handling and privacy stories
ai-native userOpt out of telemetry and usage tracking
weight 2 · round drawnGitleaksnone0/10No evidence in the pack addresses telemetry collection or an opt-out mechanism for Gitleaks or gitleaks-action; the docs cover scanning commands, CI integration, and config but never mention data collection or privacy controls.
Sast rules — stories about sast rules in this arenaSast rules
Stories about sast rules in this arena
Custom rules
security-engineerWrite custom static-analysis rules in a simple syntax and share them across repositories
weight 2 · round to GitleaksGitleaks documents a TOML-based config format for writing custom secret-detection rules, including composite rules and allowlists, and this config can be centralized as a `gitleaks.toml` or referenced via `GITLEAKS_CONFIG` so it can be reused across repos (e.g. gitleaks-action auto-detecting it). This is more of a config-file sharing mechanism than a purpose-built 'rule sharing' feature, and there's no independent corroboration of ease-of-use or a rule marketplace/registry. Missing for 10: independent hands-on evidence of rule syntax simplicity, evidence of a shared rule registry/marketplace, and confirmation of seamless cross-repo rule versioning.
- [github] “Gitleaks offers a configuration format you can follow to write your own secret detection rules”
- [github] “Gitleaks introduced composite rules, which are made up of a single "primary" rule and one or more auxiliary or `required` rules.”
- [github] “In v8.28.0 Gitleaks introduced composite rules, which are made up of a single "primary" rule and one or more auxiliary or `required` rules.”
- [github] “You can define multiple allowlists for a rule to reduce false positives. A finding will be ignored if _ANY_ [[rules.allowlists]] matches.”
- [claimed-docs] “You can use `GITLEAKS_CONFIG` to explicitly set a config path _or_ create a `gitleaks.toml` at the root of the repo which will be automatica…”
- [claimed-docs] “you can use GITLEAKS_CONFIG to explicitly set a config path or create a gitleaks.toml at the root of the repo which will be automatically de…”
Gecko Securitynone0/10Gecko Security is an AI-driven vulnerability scanner using compiler-accurate cross-file analysis, not a rule-based SAST engine; there is no evidence of a custom rule-writing syntax (e.g., YAML/DSL rules like Semgrep) or any mechanism to define and share such rules across repositories.
- [claimed-docs] “Compiler-accurate (precise cross-file analysis) | TypeScript · JavaScript · Python · Go · Java · Scala · C# · Rust”
- [claimed-docs] “Repository wiki: An AI-written map of your app: architecture, routing, and security model.”
Fix suggestions
developerApply suggested or automatic code fixes for findings instead of only reading reports
weight 2 · round to Gecko SecurityGitleaksnone0/10Gitleaks is purely a secret-detection tool that reports findings (via CLI, git hooks, or gitleaks-action PR comments); no evidence anywhere in the pack of suggested or automatic remediation/fixes for detected secrets—only detection, alerting, allowlisting, and baseline suppression are described.
- [github] “Gitleaks is a tool for detecting secrets like passwords, API keys, and tokens in git repos, files, and whatever else you wanna throw at it v…”
- [github] “You can define multiple allowlists for a rule to reduce false positives. A finding will be ignored if _ANY_ [[rules.allowlists]] matches.”
- [claimed-docs] “Enable **Gitleaks-Action** in your GitHub workflows to be alerted when secrets are leaked as soon as they happen.”
- [github] “After running the detect command with the --baseline-path parameter, report output (findings.json) will only contain new issues.”
Docs describe a full remediation loop: suggested patches with 'Request fix' opening a gecko/* PR, ability to commit fixes directly to an existing PR's head branch, and automatic re-scan marking 'Fix verified' once resolved — this goes beyond read-only reporting into applied/automatic fixes. missing for 10: independent/hands-on confirmation that generated fixes actually work correctly (community evidence focuses on detection false positives, not fix application quality).
- [claimed-docs] “Click Request fix to open a gecko/* pull request with the patch applied, or apply the patch yourself.”
- [claimed-docs] “Gecko rechecks the finding and marks it Fix verified once the vulnerability is gone.”
- [claimed-docs] “Commit to an existing PR: For findings from a PR scan, Gecko can commit the fix directly to the PR's head branch so the fix rides along with…”
- [claimed-docs] “PR reviews & fixes: On pull requests, a security review summary and one-click fixes.”
- [claimed-docs] “Click **Request fix** to open a `gecko/*` pull request with the patch applied, or apply the patch yourself.”
- [claimed-docs] “When the fix merges, Gecko rechecks the finding and marks it **Fix verified** once the vulnerability is gone.”
Secret detection — stories about secret detection in this arenaSecret detection
Stories about secret detection in this arena
Custom detection
security-engineerDefine custom detection rules for my organization's internal token and secret formats
weight 2 · round to GitleaksGitleaks documents a configuration format for writing custom secret-detection rules, plus advanced features like composite rules and allowlists to reduce false positives, directly enabling org-specific token/secret pattern definitions. Missing for 10: no independent hands-on example of a custom rule being validated in production, and no dedicated deep-dive docs beyond the config-format mention.
- [github] “Gitleaks offers a configuration format you can follow to write your own secret detection rules”
- [github] “Gitleaks introduced composite rules, which are made up of a single "primary" rule and one or more auxiliary or `required` rules.”
- [github] “In v8.28.0 Gitleaks introduced composite rules, which are made up of a single "primary" rule and one or more auxiliary or `required` rules.”
- [github] “You can define multiple allowlists for a rule to reduce false positives. A finding will be ignored if _ANY_ [[rules.allowlists]] matches.”
- [github] “Gitleaks introduced composite rules, which are made up of a single "primary" rule and one or more auxiliary or required rules.”
Secret scanning
developerScan a repository and its full git history for hardcoded secrets and credentials
weight 3 · round to GitleaksGitleaks' `git` command explicitly scans full git history via `git log -p`, and `dir`/`stdin` commands cover directory/file/stdin scanning for secrets like passwords, API keys, and tokens, with hands-on example output showing detection working. missing for 10: no independent third-party benchmark of detection accuracy across large real-world repos.
- [github] “The `git` command lets you scan local git repos. Under the hood, gitleaks uses the `git log -p` command to scan patches.”
- [github] “The `git` command lets you scan local git repos.”
- [github] “Gitleaks is a tool for detecting secrets like passwords, API keys, and tokens in git repos, files, and whatever else you wanna throw at it v…”
- [github] “➜ git commit -m "this commit contains a secret" Detect hardcoded secrets.................................................Failed”
- [github] “The `dir` (aliases include `files`, `directory`) command lets you scan directories and files. Example: `gitleaks dir -v path_to_directory_or…”
Gecko Securitynone0/10Gecko's documented capability is AI-driven vulnerability discovery (source-to-sink call chains, CVSS scoring, PoCs, patches) for application code, not secret/credential scanning or git-history scanning. Missing for 10: any mention of secret/credential detection, hardcoded key scanning, or scanning git commit history for leaked secrets.
- [claimed-docs] “Each finding includes a severity (CVSS 4.0), a confidence score, the full source-to-sink call chain, a proof of concept, and a suggested pat…”
- [claimed-docs] “Repository wiki: An AI-written map of your app: architecture, routing, and security model.”
- [claimed-docs] “Compiler-accurate (precise cross-file analysis) | TypeScript · JavaScript · Python · Go · Java · Scala · C# · Rust”
- [probe] “PROBE llms.txt: HTTP 200 at https://gecko.security/llms.txt # Gecko Security > Gecko Security is an AI security engineer that finds exploit…”
Triage noise — stories about triage noise in this arenaTriage noise
Stories about triage noise in this arena
Ai triage
ai-native userUse AI to triage findings — explaining them, deduplicating, and flagging likely false positives
weight 3 · round to Gecko SecurityGitleaksnone0/10No evidence of any AI-based triage, explanation, deduplication, or false-positive flagging feature; Gitleaks only offers manual allowlists, baselines, and composite rules for reducing noise, none of which use AI.
- [github] “You can define multiple allowlists for a rule to reduce false positives. A finding will be ignored if _ANY_ [[rules.allowlists]] matches.”
- [github] “When using a baseline, gitleaks will ignore any old findings that are present in the baseline.”
- [github] “After running the detect command with the --baseline-path parameter, report output (findings.json) will only contain new issues.”
- [probe] “PROBE llms.txt: HTTP 404 at https://gitleaks.io/llms.txt”
- [probe] “PROBE openapi: all candidate paths 404 (https://gitleaks.io/openapi.json, https://gitleaks.io/swagger.json, https://gitleaks.io/api/openapi.…”
Gecko Securitydisputedcontradicted4/10Docs describe confidence scores, severity, call chains, and PR-introduced vs pre-existing separation, plus an AI-tools API explicitly for triaging findings (gecko-security-docs-2, -9, -28), which maps to explaining/deduplicating/flagging false positives. However, hands-on community reports directly contradict the false-positive flagging claim: the tool assigned 100% confidence to two non-existent vulnerabilities and flagged an implausible 'RCE' in a CTF IRC bot script as high severity, while missing a real issue found by another scanner (gecko-security-comm-3, gecko-security-comm-5, gecko-security-comm-4). Missing for 10: independent validation that confidence scoring reliably suppresses false positives, and resolution of the reported inaccurate high-confidence findings.
- [claimed-docs] “Each finding includes a severity (CVSS 4.0), a confidence score, the full source-to-sink call chain, a proof of concept, and a suggested pat…”
- [claimed-docs] “Connect it to an AI tool and the tool can list your repositories and scans, pull full vulnerability evidence (proof of concept, call chain, …”
- [claimed-docs] “Findings introduced by the PR are separated from pre-existing ones, so reviewers focus on what the change adds.”
- [community] “Tool gave 100% confidence for two vulnerabilities (severity 9.4 and 6.5) that turned out not to be real.”
- [community] “Uploaded a project (sydbox) to scan; took 10 minutes and found only one vulnerability, an 'RCE: IRC Message Command Execution Bypass' in an …”
- [community] “Ran Gecko on a C project after Semgrep AI flagged a minor real issue; Gecko found nothing. After removing the fix and recreating the project…”
Fp management
security-engineerBaseline or ignore existing and false-positive findings so only new issues alert
weight 3 · round to GitleaksGitleaks explicitly supports baseline files via --baseline-path so only new findings appear in reports, and allowlists let users suppress known false positives per-rule. This directly matches the triage-noise story of ignoring existing/false-positive findings so only new issues alert. Missing for 10: no evidence of a centralized/dashboard-based suppression workflow or independent third-party validation of baseline accuracy at scale.
- [github] “When using a baseline, gitleaks will ignore any old findings that are present in the baseline.”
- [github] “After running the detect command with the --baseline-path parameter, report output (findings.json) will only contain new issues.”
- [github] “gitleaks will ignore any old findings that are present in the baseline”
- [github] “You can define multiple allowlists for a rule to reduce false positives. A finding will be ignored if _ANY_ [[rules.allowlists]] matches.”
Docs show PR scans separate pre-existing findings from new ones so reviewers focus on what changed (docs-28), and the API supports 'triage findings' (docs-10), implying some noise-reduction workflow. However, there's no explicit documentation of a false-positive marking/ignore mechanism or a persistent baseline snapshot feature, and community reports flag inaccurate high-confidence findings (comm-3) without confirming a suppression workflow exists. missing for 10: explicit 'mark as false positive'/dismiss UI, documented baseline snapshotting across scans, independent confirmation that dismissed findings stay suppressed on rescans.
- [claimed-docs] “Findings introduced by the PR are separated from pre-existing ones, so reviewers focus on what the change adds.”
- [claimed-docs] “Gecko's v1 API lets you trigger scans, read scan, repository, and vulnerability data, triage findings, manage scan schedules, rotate your Gi…”
- [claimed-docs] “create a ticket in Jira, Linear, ClickUp, or Shortcut”
- [community] “Tool gave 100% confidence for two vulnerabilities (severity 9.4 and 6.5) that turned out not to be real.”
developerFilter and gate on findings by severity or confidence so low-value noise does not block builds
weight 2 · round to Gecko SecurityGitleaksnone0/10Gitleaks evidence shows allowlists to suppress false positives and baseline diffing to ignore old findings, but there is no mention of a severity or confidence scoring/classification system, nor any flag to gate builds based on such levels. This axis is a fair ask for a secret-scanning tool but the evidence pack shows no severity/confidence triage mechanism.
- [github] “You can define multiple allowlists for a rule to reduce false positives. A finding will be ignored if _ANY_ [[rules.allowlists]] matches.”
- [github] “When using a baseline, gitleaks will ignore any old findings that are present in the baseline.”
- [github] “After running the detect command with the --baseline-path parameter, report output (findings.json) will only contain new issues.”
Docs confirm a 'fail-on severity' threshold for PR checks (e.g., fail on High and above) and that findings carry both severity and confidence scores, supporting build-gating by severity. However, there's no documented mechanism to gate/filter specifically by confidence score, only severity threshold is described as configurable. Missing for 10: explicit confidence-based filtering/gating controls, and independent verification that severity gating reliably suppresses low-value noise.
- [claimed-docs] “Each finding includes a severity (CVSS 4.0), a confidence score, the full source-to-sink call chain, a proof of concept, and a suggested pat…”
- [claimed-docs] “**Fail-on severity**: the severity threshold that fails the check (for example, fail on High and above).”
- [claimed-docs] “Findings introduced by the PR are separated from pre-existing ones, so reviewers focus on what the change adds.”
Not comparable on these axes
ai-native userPlug MCP servers into this product so it can use their tools
weight 3 · not comparableGitleaksn/aGitleaks is a secret-scanning CLI/action, not an AI agent or MCP-capable client; no evidence relates to MCP servers or tool-plugging, so this agenticness axis is a category error for this product.
Gecko Securitynone0/10All evidence describes Gecko exposing its own data via an MCP server so external AI tools/agents can call into Gecko (docs-9, probe-4) — the reverse relationship. There is no evidence that Gecko itself can act as an MCP client and plug in external MCP servers to use their tools.
- [claimed-docs] “Connect it to an AI tool and the tool can list your repositories and scans, pull full vulnerability evidence (proof of concept, call chain, …”
- [probe] “official MCP server documented at https://gecko.security/docs/ai-tools/overview”
ai-native userConnect an agent via an official MCP server
weight 3 · not comparableGitleaksn/aGitleaks is a secret-scanning CLI/CI tool, not an agent, and there is no evidence of an official MCP server offering; this is a category mismatch as the product is a scanning tool rather than an agentic client or platform designed for agent connectivity.
Gecko documents an official MCP/AI-tools integration (docs-9, probe-4) letting a connected AI agent list repositories/scans, pull full vulnerability evidence, triage findings, and file tickets, and the docs.md/llms.txt endpoints confirm agent-facing documentation exists. Missing for 10: independent or hands-on confirmation that the MCP server works as described, and details on setup/auth flow for connecting an external agent.
- [claimed-docs] “Connect it to an AI tool and the tool can list your repositories and scans, pull full vulnerability evidence (proof of concept, call chain, …”
- [probe] “official MCP server documented at https://gecko.security/docs/ai-tools/overview”
- [probe] “PROBE docs-md: HTTP 200 at https://gecko.security/docs.md --- title: "Gecko Security - Gecko Security" description: "An AI security engineer…”
ai-native userIssue scoped/least-privilege API credentials for an agent
weight 2 · not comparableGitleaksn/aGitleaks is a secret-detection CLI/scanner; it has no API or credential-issuing surface for agents, so scoped API credential provisioning is a category error for this product.
Gecko Securitydisputedcontradicted4/10Gecko documents API keys with named scopes, GitHub App 'scoped, auto-rotating access' and GitLab token rotation (docs-11, docs-25, docs-26, docs-12), which nominally support least-privilege credential issuance for connected tools/agents. However, community hands-on reports concretely contradict the least-privilege claim: the GitHub OAuth flow requests broad 'act on my behalf' and profile/email write permissions rather than fine-grained scopes, prompting explicit user pushback (comm-1, comm-7). Missing for 10: documented per-agent scope configuration, evidence that API keys/tokens can be restricted to specific actions/resources, and resolution of the OAuth over-permissioning complaint.
- [claimed-docs] “The App grants Gecko scoped, auto-rotating access, with no personal access token to manage.”
- [claimed-docs] “Give the key a descriptive name, such as `CI/CD Pipeline` or `Production`.”
- [claimed-docs] “API keys are now visible to the whole team with owner attribution and per-request usage logging”
- [claimed-docs] “PATCH /integrations/gitlab swaps in a fresh token, built for secret managers and rotation scripts.”
- [community] “OAuth flow asks for permission to write GitHub email/profile settings and 'act on my behalf' - concerning for a vuln scan tool, not just fin…”
- [community] “User objects to GitHub OAuth requesting 'act on your behalf' permission, equating it to full admin access across all repos and orgs; asks Ge…”
ai-native userBuild against official SDKs
weight 2 · not comparableGitleaksn/aGitleaks is a secret-scanning CLI/action, not an SDK-providing platform for building AI-native integrations; there's no evidence of, or plausible category fit for, official SDKs. This is a category mismatch rather than a missing capability.
Gecko documents a v1 REST API with OpenAPI spec, API keys, and webhooks that developers can build against, but there is no evidence of official client SDK libraries (e.g., Python/JS packages) beyond the raw API/OpenAPI reference. missing for 10: dedicated SDK libraries/language clients, independent developer corroboration of building against them.
- [claimed-docs] “Gecko's v1 API lets you trigger scans, read scan, repository, and vulnerability data, triage findings, manage scan schedules, rotate your Gi…”
- [claimed-docs] “API keys are now visible to the whole team with owner attribution and per-request usage logging”
- [probe] “PROBE openapi: HTTP 200 at https://gecko.security/openapi.json — contains "openapi" key”
ai-native userDelegate tasks to a built-in AI assistant inside the product
weight 3 · not comparableGitleaksn/aGitleaks is a secret-scanning CLI/CI tool, not an assistant-style product; there is no built-in AI assistant to delegate tasks to, and this is a category error for this kind of tool rather than a missing feature.
Gecko is framed as an 'AI security engineer' that autonomously scans, triages, patches, and files tickets, so users can delegate security tasks (request fix, ticket creation, PR fixes) to its built-in AI (gecko-security-docs-3, gecko-security-docs-6, gecko-security-docs-15, gecko-security-probe-1). However, this is a fixed pipeline of security actions rather than a general-purpose in-product assistant you can converse with or direct on arbitrary tasks; community reports also raise doubts about the AI's accuracy in these delegated tasks (gecko-security-comm-3, gecko-security-comm-5). Missing for 10: an explicit conversational/task-delegation assistant UI, evidence of open-ended task delegation beyond the scan/fix/ticket workflow, and independent confirmation the delegated AI reliably completes tasks.
- [claimed-docs] “Click Request fix to open a gecko/* pull request with the patch applied, or apply the patch yourself.”
- [claimed-docs] “create a ticket in Jira, Linear, ClickUp, or Shortcut”
- [claimed-docs] “Click **Request fix** to open a `gecko/*` pull request with the patch applied, or apply the patch yourself.”
- [probe] “PROBE llms.txt: HTTP 200 at https://gecko.security/llms.txt # Gecko Security > Gecko Security is an AI security engineer that finds exploit…”
- [community] “Tool gave 100% confidence for two vulnerabilities (severity 9.4 and 6.5) that turned out not to be real.”
- [community] “Uploaded a project (sydbox) to scan; took 10 minutes and found only one vulnerability, an 'RCE: IRC Message Command Execution Bypass' in an …”
ai-native userOperate the product with natural-language commands
weight 2 · not comparableGitleaksn/aGitleaks is a CLI secret-scanning tool operated via fixed subcommands and flags, not through natural-language instructions; no evidence of NL interface, and the category (a static analysis scanner) does not conceivably support conversational/agentic command input as a core product axis.
Gecko documents an official MCP/AI-tools integration letting a connected AI assistant list repos/scans, pull vulnerability evidence, triage findings, and file tickets via natural language, plus a full v1 API and OpenAPI spec (docs-9, docs-10, probe-3, probe-4). However, there's no hands-on or independent evidence confirming the natural-language workflow actually works well end-to-end — community reports focus on scan accuracy issues rather than the NL/agent interface itself. Missing for 10: independent/hands-on verification of the MCP natural-language workflow, and detail on command coverage/limitations.
- [claimed-docs] “Connect it to an AI tool and the tool can list your repositories and scans, pull full vulnerability evidence (proof of concept, call chain, …”
- [claimed-docs] “Gecko's v1 API lets you trigger scans, read scan, repository, and vulnerability data, triage findings, manage scan schedules, rotate your Gi…”
- [probe] “PROBE openapi: HTTP 200 at https://gecko.security/openapi.json — contains "openapi" key”
- [probe] “official MCP server documented at https://gecko.security/docs/ai-tools/overview”
ai-native userTest against a sandbox environment without touching production data
weight 1 · not comparableGitleaksn/aGitleaks is a secret-scanning CLI/CI tool, not an agentic AI service with sandbox/production environments to test against; the sandbox-vs-production distinction is a category error for this product type.
Gecko Securitynone0/10The evidence describes scanning source repos/ZIP uploads and hybrid AWS deployment (scanner runs in customer's own account), but nothing explicitly describes a dedicated sandbox environment for safely testing exploits or PoCs without touching production data. missing for 10: explicit sandbox/isolated test environment description, confirmation that PoC execution or exploit verification never touches live production systems or data.
- [claimed-docs] “Paste a public repository URL or upload a ZIP instead. No provider connection required.”
- [claimed-docs] “the scanner, S3 storage, and all AI inference run inside your AWS account. Gecko hosts only the dashboard, database, and scan orchestration.”
- [claimed-docs] “the scanner, S3 storage, and all AI inference run inside your AWS account.”
ai-native userVersion, review, and roll back my automations
weight 1 · not comparableGitleaksn/aGitleaks is a secret-detection scanner, not an automation/workflow builder; it has no concept of 'automations' to version, review, or roll back — this axis is a category error for this product type.
Gecko Securitynone0/10Gecko Security is a vulnerability-scanning/security tool, not an automation-building or workflow tool; the evidence shows PR creation, fix verification, and ticket filing but nothing about versioning, reviewing, or rolling back 'automations' (i.e., the scanning/triage workflows themselves). No changelog history, version control, or rollback mechanism for the automations it runs is documented.
- [claimed-docs] “Click Request fix to open a gecko/* pull request with the patch applied, or apply the patch yourself.”
- [claimed-docs] “Gecko rechecks the finding and marks it Fix verified once the vulnerability is gone.”
- [claimed-docs] “create a ticket in Jira, Linear, ClickUp, or Shortcut”
devops-leadScan container images for OS-package and application-layer vulnerabilities before deploying them
weight 3 · not comparableGitleaksn/aGitleaks is purely a secret-detection tool for git repos, files, and stdin; it has no functionality for scanning container images for OS-package or application vulnerabilities, which is entirely outside its product category (that's the domain of tools like Trivy/Grype).
Gecko Securitynone0/10Gecko's documented capability is AI-driven source-code (SAST) analysis across languages like TypeScript, Python, Go, Java, etc., producing call-chain/PoC findings and PR fixes — no evidence describes scanning container images for OS-package (e.g., CVE feeds on apt/rpm packages) or layered image vulnerabilities. The only container-adjacent mention is a changelog entry resolving a version to a digest-pinned image_ref, which is about release artifact resolution, not vulnerability scanning of container layers.
- [claimed-docs] “Compiler-accurate (precise cross-file analysis) | TypeScript · JavaScript · Python · Go · Java · Scala · C# · Rust”
- [claimed-docs] “resolves a version to its release... the response includes the digest-pinned image_ref to pull”
- [claimed-docs] “GET /releases/{channel}/{version} resolves a version to its release.”
devops-leadScan Terraform, Kubernetes, and other IaC files for security misconfigurations
weight 2 · not comparableGitleaksn/aGitleaks is a secrets-detection tool focused on finding hardcoded credentials in code, not an IaC misconfiguration scanner (e.g., checking Terraform/Kubernetes for insecure settings); this is a wrong axis for this product category.
Gecko Securitynone0/10Gecko's documented scanning scope is source-code vulnerability analysis (TypeScript, JavaScript, Python, Go, Java, Scala, C#, Rust) with call-chain/PoC findings; no evidence anywhere mentions Terraform, Kubernetes manifests, or IaC misconfiguration scanning. The axis is plausible for a security-scanning product, but no capability is evidenced, so this is 'none' rather than 'na'.
- [claimed-docs] “Compiler-accurate (precise cross-file analysis) | TypeScript · JavaScript · Python · Go · Java · Scala · C# · Rust”
- [claimed-docs] “Repository wiki: An AI-written map of your app: architecture, routing, and security model.”
- [claimed-docs] “Endpoint map: The HTTP attack surface Gecko discovered in your code.”
developerGet concrete upgrade paths or automated fix pull requests that remediate vulnerable dependencies
weight 2 · not comparableGitleaksn/aGitleaks is a secrets-detection tool that scans for hardcoded credentials; it does not analyze software dependencies for known vulnerabilities (SCA) and has no concept of dependency upgrade paths or fix PRs. This story belongs to the dependency-SCA product category, not a secrets scanner.
Gecko Securitynone0/10Gecko's documented capability is source-to-sink code vulnerability detection (SAST-style) with a generic 'Request fix' PR mechanism for findings it detects in application code; there is no evidence of dependency/package manifest scanning, CVE-to-package matching, or specific upgrade-path recommendations for vulnerable dependencies (SCA). Missing for 10: any mention of software composition analysis, dependency manifest parsing, package version resolution, or upgrade-path guidance tied to third-party library CVEs.
- [claimed-docs] “Each finding includes a severity (CVSS 4.0), a confidence score, the full source-to-sink call chain, a proof of concept, and a suggested pat…”
- [claimed-docs] “Click Request fix to open a gecko/* pull request with the patch applied, or apply the patch yourself.”
- [claimed-docs] “Click **Request fix** to open a `gecko/*` pull request with the patch applied, or apply the patch yourself.”
- [claimed-docs] “Compiler-accurate (precise cross-file analysis) | TypeScript · JavaScript · Python · Go · Java · Scala · C# · Rust”
developerScan my dependency manifests and lockfiles for packages with known vulnerabilities
weight 3 · not comparableGitleaksn/aGitleaks is a secret-detection tool (scanning for hardcoded passwords, API keys, tokens) and has no dependency/SCA vulnerability scanning capability; this axis belongs to a different product category (SCA tools like Dependabot/Snyk).
Gecko Securitynone0/10Gecko's documented capability is AI-driven source-code (SAST) analysis — call-chain tracing, endpoint mapping, PR-level code review — with no mention of scanning package manifests, lockfiles, or third-party dependency CVEs. Since Gecko is a security scanner, dependency/SCA scanning is a fair axis to ask about, but no evidence shows it exists.
security-engineerPrioritize dependency alerts by whether the vulnerable code is actually reachable from my code
weight 2 · not comparableGitleaksn/aGitleaks is a secrets-detection tool that scans git history, files, and streams for hardcoded credentials; it has no dependency/SCA vulnerability scanning or code-reachability analysis capability. Reachability-based prioritization of dependency alerts is a different product category (SCA tooling) and is a category error for this product.
Gecko Securitynone0/10Gecko's docs describe source-to-sink call-chain analysis and reachability for vulnerabilities found in first-party code, but there is no evidence it ingests dependency/SCA alerts (e.g., known-CVE package advisories) or prioritizes them by reachability — it's positioned as a SAST-style code vulnerability scanner, not a dependency/SCA tool.
- [claimed-docs] “Each finding includes a severity (CVSS 4.0), a confidence score, the full source-to-sink call chain, a proof of concept, and a suggested pat…”
- [claimed-docs] “Compiler-accurate (precise cross-file analysis) | TypeScript · JavaScript · Python · Go · Java · Scala · C# · Rust”
- [claimed-docs] “Repository wiki: An AI-written map of your app: architecture, routing, and security model.”
- [claimed-docs] “Endpoint map: The HTTP attack surface Gecko discovered in your code.”
ai-native userDo everything through the API that I can do in the UI
weight 2 · not comparableGitleaksn/aGitleaks is a CLI/GitHub Action tool with no web UI or API surface to compare against; probes confirm no OpenAPI/llms.txt exposed, and all documented interaction is via CLI commands or CI action config, not a UI/API pair.
Gecko exposes a documented v1 API (and OpenAPI spec) covering scans, repository/vulnerability data, triage, scheduling, token rotation and webhooks, plus an AI-tools/MCP-style integration that can list repos, pull evidence, triage, and file tickets — a substantial subset of UI functionality. However, there's no explicit claim or evidence that every UI feature (e.g., repository wiki generation, endpoint map, PR review summaries, initial GitHub App connection setup) is API-accessible, so full UI/API parity isn't demonstrated. Missing for 10: explicit parity statement or evidence that wiki/endpoint-map/PR-review generation and account/connection setup are API-triggerable, independent confirmation of API completeness.
- [claimed-docs] “Gecko's v1 API lets you trigger scans, read scan, repository, and vulnerability data, triage findings, manage scan schedules, rotate your Gi…”
- [claimed-docs] “Connect it to an AI tool and the tool can list your repositories and scans, pull full vulnerability evidence (proof of concept, call chain, …”
- [probe] “PROBE openapi: HTTP 200 at https://gecko.security/openapi.json — contains "openapi" key”
- [claimed-docs] “Repository wiki: An AI-written map of your app: architecture, routing, and security model.”
- [claimed-docs] “Endpoint map: The HTTP attack surface Gecko discovered in your code.”
- [claimed-docs] “PR reviews & fixes: On pull requests, a security review summary and one-click fixes.”
ai-native userExport all of my data in open formats and leave
weight 3 · not comparableGitleaksn/aGitleaks is a local/CLI secret-scanning tool with no proprietary data store or SaaS account holding user data — findings and configs are already local, open-format files (JSON/TOML), so there is no vendor lock-in or 'export and leave' scenario to evaluate; this axis is a category error for this kind of tool.
The v1 API lets users read scan, repository, and vulnerability data programmatically (JSON via OpenAPI), which provides a technical path to export findings data, but there is no documented bulk 'export all data' feature, no mention of open-format guarantees for full account data, and no offboarding/exit workflow. missing for 10: explicit full-data export tooling, documented open-format (e.g. CSV/JSON) export guarantee, and account-closure/data-portability policy.
- [claimed-docs] “Gecko's v1 API lets you trigger scans, read scan, repository, and vulnerability data, triage findings, manage scan schedules, rotate your Gi…”
- [probe] “PROBE openapi: HTTP 200 at https://gecko.security/openapi.json — contains "openapi" key”
ai-native userChoose where my data is stored (region/residency)
weight 2 · not comparableGitleaksn/aGitleaks is a local/CI CLI tool that scans repos and files on the user's own infrastructure; it does not store or host user data in any cloud service, so data residency/region selection is not a meaningful axis for this product type.
Gecko offers a hybrid deployment where the scanner, S3 storage, and AI inference run inside the customer's own AWS account, and an on-prem/self-hosted/private cloud pricing tier, both of which let customers effectively control where their data resides. However, there's no explicit UI/setting for choosing a region for the Gecko-hosted dashboard/database components, and no documentation of specific supported regions or compliance certifications tied to residency. Missing for 10: explicit region-selection controls for Gecko-hosted components, list of supported regions, and residency/compliance documentation (e.g., GDPR/data-locality guarantees).
- [claimed-docs] “the scanner, S3 storage, and all AI inference run inside your AWS account. Gecko hosts only the dashboard, database, and scan orchestration.”
- [claimed-docs] “the scanner, S3 storage, and all AI inference run inside your AWS account.”
- [claimed-docs] “Unlimited scanning * On-prem / self-hosted / private cloud”
ai-native userPrevent my data from being used to train AI models
weight 3 · not comparableGitleaksn/aGitleaks is a secret-scanning CLI/CI tool with no AI model training or data-usage policy dimension; preventing AI-training use of user data is not an applicable axis for this product category.
ai-native userControl data retention and deletion
weight 2 · not comparableGitleaksn/aGitleaks is a local/CI scanning CLI (and GitHub Action) that does not collect or retain user data on vendor servers; there is no data-retention/deletion surface to control, so this privacy-posture axis does not apply to this product category.
- [github] “The `git` command lets you scan local git repos.”
- [github] “The `dir` (aliases include `files`, `directory`) command lets you scan directories and files.”
- [github] “You can also stream data to gitleaks with the `stdin` command.”
- [claimed-docs] “Enable **Gitleaks-Action** in your GitHub workflows to be alerted when secrets are leaked as soon as they happen.”
Gecko Securitynone0/10The evidence pack covers scanning, PR fixes, integrations, hybrid deployment, and API/webhooks, but there is no mention of data retention policies, data deletion controls, or user ability to purge stored findings/scan data. Hybrid deployment keeps scanner/AI inference in the customer's AWS account, but this does not address retention/deletion of dashboard-hosted data. missing for 10: explicit data retention policy documentation, a deletion/purge mechanism or API, and any account/data-export or GDPR-style deletion workflow.
- [claimed-docs] “the scanner, S3 storage, and all AI inference run inside your AWS account. Gecko hosts only the dashboard, database, and scan orchestration.”
- [claimed-docs] “the scanner, S3 storage, and all AI inference run inside your AWS account.”
ai-native userHave AI draft remediation pull requests for security findings that I review and merge
weight 2 · not comparableGitleaksn/aGitleaks is a secret-detection scanner (CLI/CI action) that flags leaked secrets; it has no evidence of AI-driven remediation PR drafting, which is a code-fix generation capability outside its category of tools like Copilot Autofix or Dependabot.
Docs describe a complete AI-drafted remediation PR workflow: 'Request fix' opens a gecko/* PR with the patch applied, fixes can commit directly to the PR's head branch, and Gecko rechecks and marks 'Fix verified' once merged and the vulnerability is resolved — squarely matching the ai-native review-and-merge story. Community reports raise concerns about finding accuracy/false positives, but do not contradict that the PR-drafting/remediation mechanism itself works as documented. Missing for 10: independent hands-on confirmation that the auto-generated patches are high quality and mergeable without heavy rework.
- [claimed-docs] “Click Request fix to open a gecko/* pull request with the patch applied, or apply the patch yourself.”
- [claimed-docs] “Click **Request fix** to open a `gecko/*` pull request with the patch applied, or apply the patch yourself.”
- [claimed-docs] “When the fix merges, Gecko rechecks the finding and marks it **Fix verified** once the vulnerability is gone.”
- [claimed-docs] “Commit to an existing PR: For findings from a PR scan, Gecko can commit the fix directly to the PR's head branch so the fix rides along with…”
- [claimed-docs] “PR reviews & fixes: On pull requests, a security review summary and one-click fixes.”
- [community] “Tool gave 100% confidence for two vulnerabilities (severity 9.4 and 6.5) that turned out not to be real.”
security-engineerDetect taint-style vulnerabilities that flow across files and function boundaries
weight 2 · not comparableGitleaksn/aGitleaks is a regex/entropy-based secret-detection tool, not a SAST/taint-analysis engine; it has no concept of data-flow tracking across files or function boundaries. This story targets a different product category (SAST tools), so the axis does not apply.
Gecko Securitydisputedcontradicted5/10Docs explicitly claim 'compiler-accurate' cross-file analysis and 'full source-to-sink call chain' reporting, which directly describes taint-style detection across file/function boundaries (gecko-security-docs-2, gecko-security-docs-20). However, independent hands-on reports show concrete failures of this claim: 100%-confidence findings that were not real vulnerabilities, missed a real known issue flagged by another tool, and an inaccurate/irrelevant finding on a scanned project (gecko-security-comm-3, gecko-security-comm-4, gecko-security-comm-5). Missing for 10: independent verification of true-positive cross-file taint chains, resolution of the reported false positive/negative cases, and reproducible benchmark data.
- [claimed-docs] “Each finding includes a severity (CVSS 4.0), a confidence score, the full source-to-sink call chain, a proof of concept, and a suggested pat…”
- [claimed-docs] “Compiler-accurate (precise cross-file analysis) | TypeScript · JavaScript · Python · Go · Java · Scala · C# · Rust”
- [community] “Tool gave 100% confidence for two vulnerabilities (severity 9.4 and 6.5) that turned out not to be real.”
- [community] “Ran Gecko on a C project after Semgrep AI flagged a minor real issue; Gecko found nothing. After removing the fix and recreating the project…”
- [community] “Uploaded a project (sydbox) to scan; took 10 minutes and found only one vulnerability, an 'RCE: IRC Message Command Execution Bypass' in an …”
developerRun static analysis that finds vulnerability classes like injection and XSS in my source code
weight 3 · not comparableGitleaksn/aGitleaks is exclusively a secrets-detection tool (passwords, API keys, tokens); it does not perform SAST for vulnerability classes like injection or XSS, which is an entirely different product category.
- [github] “Gitleaks is a tool for detecting secrets like passwords, API keys, and tokens in git repos, files, and whatever else you wanna throw at it v…”
Gecko Securitydisputedcontradicted5/10Gecko's docs describe compiler-accurate, cross-file static analysis with source-to-sink call chains, CVSS severity, and confidence scores that would encompass classes like SQLi/XSS (docs-2, docs-20), and it supports multiple languages. However, independent hands-on testing on Hacker News reports both missed real vulnerabilities and high-confidence false positives (comm-3, comm-4, comm-5), directly contradicting the accuracy implied by the docs. Missing for 10: independent benchmark data on injection/XSS detection rates, and resolution of the false-positive/false-negative reports.
- [claimed-docs] “Each finding includes a severity (CVSS 4.0), a confidence score, the full source-to-sink call chain, a proof of concept, and a suggested pat…”
- [claimed-docs] “Compiler-accurate (precise cross-file analysis) | TypeScript · JavaScript · Python · Go · Java · Scala · C# · Rust”
- [community] “Tool gave 100% confidence for two vulnerabilities (severity 9.4 and 6.5) that turned out not to be real.”
- [community] “Ran Gecko on a C project after Semgrep AI flagged a minor real issue; Gecko found nothing. After removing the fix and recreating the project…”
- [community] “Uploaded a project (sydbox) to scan; took 10 minutes and found only one vulnerability, an 'RCE: IRC Message Command Execution Bypass' in an …”
security-engineerScan non-git sources like S3 buckets, Docker images, and CI logs for leaked secrets
weight 2 · not comparableGitleaksnone0/10Gitleaks supports scanning git repos, directories/files, and stdin, but there is no evidence of native support for scanning S3 buckets, Docker images, or CI logs as distinct source types; stdin streaming could theoretically pipe in arbitrary data but no documentation or examples confirm scanning these non-git sources.
- [github] “The `git` command lets you scan local git repos.”
- [github] “The `dir` (aliases include `files`, `directory`) command lets you scan directories and files.”
- [github] “You can also stream data to gitleaks with the `stdin` command.”
- [github] “Gitleaks is a tool for detecting secrets like passwords, API keys, and tokens in git repos, files, and whatever else you wanna throw at it v…”
Gecko Securityn/aGecko Security is a code-vulnerability/SAST scanner focused on repositories (Git, ZIP uploads, PR scanning) and application security analysis, not a secrets-detection tool for non-git artifacts like S3 buckets, Docker images, or CI logs. Nothing in the evidence pack mentions secret scanning of cloud storage, container images, or CI log artifacts — this is outside the product's category of static/dynamic vulnerability analysis on source code.
security-engineerHave detected secrets verified against the issuing service so I know which ones are live
weight 2 · not comparableGitleaksnone0/10No evidence in the pack indicates Gitleaks or gitleaks-action performs live verification of detected secrets against the issuing service (e.g., checking if an API key is still active); its capabilities are limited to detection, allowlisting, baselines, and PR alerting.
Gecko Securityn/aGecko Security is a vulnerability/SAST scanner focused on code-flow analysis (source-to-sink, patches, PR checks); the evidence pack shows no secret-scanning or live-credential-verification capability at all — this axis belongs to a secrets-detection product category, not this AST/vulnerability scanner.
devops-leadDetect the licenses of my dependencies and enforce a license policy in scans
weight 1 · not comparableGitleaksn/aGitleaks is a secrets-detection tool focused on scanning for hardcoded credentials; it has no SBOM/dependency inventory or license-scanning capability, so license policy enforcement is outside its product category.
security-engineerGenerate a software bill of materials (SPDX or CycloneDX) for my project or image
weight 2 · not comparableGitleaksn/aGitleaks is a secret-scanning tool; nothing in its evidence relates to SBOM generation (SPDX/CycloneDX), which is outside its product category entirely.