zoom-shell-integration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited zoom-shell-integration (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 when the user explicitly means an embedded zoom-shell style MCU command console. Because the name is ambiguous, first confirm this is an embedded shell library, not the Zoom desktop application or a security research reverse shell.
Use this skill when:
zoom-shell in the context of MCU firmware, serial CLI, UART shell, or embedded command parsing.Do not use this skill for Zoom meeting apps, desktop automation, reverse shells, or non-embedded security research.
Ask for:
zoom-shell repository or source package.Verify the user-provided source is an embedded shell and not an unrelated Zoom project.
Check RX/TX before debugging shell parsing.
Command line, argument list, history, and output buffers must fit RAM and reject overflow.
Start with help, version, or status.
Test missing arguments, extra arguments, invalid numbers, and long input.
Reset, erase, format, firmware update, calibration, and production-data commands need build guards or explicit authorization.
zoom-shell name was ambiguous.Before claiming zoom-shell integration works:
help, one custom read-only command, invalid command, and long input handling.User:
想把 zoom-shell 接到串口里做调试命令。Agent:
status and tests invalid/long commands before adding write commands.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.