Claude Skill

Baseline and Review Repository Secret Findings with detect-secrets

Scan a repository for secrets, keep an auditable baseline, and review only newly introduced findings during commits or CI checks.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_baseline-and-review-repository-secret-findings-with-detect-secrets-07beb56.zip · 0 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/baseline-and-review-repository-secret-findings-with-detect-secrets
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Baseline and Review Repository Secret Findings with detect-secrets

Scan a repository for secrets, keep an auditable baseline, and review only newly introduced findings during commits or CI checks.

Prerequisites

Python, detect-secrets CLI, git repository

Installation

Use the upstream install or setup path that matches your environment:

  • $ pip install detect-secrets
  • $ brew install detect-secrets
  • $ pip install detect-secrets[word_list]
  • $ pip install detect-secrets[gibberish]

Requirements and caveats from upstream:

  • python
  • Specify path to custom filter. May be a python module
  • is great for non-structured secrets, but may require tuning to adjust the scanning precision.

Basic usage or getting-started notes:

Documentation

Source

Files (skills)
  • SKILL.md 1.8 KB
    ---
    name: "Baseline and Review Repository Secret Findings with detect-secrets"
    slug: "baseline-and-review-repository-secret-findings-with-detect-secrets"
    description: "Scan a repository for secrets, keep an auditable baseline, and review only newly introduced findings during commits or CI checks."
    github_stars: 4482
    verification: "security_reviewed"
    source: "https://github.com/Yelp/detect-secrets"
    author: "Yelp"
    publisher_type: "organization"
    category: "Security & Verification"
    framework: "Multi-Framework"
    tool_ecosystem:
      github_repo: "Yelp/detect-secrets"
      github_stars: 4482
    ---
    
    # Baseline and Review Repository Secret Findings with detect-secrets
    
    Scan a repository for secrets, keep an auditable baseline, and review only newly introduced findings during commits or CI checks.
    
    ## Prerequisites
    
    Python, detect-secrets CLI, git repository
    
    ## Installation
    
    Use the upstream install or setup path that matches your environment:
    - $ pip install detect-secrets
    - $ brew install detect-secrets
    - $ pip install detect-secrets[word_list]
    - $ pip install detect-secrets[gibberish]
    
    Requirements and caveats from upstream:
    - python
    - Specify path to custom filter. May be a python module
    - is great for non-structured secrets, but may require tuning to adjust the scanning precision.
    
    Basic usage or getting-started notes:
    - Create a baseline of potential secrets currently found in your git repository.
    - bash
    - $ detect-secrets scan > .secrets.baseline
    
    - Source: https://github.com/Yelp/detect-secrets
    - Extracted from upstream docs: https://raw.githubusercontent.com/Yelp/detect-secrets/HEAD/README.md
    
    ## Documentation
    
    - https://github.com/Yelp/detect-secrets
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/baseline-and-review-repository-secret-findings-with-detect-secrets/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related