registry  /  fullcourtdefense-cli  /  1.15.2

fullcourtdefense-cli@1.15.2

Full Court Defense CLI — security scanning for AI agents from your terminal

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 12 finding(s) at 93.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 43 file(s), 753 KB of source, external domains: 127.0.0.1, agent-guard.vercel.app, agent.local, api.fullcourtdefense.ai, app.fullcourtdefense.ai, fullcourtdefense.ai, internal.company.com, json.schemastore.org, mcp.company.com, mcp.internal, my-agent.com, my-bot.com, rag.internal, www.apple.com, your-ai-endpoint.com

Source & flagged code

4 flagged · loading source
dist/localSafetySnapshot.jsView file
42const CACHE_TTL_MS = 60_000; L43: const CACHE_DIR = path.join(os.homedir(), '.fullcourtdefense'); L44: function cachePath(input) { ... L51: try { L52: const parsed = JSON.parse(fs.readFileSync(file, 'utf8')); L53: if (!parsed?.snapshot || typeof parsed.loadedAt !== 'number') ... L98: try { L99: const resp = await fetch(`${input.apiUrl}/api/agent-security/runtime/local-safety-snapshot`, { L100: method: 'POST', L101: headers, L102: body: JSON.stringify({ L103: shieldId: input.shieldId,
Low
Weak Crypto

Package source references weak cryptographic algorithms.

dist/localSafetySnapshot.jsView on unpkg · L42
dist/commands/autoProtect.jsView file
39const path = __importStar(require("path")); L40: const child_process_1 = require("child_process"); L41: const mcpGateway_1 = require("./mcpGateway"); ... L48: function cliEntry() { L49: return path.resolve(process.argv[1] || path.join(__dirname, '..', 'index.js')); L50: } L51: function launcherDir() { L52: const base = process.platform === 'win32' L53: ? (process.env.LOCALAPPDATA || path.join(os.homedir(), 'AppData', 'Local')) L54: : path.join(os.homedir(), '.fullcourtdefense'); ... L77: : ['/SC', 'MINUTE', '/MO', String(intervalMinutes)]; L78: const result = (0, child_process_1.spawnSync)('schtasks', [...baseArgs, ...schedArgs], { stdio: 'inherit' });
Medium
Install Persistence

Source writes installer persistence such as shell profile or service configuration.

dist/commands/autoProtect.jsView on unpkg · L39
dist/notify.jsView file
5exports.approvalsConsoleUrl = approvalsConsoleUrl; L6: const child_process_1 = require("child_process"); L7: function spawnDetached(command, args) { ... L52: function notifyOs(n) { L53: if (process.env.FCD_DISABLE_OS_NOTIFICATIONS === 'true') L54: return; L55: try { L56: if (process.platform === 'win32') L57: notifyWindows(n); ... L66: function consoleUrl(pathname = '') { L67: const base = (process.env.FCD_CONSOLE_URL || 'https://app.fullcourtdefense.ai').replace(/\/$/, ''); L68: return `${base}${pathname}`;
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

dist/notify.jsView on unpkg · L5
dist/commands/discoverSchedule.jsView file
matchType = previous_version_dangerous_delta matchedPackage = fullcourtdefense-cli@1.14.12 matchedIdentity = npm:ZnVsbGNvdXJ0ZGVmZW5zZS1jbGk:1.14.12 similarity = 0.632 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

dist/commands/discoverSchedule.jsView on unpkg

Findings

2 High4 Medium6 Low
HighSandbox Evasion Gated Capabilitydist/notify.js
HighPrevious Version Dangerous Deltadist/commands/discoverSchedule.js
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencedist/commands/autoProtect.js
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowWeak Cryptodist/localSafetySnapshot.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings