{"id":15774023,"url":"https://github.com/trycontrolmymind/danger-plugin-audit","last_synced_at":"2026-05-17T02:43:12.279Z","repository":{"id":42372482,"uuid":"438745729","full_name":"trycontrolmymind/danger-plugin-audit","owner":"trycontrolmymind","description":"Danger plugin for audit","archived":false,"fork":false,"pushed_at":"2023-01-08T03:08:59.000Z","size":177,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-08T10:18:34.564Z","etag":null,"topics":["audit","typescript","yarn"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/trycontrolmymind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-15T19:16:45.000Z","updated_at":"2022-01-18T10:32:37.000Z","dependencies_parsed_at":"2023-02-08T04:30:25.693Z","dependency_job_id":null,"html_url":"https://github.com/trycontrolmymind/danger-plugin-audit","commit_stats":null,"previous_names":["trycontrolmymind/danger-plugin-yarn-audit"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/trycontrolmymind/danger-plugin-audit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycontrolmymind%2Fdanger-plugin-audit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycontrolmymind%2Fdanger-plugin-audit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycontrolmymind%2Fdanger-plugin-audit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycontrolmymind%2Fdanger-plugin-audit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trycontrolmymind","download_url":"https://codeload.github.com/trycontrolmymind/danger-plugin-audit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycontrolmymind%2Fdanger-plugin-audit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32789360,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","typescript","yarn"],"created_at":"2024-10-04T16:04:25.896Z","updated_at":"2026-05-08T16:48:01.327Z","avatar_url":"https://github.com/trycontrolmymind.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## danger-plugin-audit\n\nDanger plugin which will create notification when found any vulnerable `yarn audit` summary\n\n## Usage\n\nInstall:\n\n```sh\nyarn add -D danger-plugin-audit\n```\n\ndangerfile.js:\n\n```typescript\nconst { schedule } = require(\"danger\");\nconst { yarnAudit } = require(\"danger-plugin-audit\");\n\n// Note: You need to use schedule() check\nschedule(yarnAudit());\n```\n\n## Options\n\n### Filter by vulnerability level\n\nApplying the level flag will limit the audit table to vulnerabilities of the corresponding level and above.\n\nhttps://classic.yarnpkg.com/en/docs/cli/audit/#toc-commands\n\n```javascript\nschedule(yarnAudit({ level: \"high\" }));\n```\n\n### Group by type\n\nApplying the groups flag will limit the audit table to vulnerabilities of the corresponding dependency groups (e.g dependencies, devDependencies).\n\nhttps://classic.yarnpkg.com/en/docs/cli/audit/#toc-commands\n\n```javascript\nschedule(yarnAudit({ groups: \"dependencies devDependencies\" }));\n```\n\n## Example\n\n| title                              | path          | patched in         | more          |\n| ---                                | ---           | ---                | ---           |\n| ⚠️ Prototype Pollution in node-jsonpointer | danger \u003e jsonpointer | \u003e=5.0.0 | [https://github.com/advisories/GHSA-282f-qqgm-c34q](https://github.com/advisories/GHSA-282f-qqgm-c34q) |\n| ❗ Uncontrolled Resource Consumption in parse-link-header | danger \u003e parse-link-header | \u003e=2.0.0 | [https://github.com/advisories/GHSA-q674-xm3x-2926](https://github.com/advisories/GHSA-q674-xm3x-2926) |\n\n\n2 vulnerabilities found - Package audited 167.  \nSeverity:  0 info |  0 low |  1 moderate |  1 high |  0 critical | \n\nFull example you can find here:\nhttps://gitlab.com/vlaad360/example-project-danger/-/merge_requests/1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrycontrolmymind%2Fdanger-plugin-audit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrycontrolmymind%2Fdanger-plugin-audit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrycontrolmymind%2Fdanger-plugin-audit/lists"}