Skip to content

Instantly share code, notes, and snippets.

@vincentkoc
vincentkoc / openclaw-sqlite-audit-report.md
Last active August 27, 2026 07:26
OpenClaw SQLite stable-to-main audit

OpenClaw SQLite audit: v2026.7.1-2 to audit snapshot

Audit date: 2026-08-25

Updated: 2026-08-27

Scope

  • Latest full stable release: v2026.7.1-2
  • Stable commit: 0790d9f593ad30c940ed93b5872a8cf6d6f3cf8c
@vincentkoc
vincentkoc / README.md
Created August 11, 2026 09:25
OpenClaw PR #110868 final-head UI proof (a21cbc3e)

OpenClaw PR #110868 final-head UI proof

Exact head: a21cbc3e72c85b1d2ea241122750deed0c963580

The PNG shows one expanded native tool card with both query: example input and Native result payload output.

@vincentkoc
vincentkoc / 00-real-labs-owner-ack.png
Last active August 9, 2026 10:51
OpenClaw PR #119115 exact-head real Gateway and Control UI evidence (a8d8aa95)
00-real-labs-owner-ack.png
@vincentkoc
vincentkoc / llama-cpp-confirm-desktop.png
Last active August 4, 2026 03:22
OpenClaw PR 116606 local model setup screenshots
llama-cpp-confirm-desktop.png
@vincentkoc
vincentkoc / after.png
Created July 21, 2026 06:21
OpenClaw PR #112170 Logs layout before/after proof
after.png
@vincentkoc
vincentkoc / README.md
Created June 6, 2026 16:05
RepoBar Windows Crabbox proof screenshot

RepoBar Windows proof

Windows tray-menu proof image from the RepoBar Windows taskbar validation lane.

Crabbox proof run: run_c9b0be55b7bf

@vincentkoc
vincentkoc / axios_compromise.sh
Last active March 31, 2026 13:27
Axios Attack Scanner
#!/usr/bin/env bash
# ============================================================
# Axios Supply Chain Attack Scanner
# Checks for compromised axios@1.14.1 / plain-crypto-js@4.2.1
#
# Usage: curl -sL <URL> | bash
# or: bash check_axios_compromise.sh
#
# Reference: https://socket.dev/blog/axios-npm-package-compromised
# ============================================================
@vincentkoc
vincentkoc / mcp_remote_smoke_all_optimizers.py
Created February 12, 2026 16:18
Smoke test for OPIK-4094 MCP tool optimization
from __future__ import annotations
import json
import logging
import os
import time
from collections.abc import Mapping
from typing import Any
from opik.evaluation.metrics import LevenshteinRatio
@vincentkoc
vincentkoc / manual-articles.xml
Created January 30, 2026 16:53
Vincent Koc - Manual RSS feed for Forbes and other articles without RSS feeds
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Vincent Koc - Manual Articles</title>
<link>https://github.com/vincentkoc</link>
<description>Manually curated articles from Forbes and other sources without RSS feeds</description>
<item>
<title>The Dawn of Self-Optimizing AI Agents</title>
<link>https://www.forbes.com/councils/forbestechcouncil/2026/01/22/the-dawn-of-self-optimizing-ai-agents/</link>
<pubDate>Thu, 22 Jan 2026 00:00:00 GMT</pubDate>