Lines 1-31javascript
2import { existsSync, mkdirSync, renameSync, writeFileSync, readFileSync, readdirSync, statSync } from 'fs';
3import { homedir } from 'os';
4import { join, dirname, resolve, sep, win32, relative } from 'path';
5import { Type } from '@sinclair/typebox';
6import { readFile, readdir, unlink, writeFile, stat, rm, cp, mkdir, rename, access, appendFile } from 'fs/promises';
7import { Value } from '@sinclair/typebox/value';
8import lockfile from 'proper-lockfile';
9import { parse, LineCounter, parseDocument, isSeq, isScalar } from 'yaml';
10import { Ajv } from 'ajv';
11import * as ajvFormatsNs from 'ajv-formats';
12import { execFileSync, spawnSync, spawn, exec, execSync, execFile } from 'child_process';
13import { fileURLToPath } from 'url';
14import { createHash } from 'crypto';
15import { Parser } from 'expr-eval';
16import { query } from '@anthropic-ai/claude-agent-sdk';
17import { promisify } from 'util';
18import * as p from '@clack/prompts';
19import { createPatch } from 'diff';
20import pc from 'picocolors';
21import { Command } from 'commander';
22import { stdout, stdin } from 'process';
23import * as readline from 'readline/promises';
HighSandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/cli.mjsView on unpkg · L11 LowWeak Crypto
Package source references weak cryptographic algorithms.
dist/cli.mjsView on unpkg · L11 25var __defProp = Object.defineProperty;
26var __getOwnPropNames = Object.getOwnPropertyNames;
27var __esm = (fn, res) => function __init() {
28 return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
30var __export = (target, all) => {