Back to skill

Security audit

Local YDB Toolkit

Security checks across malware telemetry and agentic risk

Overview

This is a coherent local YDB administration skill whose sensitive Docker, database, storage, and credential examples are disclosed and aligned with its purpose.

Install only if you want Codex to help administer local-ydb environments. Review commands before confirmed mutations, especially password handling, auth hardening, Docker restarts, storage cleanup, and stack destruction; use disposable or backed-up targets when testing.

Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (2)

Missing User Warnings

Medium
Confidence
92% confidence
Finding
The documentation shows privileged credential retrieval using `sudo cat /path/to/root.password`, then posts those credentials to a login endpoint and stores session cookies in `/tmp` without any warning about secret handling, shell history exposure, file permissions, or cleanup. In an agent skill context, examples like this can be copied verbatim into real environments, increasing the chance of credential disclosure or session theft on shared systems.

Missing User Warnings

Medium
Confidence
87% confidence
Finding
The instructions include a state-changing operation that switches GraphShard backend settings and immediately restarts a dynamic-node container, but do not warn about operational risk, service interruption, or the need to confirm scope and rollback. In infrastructure-focused skills, undocumented change procedures can cause accidental outages or misconfiguration when followed in production-like environments.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

Detected: suspicious.exposed_secret_literal

File appears to expose a hardcoded API secret or token.

Critical
Code
suspicious.exposed_secret_literal
Location
references/verification.md:61