local-ydb — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited local-ydb (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.
Use this skill to inspect, document, run, harden, troubleshoot, or generate and apply table schemas for local-ydb deployments. Keep reusable operational recipes separate from one-off cutover notes, host paths, timestamps, and secrets.
references/topology.md when starting or documenting static nodes, dynamic nodes, tenants, GraphShard, storage pools, or upstream YDB source lookups.references/auth-hardening.md when working on mandatory auth, static username/password credentials, monitoring access, reverse-proxy exposure, or TLS.references/storage-migration.md when adding PDisks, changing storage placement, moving storage onto one physical disk, creating replacement tenants, migrating data, decommissioning groups, reclaiming space, cleaning old Docker volumes/PDisks/dumps, or debugging why UI and BSC disagree about storage.references/verification.md when checking health, tenant state, GraphShard, graph data, storage, or auth behavior.references/mcp-tool-scenarios.md when testing MCP tools, planning structured schema generation/apply flows, or building reusable generate-then-validate-then-apply examples.references/history-and-non-goals.md when cleaning docs, deciding what is reusable versus artifact noise, or reconciling stale hardening plans with final topology.26.1.1.6 local runs, combine topology.md, auth-hardening.md, and verification.md; they contain field-proven steps for fresh bootstrap, restore, auth rollout, and the nightly-vs-stable pitfalls we hit in practice.local_ydb_status_report, local_ydb_healthcheck, local_ydb_database_status, local_ydb_container_logs, and local_ydb_storage_placement over ad hoc shell diagnostics when they are available./local has GraphShard. YDB_FEATURE_FLAGS=enable_graph_shard is necessary but not sufficient; use a CMS-created tenant such as /local/<tenant>./local database, use the root-only MCP bootstrap path instead of the tenant/dynamic-node bootstrap.ghcr.io/ydb-platform/local-ydb:26.1.1.6. Do not assume floating aliases like :26.1 exist or are pullable.local-ydb behavior is unclear, search upstream ydb-platform/ydb source with gh api search/code and read matching files through gh api repos/ydb-platform/ydb/contents/...; use pinned commits from project docs when matching documented proto shapes.local_ydb_status_report first and then local_ydb_healthcheck; use selfCheckResult, issue types, and issue counts to decide whether to inspect storage, nodes, scheme, auth, or logs.local_ydb_generate_schema with structured input, review/validate the generated script, then use local_ydb_apply_schema; applying still requires confirm=true.CREATE TABLE, use notNull only on primary key columns. Enforce non-key required business fields in application validation unless the target YDB feature set and generator contract explicitly support more.partitionByHash only with store: "column" and primary key columns. Keep primary keys NOT NULL and within YDB's documented column-store key types. Use top-level store instead of with.STORE; keep secondary and vector indexes on row-oriented tables, use global secondary indexes without creation-time with settings, and keep unique indexes synchronous.__ydb_ prefix. For ALTER TABLE ADD COLUMN, generate only name/type; do not add notNull or default.alterTable spec; reject duplicate add/drop column or index actions and use separate generate/apply cycles for those changes.CREATE TABLE vector-index warnings as actionable.POSTGRES_USER or POSTGRES_PASSWORD as native YDB gRPC protection. They are for PostgreSQL compatibility.viewer/json commands work after mandatory auth. In a hardened topology anonymous viewer/json should return 401; commands need an authenticated UI/session path or must be marked as pre-auth/local-dev examples.26.1.1.6, treat admin database ... status success with State: PENDING_RESOURCES as the expected pre-dynamic state. Wait for status to succeed before first dynamic-node start; do not wait for RUNNING before starting the first dynamic node.26.1.1.6, the generated static-node config.yaml can contain grpc_config.{ca,cert,key}=/ydb_certs/.... A dynamic node that reuses that file verbatim can crash on missing cert files. For non-TLS local runs, sanitize those three lines out for the dynamic-node copy of the config.nodelist, then add the next. If a new node registers but cannot fetch dynamic config, preserve evidence and stop the broken container; do not delete working or recently registered containers before a replacement is healthy.docker start. Remove and recreate it so the new launch command actually takes effect.admin database ... status or UI StorageGroups means groups are physically placed where you want them. Use BSC QueryBaseConfig to confirm actual Group -> PDisk placement.DecommitGroups reduces tenant storage allocation. It changes physical/virtual group state; it does not shrink hdd:N/N.storage_units_to_remove is a working runtime path just because it exists in public proto. Verify current server-side implementation before using it on live YDB.ReassignGroupDisk success or OperatingStatus: FULL alone as proof that a live tenant survived a storage move. After any group movement, verify tenant metadata with scheme ls, scheme describe, and small table reads before touching the next group.ReassignGroupDisk for non-empty tenant groups. Delete old disks only after restored counts, metadata reads, auth, and BSC placement all pass.local_ydb_list_dumps to choose a valid dumpName; for path-level restore, remember that path is the destination directory passed to ydb tools restore -p.ghcr.io/ydb-platform/local-ydb as a helper container for ydb tools restore, override the image entrypoint to /bin/bash. The default local_ydb entrypoint does not execute arbitrary shell restore scripts.root@builtin. A stock root username/password token can resolve to SID root; viewer/monitoring/admin ACLs should include both root and root@builtin unless you have stronger evidence for the deployed build.http://127.0.0.1:8765/login. Use the selected profile's monitoring base URL and post to <monitoringBaseUrl>/login.For docs cleanup, split content into:
For live operations, provide a short plan with impact and rollback before changing containers, volumes, YDB config, auth settings, storage pools, or public networking.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.