An open API service providing repository metadata for many open source software ecosystems.

GitHub / PythonCoderAS / SmartRange

A range parsing library

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonCoderAS%2FSmartRange
PURL: pkg:github/PythonCoderAS/SmartRange

Stars: 0
Forks: 0
Open issues: 0

License: mit
Language: Python
Size: 289 KB
Dependencies parsed at: Pending

Created at: over 3 years ago
Updated at: about 1 year ago
Pushed at: about 1 year ago
Last synced at: about 2 months ago

Commit Stats

Commits: 53
Authors: 4
Mean commits per author: 13.25
Development Distribution Score: 0.547
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/PythonCoderAS/SmartRange

OpenSSF Scorecard report

3.7

Overall Score

10/10 Critical Risk
14/50 High Risk
8/40 Medium Risk
10/20 Low Risk
Generated on August 11, 2025 | Scorecard vv5.2.1-40-gf6ed084d
Security Checks
10/10
Binary-Artifacts
High Risk

no binaries found in the repo

Determines if the project has generated executable (binary) artifacts in the source repository.

10/10
Dangerous-Workflow
Critical Risk

no dangerous workflow patterns detected

Determines if the project's GitHub Action workflows avoid dangerous patterns.

10/10
License
Low Risk

license file detected

Determines if the project has defined a license.

Show details
ℹ️ Info: project has a license file: LICENSE:0
ℹ️ Info: FSF or OSI recognized license: MIT License: LICENSE:0
8/10
SAST
Medium Risk

SAST tool detected but not run on all commits

Determines if the project uses static code analysis.

Show details
ℹ️ Info: SAST configuration detected: CodeQL
⚠️ Warn: 20 commits out of 30 are checked with a SAST tool
4/10
Vulnerabilities
High Risk

6 existing vulnerabilities detected

Determines if the project has open, known unfixed vulnerabilities.

Show details
⚠️ Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7
⚠️ Warn: Project is vulnerable to: GHSA-gmj6-6f8f-6699
⚠️ Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h
⚠️ Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7
⚠️ Warn: Project is vulnerable to: GHSA-48p4-8xcf-vxj5
⚠️ Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v
0/10
Branch-Protection
High Risk

branch protection not enabled on development/release branches

Determines if the default and release branches are protected with GitHub's branch protection settings.

Show details
⚠️ Warn: branch protection not enabled for branch 'master'
0/10
CII-Best-Practices
Low Risk

no effort to earn an OpenSSF best practices badge detected

Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.

0/10
Fuzzing
Medium Risk

project is not fuzzed

Determines if the project uses fuzzing.

Show details
⚠️ Warn: no fuzzer integrations found
0/10
Maintained
High Risk

project is archived

Determines if the project is "actively maintained".

Show details
⚠️ Warn: Repository is archived.
0/10
Pinned-Dependencies
Medium Risk

dependency not pinned by hash detected -- score normalized to 0

Determines if the project has declared and pinned the dependencies of its build process.

Show details
⚠️ Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/auto-update.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PythonCoderAS/SmartRange/auto-update.yml/master?enable=pin
⚠️ Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/auto-update.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/PythonCoderAS/SmartRange/auto-update.yml/master?enable=pin
⚠️ Warn: third-party GitHubAction not pinned by hash: .github/workflows/auto-update.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/PythonCoderAS/SmartRange/auto-update.yml/master?enable=pin
⚠️ Warn: third-party GitHubAction not pinned by hash: .github/workflows/auto-update.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/PythonCoderAS/SmartRange/auto-update.yml/master?enable=pin
⚠️ Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/PythonCoderAS/SmartRange/codeql-analysis.yml/master?enable=pin
⚠️ Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/PythonCoderAS/SmartRange/codeql-analysis.yml/master?enable=pin
⚠️ Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/PythonCoderAS/SmartRange/codeql-analysis.yml/master?enable=pin
⚠️ Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/PythonCoderAS/SmartRange/codeql-analysis.yml/master?enable=pin
⚠️ Warn: pipCommand not pinned by hash: .github/workflows/auto-update.yml:21
ℹ️ Info: 0 out of 6 GitHub-owned GitHubAction dependencies pinned
ℹ️ Info: 0 out of 2 third-party GitHubAction dependencies pinned
ℹ️ Info: 0 out of 1 pipCommand dependencies pinned
0/10
Security-Policy
Medium Risk

security policy file not detected

Determines if the project has published a security policy.

Show details
⚠️ Warn: no security policy file detected
⚠️ Warn: no security file to analyze
⚠️ Warn: no security file to analyze
⚠️ Warn: no security file to analyze
0/10
Token-Permissions
High Risk

detected GitHub workflow tokens with excessive permissions

Determines if the project's workflows follow the principle of least privilege.

Show details
ℹ️ Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:28
ℹ️ Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:29
⚠️ Warn: topLevel 'contents' permission set to 'write': .github/workflows/auto-merge.yml:5
⚠️ Warn: no topLevel permission defined: .github/workflows/auto-update.yml:1
⚠️ Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1
ℹ️ Info: no jobLevel write permissions found
N/A
Code-Review
Not Applicable

Found no human activity in the last 15 changesets

Determines if the project requires human code review before pull requests (aka merge requests) are merged.

N/A
Packaging
Not Applicable

packaging workflow not detected

Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.

Show details
⚠️ Warn: no GitHub/GitLab publishing workflow detected.
N/A
Signed-Releases
Not Applicable

no releases found

Determines if the project cryptographically signs release artifacts.