Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ParzivalHack/PySpector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.4-beta
Choose a base ref
...
head repository: ParzivalHack/PySpector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.4-beta-hotfix
Choose a head ref
  • 7 commits
  • 7 files changed
  • 3 contributors

Commits on Jan 10, 2026

  1. Configuration menu
    Copy the full SHA
    40616d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e9fa3b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2026

  1. Add contributor guide for writing custom PySpector rules (#19)

    Add contributor guide to contributing.md
    
    ---------
    
    Co-authored-by: Tommaso Bona <piergeolo@gmail.com>
    Chidwan3578 and ParzivalHack authored Jan 11, 2026
    Configuration menu
    Copy the full SHA
    b9b1c02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe5678d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dfaa90 View commit details
    Browse the repository at this point in the history
  4. feat: detect hardcoded Anthropic (Claude) API keys (#20)

    Adds a new security rule to detect hardcoded Anthropic (Claude) API
    keys.
    
    - Regex-based detection for `sk-ant-*` keys
    - High severity with remediation guidance
    - Includes an example file demonstrating detection
    
    This expands AI/LLM credential leakage coverage.
    Musa2609 authored Jan 11, 2026
    Configuration menu
    Copy the full SHA
    4fab46a View commit details
    Browse the repository at this point in the history
  5. .

    ParzivalHack committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    03025fe View commit details
    Browse the repository at this point in the history
Loading