web-ui — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited web-ui (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Launch the understanding graph's 3D force-directed visualization.
The web server MUST read the same database as the MCP server. The MCP server resolves PROJECT_DIR=./projects relative to the user's cwd. So you MUST launch the web UI from the user's cwd too — never from the plugin cache directory or any other directory.
Run this exactly from the user's current working directory:
mkdir -p projects/default
lsof -ti:3030 | xargs kill 2>/dev/null
PROJECT_DIR="$(pwd)/projects" PORT=3030 npx -y understanding-graph start &Then tell the user: Open http://localhost:3030
Do NOT cd to the plugin cache or any other directory before running this. The $(pwd) must resolve to the user's working directory so the web UI reads the same projects/ folder as the MCP server.
The UI updates live as you commit to the graph — the user can watch the graph grow while you work.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.