safe-chains 0.136.0

Auto-allow safe bash commands in agentic coding tools
Documentation
[[command]]
name = "jest"
description = "JavaScript testing framework that executes arbitrary user-authored test code. Test runs can read and write files, make network requests, and spawn subprocesses depending on what the tests themselves do. Coverage collection and reporting add filesystem writes for output files. The --config flag loads a configuration file that can include custom transforms and reporters, which also execute arbitrary code. Mature, stable project with infrequent major releases."
url = "https://jestjs.io/docs/cli"
level = "SafeRead"
standalone = [
    "--all", "--bail", "--changedFilesWithAncestor", "--ci",
    "--clearCache", "--clearMocks", "--collectCoverage", "--colors",
    "--coverage", "--debug", "--detectOpenHandles", "--errorOnDeprecated",
    "--expand", "--forceExit", "--help", "--json", "--lastCommit",
    "--listTests", "--logHeapUsage", "--noCache", "--noStackTrace",
    "--onlyChanged", "--passWithNoTests", "--runInBand",
    "--showConfig", "--silent", "--verbose", "--version",
    "-b", "-e", "-h", "-i", "-o", "-u", "-w",
]
valued = [
    "--changedSince", "--collectCoverageFrom", "--config",
    "--coverageDirectory", "--coverageProvider", "--filter",
    "--maxConcurrency", "--maxWorkers", "--outputFile",
    "--projects", "--reporters", "--roots", "--shard",
    "--testMatch", "--testNamePattern", "--testPathPattern",
    "--testRunner", "--testTimeout",
    "-c", "-t",
]