{"id":51038022,"url":"https://github.com/center-key/npm-security-aggregator","last_synced_at":"2026-06-22T08:02:01.668Z","repository":{"id":361578490,"uuid":"1254891305","full_name":"center-key/npm-security-aggregator","owner":"center-key","description":"🛡️ View audit reports for a published npm package","archived":false,"fork":false,"pushed_at":"2026-05-31T09:21:10.000Z","size":69,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-31T11:09:13.883Z","etag":null,"topics":["audit","npm","package","security","vulnerability"],"latest_commit_sha":null,"homepage":"https://center-key.github.io/npm-security-aggregator/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/center-key.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-31T06:00:23.000Z","updated_at":"2026-05-31T09:21:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/center-key/npm-security-aggregator","commit_stats":null,"previous_names":["center-key/npm-security-aggregator"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/center-key/npm-security-aggregator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/center-key%2Fnpm-security-aggregator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/center-key%2Fnpm-security-aggregator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/center-key%2Fnpm-security-aggregator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/center-key%2Fnpm-security-aggregator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/center-key","download_url":"https://codeload.github.com/center-key/npm-security-aggregator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/center-key%2Fnpm-security-aggregator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34639715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audit","npm","package","security","vulnerability"],"created_at":"2026-06-22T08:02:00.905Z","updated_at":"2026-06-22T08:02:01.661Z","avatar_url":"https://github.com/center-key.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# npm-security-aggregator\n\u003cimg src=https://centerkey.com/graphics/center-key-logo.svg align=right width=200 alt=logo\u003e\n\n_View audit reports for a published npm package_\n\n[![License:MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/center-key/npm-security-aggregator/blob/main/LICENSE.txt)\n[![Build](https://github.com/center-key/npm-security-aggregator/actions/workflows/run-spec-on-push.yaml/badge.svg)](https://github.com/center-key/npm-security-aggregator/actions/workflows/run-spec-on-push.yaml)\n[![Publish Website](https://github.com/center-key/npm-security-aggregator/actions/workflows/publish-website.yaml/badge.svg)](https://github.com/center-key/npm-security-aggregator/actions/workflows/publish-website.yaml)\n\n**npm Security Aggregator** looks up a package's repository metadata and presents buttons to open\naudit reports from various third-party security vendors.\n\n## A) Online Tool\n#### Webpage:\nhttps://center-key.github.io/npm-security-aggregator\n\n## B) Automatically Look Up Package\nAppend the query string parameter `package` to the URL in order to specify an initial package name.\n\n#### Example URL:\n```\nhttps://center-key.github.io/npm-security-aggregator/?package=fetch-json\n```\n\n## C) Markdown\n#### Example Markdown (`.md`):\n```markdown\n[🛡️ npm Security Aggregator](https://center-key.github.io/npm-security-aggregator/?package=fetch-json)\n```\n#### Above link renders as:\n[🛡️ npm Security Aggregator](https://center-key.github.io/npm-security-aggregator/?package=fetch-json)\n\n\n\u003cbr\u003e\n\n---\n[MIT License](LICENSE.txt)\n\nSee the `runScriptsConfig` section of [`package.json`](package.json) for a clean way to organize build tasks:\n   - 🎋 [`add-dist-header`](https://github.com/center-key/add-dist-header) \u0026mdash;\u0026nbsp; _Prepend a one-line banner comment (with license notice) to distribution files_\n   - 📄 [`copy-file-util`](https://github.com/center-key/copy-file-util) \u0026mdash;\u0026nbsp; _Copy or rename a file with optional package version number_\n   - 📂 [`copy-folder-util`](https://github.com/center-key/copy-folder-util) \u0026mdash;\u0026nbsp; _Recursively copy files from one folder to another folder_\n   - 🪺 [`recursive-exec`](https://github.com/center-key/recursive-exec) \u0026mdash;\u0026nbsp; _Run a command on each file in a folder and its subfolders_\n   - 🔍 [`replacer-util`](https://github.com/center-key/replacer-util) \u0026mdash;\u0026nbsp; _Find and replace strings or template outputs in text files_\n   - 🔢 [`rev-web-assets`](https://github.com/center-key/rev-web-assets) \u0026mdash;\u0026nbsp; _Revision web asset filenames with cache busting content hash fingerprints_\n   - 🚆 [`run-scripts-util`](https://github.com/center-key/run-scripts-util) \u0026mdash;\u0026nbsp; _Organize npm package.json scripts into groups of easy-to-manage commands_\n   - 🚦 [`w3c-html-validator`](https://github.com/center-key/w3c-html-validator) \u0026mdash;\u0026nbsp; _Check the markup validity of HTML files using the W3C validator_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcenter-key%2Fnpm-security-aggregator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcenter-key%2Fnpm-security-aggregator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcenter-key%2Fnpm-security-aggregator/lists"}