@percepta/create
Scaffold a new Mosaic package
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:shady-links-raw-ip | AI (semgrep): 127.0.0.1 localhost reference in a Playwright test config template; not a malicious raw IP. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): Intentional env forwarding to child process in a local dev script template; not a secret-leak risk in this context. | ai | |
| semgrep | semgrep:api-obfuscation-reflect | AI (semgrep): Reflect.get() used in a Proxy handler for auth delegation — standard pattern, not obfuscation. | ai |
Versions (showing 32 of 32)
| Version | Deps | Published |
|---|---|---|
| 4.1.9 | 7 / 5 | |
| 4.1.8 | 7 / 5 | |
| 4.1.7 | 7 / 5 | |
| 4.1.6 | 7 / 5 | |
| 4.1.5 | 7 / 5 | |
| 4.1.4 | 7 / 5 | |
| 4.1.3 | 7 / 5 | |
| 4.1.2 | 7 / 5 | |
| 4.1.1 | 7 / 5 | |
| 4.1.0 | 7 / 5 | |
| 4.0.1 | 7 / 5 | |
| 4.0.0 | 7 / 5 | |
| 3.6.3 | 7 / 5 | |
| 3.6.2 | 7 / 5 | |
| 3.6.1 | 7 / 5 | |
| 3.6.0 | 7 / 5 | |
| 3.5.2 | 7 / 5 | |
| 3.5.1 | 7 / 5 | |
| 3.5.0 | 7 / 5 | |
| 3.4.3 | 7 / 5 | |
| 3.4.2 | 7 / 5 | |
| 3.4.1 | 7 / 5 | |
| 3.4.0 | 7 / 5 | |
| 3.3.0 | 7 / 5 | |
| 3.2.0 | 7 / 5 | |
| 3.1.5 | 7 / 5 | |
| 3.1.4 | 7 / 7 | |
| 3.1.3 | 7 / 7 | |
| 3.1.2 | 7 / 7 | |
| 3.1.0 | 7 / 7 | |
| 3.0.1 | 7 / 7 | |
| 3.0.0 | 7 / 7 |
v4.1.9
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v4.1.8
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v4.1.7
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v4.1.6
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v4.1.5
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v4.1.4
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v4.1.3
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v4.1.2
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v4.1.1
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v4.1.0
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v4.0.1
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v4.0.0
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.6.3
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.6.2
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.6.1
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.6.0
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.5.2
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.5.1
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.5.0
2 findingsSpreading entire process.env into an object — may capture all secrets 55 | 56 | const child = spawn(command, args, { > 57 | env: { 58 | ...parseEnvFile(LOCAL_ENV_PATH), 59 | ...process.env,
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.4.3
2 findingsSpreading entire process.env into an object — may capture all secrets 55 | 56 | const child = spawn(command, args, { > 57 | env: { 58 | ...parseEnvFile(LOCAL_ENV_PATH), 59 | ...process.env,
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.4.2
2 findingsSpreading entire process.env into an object — may capture all secrets 55 | 56 | const child = spawn(command, args, { > 57 | env: { 58 | ...parseEnvFile(LOCAL_ENV_PATH), 59 | ...process.env,
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.4.1
2 findingsSpreading entire process.env into an object — may capture all secrets 55 | 56 | const child = spawn(command, args, { > 57 | env: { 58 | ...parseEnvFile(LOCAL_ENV_PATH), 59 | ...process.env,
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.4.0
2 findingsSpreading entire process.env into an object — may capture all secrets 55 | 56 | const child = spawn(command, args, { > 57 | env: { 58 | ...parseEnvFile(LOCAL_ENV_PATH), 59 | ...process.env,
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.3.0
2 findingsSpreading entire process.env into an object — may capture all secrets 55 | 56 | const child = spawn(command, args, { > 57 | env: { 58 | ...parseEnvFile(LOCAL_ENV_PATH), 59 | ...process.env,
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.2.0
2 findingsSpreading entire process.env into an object — may capture all secrets 55 | 56 | const child = spawn(command, args, { > 57 | env: { 58 | ...parseEnvFile(LOCAL_ENV_PATH), 59 | ...process.env,
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.1.5
2 findingsSpreading entire process.env into an object — may capture all secrets 55 | 56 | const child = spawn(command, args, { > 57 | env: { 58 | ...parseEnvFile(LOCAL_ENV_PATH), 59 | ...process.env,
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.1.4
2 findingsSpreading entire process.env into an object — may capture all secrets 55 | 56 | const child = spawn(command, args, { > 57 | env: { 58 | ...parseEnvFile(LOCAL_ENV_PATH), 59 | ...process.env,
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.1.3
2 findingsSpreading entire process.env into an object — may capture all secrets 55 | 56 | const child = spawn(command, args, { > 57 | env: { 58 | ...parseEnvFile(LOCAL_ENV_PATH), 59 | ...process.env,
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v3.1.2
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.