0

/ 100

GradeB

A well-known project done right. Strong docs and solid engineering throughout.

Demisto is now Cortex XSOAR. Automate and orchestrate your Security Operations with Cortex XSOAR's ever-growing Content Repository. Pull Requests are always welcome and highly appreciated!

Documentation

84

Contributing guide5pt52

CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.

Add setup instructions, code style notes, and how to run tests.

README12pt85

This repository is large enough that GitHub truncated the file tree. The scan is based on a partial file list, so some checks may under-report.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under MIT.

Engineering

80

CI/CD14pt57

CI is configured (.github/workflows/check-ai-review-approval.yml).

Tests18pt80

Test files detected (.github/github_workflow_scripts/github_workflow_scripts_tests/autobump_rn_test.py).

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

Reproducibility6pt100

Lockfile present (Packs/Exchange2016_Compliance/Integrations/Exchange2016_Compliance/doc_files/requirements.txt). Installs are reproducible.

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (Packs/Exchange2016_Compliance/Integrations/Exchange2016_Compliance/doc_files/requirements.txt).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 1,948
    Forks
  • 0
    Releases

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 1,286
    Watchers

Responsiveness

  • -
    Median issue response
  • <1h
    Median PR merge time
  • 221
    Open issues
Repository files23 root entries
  • .devcontainer
    Good: Environment pinned via .devcontainer/Dockerfile.
  • .github
    Good: Test files detected (.github/github_workflow_scripts/github_workflow_scripts_tests/autobump_rn_test.py).
    Good: CI is configured (.github/workflows/check-ai-review-approval.yml).
    Good: Dependabot covers 3 ecosystems (github-actions, npm, pip). Dependencies stay current.
    Good: Issue or PR templates present.
  • .gitlab
  • .guardrails
  • .hooks
  • .vscode
  • Config
  • Documentation
  • Images
  • Packs
    Good: Lockfile present (Packs/Exchange2016_Compliance/Integrations/Exchange2016_Compliance/doc_files/requirements.txt). Installs are reproducible.
    Good: Dependency manifest found (Packs/Exchange2016_Compliance/Integrations/Exchange2016_Compliance/doc_files/requirements.txt).
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .git-blame-ignore-revs
  • .gitignore
    Good: .gitignore present.
  • .lgtm.yml
  • .markdownlint-cli2.jsonc
  • .nvmrc
  • .pre-commit-config_template.yaml
  • .secrets_white_list.json
  • .sourcery.yaml
  • AGENTS.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • CONTRIBUTING.md
    Issue: CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.
    Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.
    Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.
    Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).
    Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.
    Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
  • LICENSE
    Good: Licensed under MIT.