Skip to main content

GitHub security alerts checker (Dependabot, secret scanning, code scanning) — standalone module from the SciTeX ecosystem

Project description

scitex-security

SciTeX

GitHub security-alert utilities — Dependabot, secret scanning, code scanning. Pure stdlib + `gh` subprocess, zero scitex.* runtime deps.

Full Documentation · uv pip install scitex-security[all]

PyPI Python Tests Coverage Docs License: AGPL v3


Installation

pip install scitex-security

Architecture

src/scitex_security/
├── __init__.py     # public re-exports
├── github.py       # GitHub alert collection (Dependabot / secret / code scanning)
├── cli.py          # `scitex-security check` / `show-latest`
├── __main__.py     # python -m scitex_security
└── _skills.py      # bundled agent skills

Runtime flow:
  scitex-security check <owner/repo>
        │
        ▼
  github.check_github_alerts()
        │ subprocess
        ▼
  gh api repos/<owner>/<repo>/{dependabot,secret-scanning,code-scanning}/alerts
        │
        ▼
  format_alerts_report() → save_alerts_to_file(.scitex/security/)

scitex-security shells out to gh (GitHub CLI) and never touches your tokens directly — GH_TOKEN / GITHUB_TOKEN are read by the gh subprocess from the environment, not from this package.

2 Interfaces

Python API (primary)
from scitex_security import (
    check_github_alerts,
    save_alerts_to_file,
    format_alerts_report,
    GitHubSecurityError,
)

alerts = check_github_alerts(repo="ywatanabe1989/myrepo")
print(format_alerts_report(alerts))
save_alerts_to_file(alerts, output_dir=".scitex/security")
CLI
scitex-security check ywatanabe1989/myrepo
scitex-security show-latest --security-dir ./logs/security

Demo

flowchart LR
    user["scitex-security check\nywatanabe1989/myrepo"] --> api["check_github_alerts()"]
    env["GH_TOKEN /\nGITHUB_TOKEN"] -.-> gh["gh CLI subprocess"]
    api --> gh
    gh --> dep["Dependabot alerts"]
    gh --> sec["secret-scanning alerts"]
    gh --> code["code-scanning alerts"]
    dep --> report["format_alerts_report()"]
    sec --> report
    code --> report
    report --> stdout[("terminal report")]
    report --> save["save_alerts_to_file()"]
    save --> json[(".scitex/security/<ts>.json")]

Quick Start

See the Python API block above for the minimal end-to-end example.

Environment Variables

Variable Purpose Default
SCITEX_SECURITY_CONFIG Path to a YAML config file (overrides ~/.scitex/security/config.yaml). unset
GH_TOKEN / GITHUB_TOKEN Auth token used by the underlying gh CLI subprocess. unset

Config precedence: explicit path → $SCITEX_SECURITY_CONFIG~/.scitex/security/config.yaml → built-in defaults.

Status

Standalone fork of scitex.security. Pure stdlib + gh CLI subprocess — zero scitex.* runtime deps. Umbrella scitex.security import path is preserved via a sys.modules-alias bridge.

Part of SciTeX

scitex-security is part of SciTeX. Install via the umbrella with pip install scitex[security] to use as scitex.security (Python) or scitex security ... (CLI).

Four Freedoms for Research

  1. The freedom to run your research anywhere — your machine, your terms.
  2. The freedom to study how every step works — from raw data to final manuscript.
  3. The freedom to redistribute your workflows, not just your papers.
  4. The freedom to modify any module and share improvements with the community.

AGPL-3.0 — because we believe research infrastructure deserves the same freedoms as the software it runs on.

License

AGPL-3.0-only (see LICENSE).


SciTeX

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scitex_security-0.1.3.tar.gz (27.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

scitex_security-0.1.3-py3-none-any.whl (28.3 kB view details)

Uploaded Python 3

File details

Details for the file scitex_security-0.1.3.tar.gz.

File metadata

  • Download URL: scitex_security-0.1.3.tar.gz
  • Upload date:
  • Size: 27.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for scitex_security-0.1.3.tar.gz
Algorithm Hash digest
SHA256 cfaa6bea0707126b19475dd2047a44912d4a612f9485e5c7491c14290c611fa1
MD5 5f200a4a5ee18a3afaa4c92a84ae59bc
BLAKE2b-256 f12891b04ac8087d8ea3fdf732570b824ad875da48ab4cf0974d1d4d8402b468

See more details on using hashes here.

Provenance

The following attestation bundles were made for scitex_security-0.1.3.tar.gz:

Publisher: publish-pypi.yml on ywatanabe1989/scitex-security

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scitex_security-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: scitex_security-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 28.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for scitex_security-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a35a093d3ae5e23051b02e2dafa7f63c0288b8be84ed71f5eee170bb1fe0cb40
MD5 ab950a60c4d87721aaad0d323b77f417
BLAKE2b-256 314c7ca1dba9b9264eb5f5b2296238c523f07cf7e09a203474e935dc626ffa13

See more details on using hashes here.

Provenance

The following attestation bundles were made for scitex_security-0.1.3-py3-none-any.whl:

Publisher: publish-pypi.yml on ywatanabe1989/scitex-security

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page