-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfilecoin-project-profiles.json
More file actions
55 lines (55 loc) · 2.86 KB
/
Copy pathfilecoin-project-profiles.json
File metadata and controls
55 lines (55 loc) · 2.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"schema_version": 1,
"catalog_version": "0.1.0",
"profiles": [
{
"id": "fevm-contract",
"label": "FEVM contract",
"description": "Solidity contracts that use Filecoin actor APIs, precompiles, or FEVM-specific libraries.",
"confidence_basis": "Filecoin Solidity imports, API symbols, or reserved precompile addresses are present in contract source.",
"planned_evaluations": ["sec-filecoin-secrets", "sec-filecoin-protocol", "sec-fevm"]
},
{
"id": "fvm-actor",
"label": "FVM actor",
"description": "Rust crates that implement or depend on Filecoin Virtual Machine actor interfaces.",
"confidence_basis": "The Cargo manifest declares an FVM SDK or actor runtime dependency; fvm_shared alone is ambiguous.",
"planned_evaluations": ["sec-filecoin-secrets", "sec-filecoin-protocol", "sec-fvm-actors"]
},
{
"id": "go-node",
"label": "Go node",
"description": "Lotus- or Venus-based Go node software.",
"confidence_basis": "The Go module declares a Lotus or Venus dependency; go-state-types alone is ambiguous.",
"planned_evaluations": ["sec-filecoin-secrets", "sec-filecoin-rpc", "sec-filecoin-protocol"]
},
{
"id": "infrastructure",
"label": "Infrastructure",
"description": "Terraform, Kubernetes, or container configuration that defines deployable infrastructure.",
"confidence_basis": "A recognized infrastructure file contains Terraform, Kubernetes workload, or container-build configuration.",
"planned_evaluations": ["sec-filecoin-secrets", "sec-filecoin-rpc"]
},
{
"id": "service",
"label": "Service application",
"description": "Network-facing service applications and APIs in the Filecoin ecosystem.",
"confidence_basis": "A package manifest declares a recognized network service framework; a start script alone is ambiguous.",
"planned_evaluations": ["sec-filecoin-secrets", "sec-filecoin-rpc", "sec-filecoin-protocol"]
},
{
"id": "storage-application",
"label": "Storage application",
"description": "Applications integrating Filecoin or IPFS storage service libraries.",
"confidence_basis": "A package manifest declares a recognized Filecoin or IPFS storage client dependency.",
"planned_evaluations": ["sec-filecoin-secrets", "sec-filecoin-protocol", "sec-filecoin-content"]
},
{
"id": "storage-provider-infrastructure",
"label": "Storage-provider infrastructure",
"description": "Infrastructure that deploys or authorizes Lotus Miner, Boost, Curio, Venus Sealer, or related storage-provider software.",
"confidence_basis": "Infrastructure configuration names storage-provider software, privileged API variables, or proof-parameter storage.",
"planned_evaluations": ["sec-filecoin-secrets", "sec-filecoin-rpc", "sec-storage-provider"]
}
]
}