Gathering detailed insights and metrics for @oasp/asciidoc-link-checker
Gathering detailed insights and metrics for @oasp/asciidoc-link-checker
Gathering detailed insights and metrics for @oasp/asciidoc-link-checker
Gathering detailed insights and metrics for @oasp/asciidoc-link-checker
Tool to check links in AsciiDoc files
npm install @oasp/asciidoc-link-checker
Typescript
Module System
Node Version
NPM Version
TypeScript (93.99%)
JavaScript (6.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
5 Stars
69 Commits
10 Forks
23 Watchers
4 Branches
257 Contributors
Updated on Jul 25, 2023
Latest Version
1.2.2
Package Id
@oasp/asciidoc-link-checker@1.2.2
Unpacked Size
81.04 kB
Size
21.65 kB
File Count
9
NPM Version
5.6.0
Node Version
8.11.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Tool to check each link of each asciidoc inside a wiki of a gitHub repository
Clone this repository into a local folder on your computer or install the tool globally:
npm install -g @oasp/asciidoc-link-checker
Open the console and move to that folder.
Install the dependencies:
npm install
(OPTIONAL) In order to make your own asciidoc-link-checker releases you need to install globally np
:
npm install -g np
Clone the wiki you want to check links:
git clone https://github.com/my-repository/my-repository.wiki.git
Start the checkout:
$ linkchecker ./my-repository.wiki/
The tool will check each link of each asciidoc inside the wiki searching those links that are wrong
When the check is done, you will see on your console the links that didn't work and an exit code
If all links are correct you will see: 'Done: All links are correct'
Otherwise you will see: 'Done: Some link failed'
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 5/20 approved changesets -- score normalized to 2
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
18 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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