openclaw-audit-watchdog
Audited by Runlayer on Mar 1, 2026
Malicious tool definition detected
Malicious tool definition detected
- In `bash`/`zsh`, use double quotes for expandable paths: - `export PROMPTSEC_INSTALL_DIR="$HOME/.config/security-checkup"` - Avoid single-quoted literals such as `'$HOME/.config/security-checkup'`. - In PowerShell: - `$env:PROMPTSEC_INSTALL_DIR = Join-Path $HOME ".config/security-checkup"` ## Suppression / Allowlist Manage false-positive findings with the built-in suppression mechanism.
Malicious tool definition detected
Malicious tool definition detected
Malicious tool definition detected
Malicious tool definition detected
Tool: openclaw-audit-watchdog/.clawhubignore Description: # Exclude local caches and build outputs from ClawHub upload .DS_Store .git/ __pycache__/ *.pyc
Malicious tool definition detected
Malicious tool definition detected
* * Tests cover: * - Valid config file loading and normalization * - Required field validation * - Date format validation with graceful fallback * - Malformed JSON error handling * - File not found graceful fallback * - Multi-path priority (custom path > env var > primary > fallback) * - Opt-in gate (enabled flag must be true) * - enabledFor sentinel validation * * Run: node skills/openclaw-audit-watchdog/test/suppression_config.test.mjs */ import fs from "node:fs/promises"; import path from "no
Description: { const config = await silenceStderr(() => loadSuppressionConfig(null, { enabled: true }) ); if ( config.source === fixture.path && config.suppressions.length === 1 && config.suppressions[0].checkId === "ENV-001" ) { pass(testName); } else { fail(testName, `Unexpected config: ${JSON.stringify(config)}`); } }); } catch (error) { fail(testName, error); } finally { if (fixture) { await fixture.cleanup(); } } } // -------------------------------------------------------------------------
Malicious tool definition detected
Malicious tool definition detected
Malicious tool definition detected
Tool passed security scan
Tool passed security scan
Tool passed security scan
Passed Files (8)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan