code-change-verification
Fail
Audited by Runlayer on Mar 8, 2026
Risk Level: HIGH
Scan Summary
Flagged Files (3)
code-change-verification/SKILL.mdHIGH
93.2%
Risky tool definition detected
Windows: `powershell -ExecutionPolicy Bypass -File .agents/skills/code-change-verification/scripts/run.ps1`.
code-change-verification/scripts/run.shMEDIUM
87.1%
Risky tool definition detected
set -euo pipefail SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" if command -v git >/dev/null 2>&1; then REPO_ROOT="$(git -C "${SCRIPT_DIR}" rev-parse --show-toplevel 2>/dev/null || true)" fi REPO_ROOT="${REPO_ROOT:-$(cd "${SCRIPT_DIR}/../../../.." && pwd)}"
code-change-verification/scripts/run.ps1LOW
65.9%
Tool passed security scan
Audit Metadata