Skip to content

Interface: LockfileEntitlements

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:157

Entitlements section of a lockfile tool entry.

Properties

codeEvaluation

ts
readonly codeEvaluation: boolean;

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:167

Dynamic code evaluation (eval, Function, vm)


crypto

ts
readonly crypto: boolean;

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:165

Cryptographic operations


filesystem

ts
readonly filesystem: boolean;

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:159

Filesystem I/O


network

ts
readonly network: boolean;

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:161

Network I/O


subprocess

ts
readonly subprocess: boolean;

Defined in: packages/core/src/introspection/CapabilityLockfile.ts:163

Subprocess execution