apiAllowedTools top-level constant

List<String> const apiAllowedTools

Allowed tools for HTTP API verifiers.

Implementation

const List<String> apiAllowedTools = [
  'Bash(curl:*)',
  'Bash(http:*)',
  'Bash(npm:*)',
  'Bash(yarn:*)',
  'Read',
  'Glob',
  'Grep',
];