https://github.com/center-key/npm-security-aggregator
🛡️ View audit reports for a published npm package
https://github.com/center-key/npm-security-aggregator
audit npm package security vulnerability
Last synced: 17 days ago
JSON representation
🛡️ View audit reports for a published npm package
- Host: GitHub
- URL: https://github.com/center-key/npm-security-aggregator
- Owner: center-key
- License: mit
- Created: 2026-05-31T06:00:23.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-31T09:21:10.000Z (about 1 month ago)
- Last Synced: 2026-05-31T11:09:13.883Z (about 1 month ago)
- Topics: audit, npm, package, security, vulnerability
- Language: HTML
- Homepage: https://center-key.github.io/npm-security-aggregator/
- Size: 67.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# npm-security-aggregator

_View audit reports for a published npm package_
[](https://github.com/center-key/npm-security-aggregator/blob/main/LICENSE.txt)
[](https://github.com/center-key/npm-security-aggregator/actions/workflows/run-spec-on-push.yaml)
[](https://github.com/center-key/npm-security-aggregator/actions/workflows/publish-website.yaml)
**npm Security Aggregator** looks up a package's repository metadata and presents buttons to open
audit reports from various third-party security vendors.
## A) Online Tool
#### Webpage:
https://center-key.github.io/npm-security-aggregator
## B) Automatically Look Up Package
Append the query string parameter `package` to the URL in order to specify an initial package name.
#### Example URL:
```
https://center-key.github.io/npm-security-aggregator/?package=fetch-json
```
## C) Markdown
#### Example Markdown (`.md`):
```markdown
[🛡️ npm Security Aggregator](https://center-key.github.io/npm-security-aggregator/?package=fetch-json)
```
#### Above link renders as:
[🛡️ npm Security Aggregator](https://center-key.github.io/npm-security-aggregator/?package=fetch-json)
---
[MIT License](LICENSE.txt)
See the `runScriptsConfig` section of [`package.json`](package.json) for a clean way to organize build tasks:
- 🎋 [`add-dist-header`](https://github.com/center-key/add-dist-header) — _Prepend a one-line banner comment (with license notice) to distribution files_
- 📄 [`copy-file-util`](https://github.com/center-key/copy-file-util) — _Copy or rename a file with optional package version number_
- 📂 [`copy-folder-util`](https://github.com/center-key/copy-folder-util) — _Recursively copy files from one folder to another folder_
- 🪺 [`recursive-exec`](https://github.com/center-key/recursive-exec) — _Run a command on each file in a folder and its subfolders_
- 🔍 [`replacer-util`](https://github.com/center-key/replacer-util) — _Find and replace strings or template outputs in text files_
- 🔢 [`rev-web-assets`](https://github.com/center-key/rev-web-assets) — _Revision web asset filenames with cache busting content hash fingerprints_
- 🚆 [`run-scripts-util`](https://github.com/center-key/run-scripts-util) — _Organize npm package.json scripts into groups of easy-to-manage commands_
- 🚦 [`w3c-html-validator`](https://github.com/center-key/w3c-html-validator) — _Check the markup validity of HTML files using the W3C validator_