Gathering detailed insights and metrics for evaluatory
Gathering detailed insights and metrics for evaluatory
Gathering detailed insights and metrics for evaluatory
Gathering detailed insights and metrics for evaluatory
npm install evaluatory
Typescript
Module System
Min. Node Version
Node Version
NPM Version
41.7
Supply Chain
79.5
Quality
76.7
Maintenance
50
Vulnerability
95.8
License
JavaScript (60.74%)
Nunjucks (31.36%)
HTML (5.09%)
SCSS (2.38%)
Shell (0.42%)
Total Downloads
17,034
Last Day
1
Last Week
17
Last Month
77
Last Year
1,702
99 Stars
117 Commits
7 Forks
6 Watching
2 Branches
2 Contributors
Latest Version
4.1.0
Package Id
evaluatory@4.1.0
Unpacked Size
203.12 kB
Size
138.33 kB
File Count
41
NPM Version
10.2.5
Node Version
20.10.0
Publised On
15 May 2024
Cumulative downloads
Total Downloads
Last day
-50%
1
Compared to previous day
Last week
13.3%
17
Compared to previous week
Last month
-64%
77
Compared to previous month
Last year
-66.6%
1,702
Compared to previous year
19
5
Evaluatory is an open-source tool for website validation. It is mainly a wrapper around axe-core and html-validate, which test a website for accessibility and markup issues.
Evaluatory comes with some essential improvements:
This project uses a modular architecture, so in the long term it could become an alternative to tools like webhint.
Check out a demo results page at https://darekkay.com/evaluatory/demo/.
Run evaluatory with default configuration for a single URL:
1npx evaluatory https://example.com
This tool requires Node.js version 12+.
Install globally:
1$ yarn add -g evaluatory # Yarn 2$ npm install -g evaluatory # Npm
Or install as a local dependency:
1$ yarn add evaluatory # Yarn 2$ npm install --save evaluatory # Npm
Or use without installing:
1$ npx evaluatory <url>
View program help:
1$ evaluatory --help 2Usage: evaluatory [url] [options] 3 4Arguments: 5 [url] URL 6 7Options: 8 -c, --config Configuration file path 9 -o, --output Output folder 10 --color-scheme Color scheme (light, dark, no-preference) 11 -m, --modules Modules to execute (comma-separated) 12 --no-open-results Don't open the results page after evaluation 13 --sitemap Sitemap URL 14 --verbose Verbose/debug mode 15 -h, --help Show help 16 -v, --version Show version number
Run default configuration for a single URL:
1$ evaluatory https://example.com
Run default configuration for all URLs within a sitemap:
1$ evaluatory --sitemap https://example.com/sitemap.xml
Provide a custom configuration:
1$ evaluatory -c config.json
The configuration is a valid JSON5 file. See config.example.json5 for an example and config.default.js for available options (with defaults).
This project and its contents are open source under the MIT license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 5
Details
Reason
2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
10 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-23
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More