@f2a/network
Supply chain provenance
Status for the latest visible version.
Maintainers
Keywords
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:env-spread | AI (semgrep): Standard child-process env pass-through pattern; not exfiltration. | ai | |
| semgrep | semgrep:etc-passwd-access | AI (semgrep): Fires on a test file string literal used to verify dangerous-path detection, not actual /etc/passwd access. | ai | |
| semgrep | semgrep:http-module-request | AI (semgrep): HTTP requests are in e2e test files targeting localhost; not production exfiltration. | ai | |
| semgrep | semgrep:base64-decode | AI (semgrep): Base64 in crypto test for key import/export; expected pattern for E2EE crypto library. | ai | |
| phantom-deps | phantom-dep:uint8arrays | AI (phantom-deps): Declared but used transitively via libp2p stack; stable false positive for this package. | ai | |
| phantom-deps | phantom-dep:@libp2p/crypto | AI (phantom-deps): Declared but used transitively; stable false positive for this package. | ai |
Versions (showing 28 of 28)
| Version | Deps | Published |
|---|---|---|
| 0.8.1 | 20 / 7 | |
| 0.8.0 | 20 / 7 | |
| 0.7.5 | 20 / 7 | |
| 0.7.4 | 20 / 7 | |
| 0.7.3 | 20 / 7 | |
| 0.7.2 | 20 / 7 | |
| 0.7.1 | 20 / 7 | |
| 0.7.0 | 20 / 7 | |
| 0.4.18 | 19 / 7 | |
| 0.4.15 | 19 / 7 | |
| 0.4.14 | 19 / 7 | |
| 0.4.13 | 19 / 7 | |
| 0.4.12 | 19 / 7 | |
| 0.4.11 | 18 / 6 | |
| 0.4.9 | 18 / 6 | |
| 0.4.8 | 18 / 6 | |
| 0.4.7 | 18 / 6 | |
| 0.4.5 | 18 / 6 | |
| 0.4.4 | 18 / 6 | |
| 0.4.3 | 18 / 6 | |
| 0.4.2 | 18 / 6 | |
| 0.4.1 | 18 / 6 | |
| 0.4.0 | 19 / 5 | |
| 0.3.2 | 13 / 5 | |
| 0.3.1 | 13 / 5 | |
| 0.2.0 | 13 / 4 | |
| 0.1.3 | 12 / 4 | |
| 0.1.2 | 12 / 4 |
v0.8.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.7.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.4.7
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.4.5
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.4.4
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.4.3
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.4.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.4.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.4.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.3.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.3.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.2.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.1.3
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.1.2
3 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/LuciusCao/F2A/blob/c7e66d4d9ececeae01bd8441bd9d1356b6198f9a/packages/openclaw-adapter/src/node-manager.ts#L174 172 | this.process = spawn('node', [daemonPath], { 173 | cwd: this.config.nodePath, > 174 | env: { 175 | ...process.env, 176 | F2A_CONTROL_PORT: String(this.config.controlPort),
Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux Source: https://github.com/LuciusCao/F2A/blob/c7e66d4d9ececeae01bd8441bd9d1356b6198f9a/packages/openclaw-adapter/src/task-guard.test.ts#L257 255 | it('应该检测系统路径文件操作', () => { 256 | const dangerousPaths = [ > 257 | 'read /etc/passwd', 258 | 'write to /sys/config', 259 | 'delete /proc/123',
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.