@angular-devkit/schematics
Supply chain provenance
Status for the latest visible version.
Without SLSA provenance there is no cryptographic link between this tarball and the public source — the axios compromise (March 2026) relied on exactly this gap.
Maintainers
Keywords
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:child-process-import | AI (semgrep): Package manager executor legitimately spawns npm/yarn/pnpm child processes — core functionality of a CLI scaffolding tool, not a security risk. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): process.env spread is used to configure subprocess environment for yarn/npm spawning — standard build tool pattern, not credential exfiltration. Stable for this package. | ai | |
| semgrep | semgrep:dynamic-require | AI (semgrep): Dynamic require() is core to schematics tooling — loads user-defined schematic modules by path at runtime. Intentional and documented behavior for this package. | ai | |
| provenance | no-provenance | AI (provenance): Published by official Google automation account (google-wombot) with strong track record; absence of Sigstore provenance is common and not a risk signal for this publisher. | ai |
Versions (showing 51 of 165)
| Version | Deps | Published |
|---|---|---|
| 21.2.13 | 5 / 0 | |
| 21.2.12 | 5 / 0 | |
| 21.2.11 | 5 / 0 | |
| 21.2.10 | 5 / 0 | |
| 21.2.9 | 5 / 0 | |
| 21.2.8 | 5 / 0 | |
| 21.2.7 | 5 / 0 | |
| 21.2.6 | 5 / 0 | |
| 21.2.5 | 5 / 0 | |
| 21.2.4 | 5 / 0 | |
| 21.2.3 | 5 / 0 | |
| 21.2.2 | 5 / 0 | |
| 21.2.1 | 5 / 0 | |
| 21.2.0 | 5 / 0 | |
| 21.1.5 | 5 / 0 | |
| 21.1.4 | 5 / 0 | |
| 21.1.3 | 5 / 0 | |
| 21.1.2 | 5 / 0 | |
| 21.1.1 | 5 / 0 | |
| 21.1.0 | 5 / 0 | |
| 21.0.6 | 5 / 0 | |
| 21.0.5 | 5 / 0 | |
| 21.0.4 | 5 / 0 | |
| 21.0.3 | 5 / 0 | |
| 21.0.2 | 5 / 0 | |
| 21.0.1 | 5 / 0 | |
| 21.0.0 | 5 / 0 | |
| 20.3.26 | 5 / 0 | |
| 20.3.25 | 5 / 0 | |
| 20.3.24 | 5 / 0 | |
| 20.3.23 | 5 / 0 | |
| 20.3.22 | 5 / 0 | |
| 20.3.21 | 5 / 0 | |
| 20.3.20 | 5 / 0 | |
| 20.3.19 | 5 / 0 | |
| 20.3.18 | 5 / 0 | |
| 20.3.17 | 5 / 0 | |
| 20.3.16 | 5 / 0 | |
| 20.3.15 | 5 / 0 | |
| 20.3.14 | 5 / 0 | |
| 20.3.13 | 5 / 0 | |
| 20.3.12 | 5 / 0 | |
| 20.3.11 | 5 / 0 | |
| 20.3.10 | 5 / 0 | |
| 20.3.9 | 5 / 0 | |
| 20.3.8 | 5 / 0 | |
| 20.3.7 | 5 / 0 | |
| 20.3.6 | 5 / 0 | |
| 20.3.5 | 5 / 0 | |
| 20.3.4 | 5 / 0 | |
| 20.3.3 | 5 / 0 |
v21.2.13
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.2.12
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.2.11
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.2.10
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.2.9
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.2.8
3 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/angular/angular-cli/blob/877230c589598f735ff555ba1807e9dce078d3d3/tasks/package-manager/executor.js#L126 124 | // Yarn requires special handling since Yarn 2+ no longer has the `--ignore-scripts` flag 125 | if (taskPackageManagerName === 'yarn') { > 126 | spawnOptions.env = { 127 | ...process.env, 128 | // Supported with yarn 1
Spreading entire process.env into an object — may capture all secrets Source: https://github.com/angular/angular-cli/blob/877230c589598f735ff555ba1807e9dce078d3d3/tasks/repo-init/executor.js#L58 56 | stdio: [process.stdin, outputStream, errorStream], 57 | cwd: path.join(rootDirectory, options.workingDirectory || ''), > 58 | env: { 59 | ...process.env, 60 | ...(authorName ? { GIT_AUTHOR_NAME: authorName, GIT_COMMITTER_NAME: authorName } : {}),
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v21.2.7
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.2.6
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.2.5
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.2.4
1 finding[Accepted risk] Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v21.2.3
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.2.2
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.2.1
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.2.0
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.1.5
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.1.4
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.1.3
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.1.2
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.1.1
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.1.0
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.0.6
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.0.5
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.0.4
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.0.3
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.0.2
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.0.1
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v21.0.0
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.26
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.25
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.24
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.23
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.22
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.21
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.20
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.19
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.18
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.17
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.16
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.15
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.14
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.13
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.12
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.11
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.10
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.9
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.8
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.7
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.6
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.5
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.4
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v20.3.3
1 finding[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.