← Home

@dxtmisha/scripts

Development scripts and CLI tools for DXT UI projects - automated component generation, library building and project management tools

46
Versions
MIT
License
No
Install Scripts
Missing
Provenance

Supply chain provenance

Status for the latest visible version.

No SLSA provenance npm registry signatures gitHead linked

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

dxtmisha

Keywords

scriptsclidevelopmentcomponent-generatorui-librarydxt-uiautomationbuild-toolstypescriptvue

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:env-spread AI (semgrep): Pattern is passing process.env to a child process with an injected API key — standard subprocess invocation, not exfiltration. ai
phantom-deps phantom-dep:@dxtmisha/styles AI (phantom-deps): Same-org scoped package; likely used indirectly or in build tooling rather than direct import. ai

Versions (showing 46 of 46)

Version Deps Published
0.9.1 11 / 0
0.9.0 11 / 0
0.8.3 11 / 0
0.8.2 11 / 0
0.8.1 11 / 0
0.7.12 11 / 0
0.7.11 11 / 0
0.7.10 10 / 0
0.7.9 10 / 0
0.7.8 0 / 0
0.7.7 0 / 0
0.7.6 0 / 0
0.7.2 0 / 0
0.6.3 0 / 0
0.6.2 0 / 0
0.6.1 0 / 0
0.6.0 0 / 0
0.5.23 0 / 0
0.5.22 0 / 0
0.5.21 0 / 0
0.5.20 0 / 0
0.5.19 0 / 0
0.5.18 0 / 0
0.5.17 0 / 0
0.5.16 0 / 0
0.5.15 0 / 0
0.5.14 0 / 0
0.5.13 0 / 0
0.5.12 0 / 0
0.5.10 0 / 0
0.5.9 0 / 0
0.5.8 0 / 0
0.5.7 0 / 0
0.5.6 0 / 0
0.5.5 0 / 0
0.5.4 0 / 0
0.5.3 0 / 0
0.5.2 0 / 0
0.5.1 0 / 0
0.5.0 0 / 0
0.4.7 0 / 0
0.4.5 0 / 0
0.4.4 0 / 0
0.4.3 0 / 0
0.4.2 0 / 0
0.4.1 0 / 0

v0.9.1

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.9.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.8.3

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.8.2

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.8.1

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.7.12

3 findings
HIGH env-spread: src/classes/Ai/AiClaudeCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/0b1889528bb5b142704b6a23bc1af4cbf9fb659f/src/classes/Ai/AiClaudeCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | ANTHROPIC_API_KEY: this.key

HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/0b1889528bb5b142704b6a23bc1af4cbf9fb659f/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.7.11

3 findings
HIGH env-spread: src/classes/Ai/AiClaudeCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/504ea92d29fd6afac405bd6dbf5276cf567fbaec/src/classes/Ai/AiClaudeCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | ANTHROPIC_API_KEY: this.key

HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/504ea92d29fd6afac405bd6dbf5276cf567fbaec/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.7.10

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.7.9

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.7.8

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/22c3f3bc917cdbf88515742abc9ee9c84898311e/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.7.7

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/bd1a371ff55dd9a1071aa2a968a624ef5ae62fb3/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.7.6

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/7710e4b2bd551843dad0a33aa650e4013e01e4b9/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.7.2

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/8bb73cc29f570f44943129fc7c7de5813ce19aa6/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.6.3

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/2e0a96cccd2d9678d5951e473e71d95d1a6ac844/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.6.2

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/f1ef2c2fb874f97129ecac6832d60299a2cab6a3/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.6.1

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/91c04b5342de94a514503f33b999280a9c6a5144/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.6.0

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/91c04b5342de94a514503f33b999280a9c6a5144/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.23

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/91c04b5342de94a514503f33b999280a9c6a5144/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.22

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/19cd91392a7ea799fa77fcb8b3fac28c07308959/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.21

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/5e5e396f33129b00a24951700ede7d8fa1bcca81/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.20

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/5e5e396f33129b00a24951700ede7d8fa1bcca81/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.19

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/47cec703a49a81a9fc78d94595b3bb6f0e878a43/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.18

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/47cec703a49a81a9fc78d94595b3bb6f0e878a43/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.17

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/1f2156d9cc06c2cc912f34d9dd5b9a9344de3fab/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.16

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/1f2156d9cc06c2cc912f34d9dd5b9a9344de3fab/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.15

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/1f2156d9cc06c2cc912f34d9dd5b9a9344de3fab/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.14

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/fdcd5eba4355054644fe5d82aa6617166920ee97/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.13

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/fdcd5eba4355054644fe5d82aa6617166920ee97/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.12

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:102 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/b2c936fba1be576e7b6af7de4d3734d1a52a3873/src/classes/Ai/AiGoogleCliLite.ts#L102 100 | { 101 | encoding: 'utf8', > 102 | env: { 103 | ...process.env, 104 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.10

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:101 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/31cdbac581740ad954db9709c273d9572a8ae38c/src/classes/Ai/AiGoogleCliLite.ts#L101 99 | { 100 | encoding: 'utf8', > 101 | env: { 102 | ...process.env, 103 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.9

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:101 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/0e4b9758034f73a52fa4c2aa11b84d3185c34ca1/src/classes/Ai/AiGoogleCliLite.ts#L101 99 | { 100 | encoding: 'utf8', > 101 | env: { 102 | ...process.env, 103 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.8

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:101 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/91c37a312626cad405a5e46d777d522523db2358/src/classes/Ai/AiGoogleCliLite.ts#L101 99 | { 100 | encoding: 'utf8', > 101 | env: { 102 | ...process.env, 103 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.7

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:101 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/fdedd976ac3bc7ab450f09d6eda37a0a2a95ad29/src/classes/Ai/AiGoogleCliLite.ts#L101 99 | { 100 | encoding: 'utf8', > 101 | env: { 102 | ...process.env, 103 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.6

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:101 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/5d891a949ace7022a7731ed4c14d9b457c5dca77/src/classes/Ai/AiGoogleCliLite.ts#L101 99 | { 100 | encoding: 'utf8', > 101 | env: { 102 | ...process.env, 103 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.5

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:101 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/1018fed98ac4c2a355bbdc925645e931b1da2c23/src/classes/Ai/AiGoogleCliLite.ts#L101 99 | { 100 | encoding: 'utf8', > 101 | env: { 102 | ...process.env, 103 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.4

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:101 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/35073b87f555804c63a949051d25960ae4ba323c/src/classes/Ai/AiGoogleCliLite.ts#L101 99 | { 100 | encoding: 'utf8', > 101 | env: { 102 | ...process.env, 103 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.3

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:101 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/ded5cfdc991d3cc5fa5e5c23401d30093cd773db/src/classes/Ai/AiGoogleCliLite.ts#L101 99 | { 100 | encoding: 'utf8', > 101 | env: { 102 | ...process.env, 103 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.2

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:101 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/8ba59d59e6341e0977c413c9067fcc5e81065028/src/classes/Ai/AiGoogleCliLite.ts#L101 99 | { 100 | encoding: 'utf8', > 101 | env: { 102 | ...process.env, 103 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.1

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:101 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/71348ca3e918d6cbd4032174007cf144e2c817ad/src/classes/Ai/AiGoogleCliLite.ts#L101 99 | { 100 | encoding: 'utf8', > 101 | env: { 102 | ...process.env, 103 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.0

2 findings
HIGH env-spread: src/classes/Ai/AiGoogleCliLite.ts:101 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/dxtmisha/dxt-ui/blob/71348ca3e918d6cbd4032174007cf144e2c817ad/src/classes/Ai/AiGoogleCliLite.ts#L101 99 | { 100 | encoding: 'utf8', > 101 | env: { 102 | ...process.env, 103 | GEMINI_API_KEY: this.key

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.4.7

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.5

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.4

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.3

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.2

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.1

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.