mcp-sigrok — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mcp-sigrok (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.
name: mcp-sigrok description: > MCP server for sigrok-cli - exposes functionality of sigrok-cli as MCP tools. Trigger on: sigrok, logic analyzer, protocol decoder, hardware capture, i2c decode, spi decode
MCP server that wraps sigrok-cli to provide logic analyzer functionality through MCP tools.
The server exposes these tools:
version - Get sigrok-cli versionlist_supported - List all supported featureslist_hardware_drivers - List available hardware driverslist_input_file_formats - List supported input formatslist_output_file_formats - List supported output formatslist_protocol_decoders - List available protocol decodersscan_for_devices - Scan for detectable devicesshow_device_info - Show device information for a drivercapture - Capture samples from hardwarecapture_for_time - Capture for specified durationload_file - Load and process input fileshow_decoder_docs - Show protocol decoder documentationset_config - Set driver configuration# List available drivers
list_hardware_drivers()
# Scan for devices
scan_for_devices()
# Capture samples
capture(driver="fx2lafw", samples=1000, channels="0-7")
# Decode I2C from capture file
load_file(input_file="capture.sr", protocol_decoders="i2c")sudo apt install sigrok-cli (Debian/Ubuntu) or brew install sigrok-cli (macOS)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.