Iotforge — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Iotforge (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.
An MCP server for discovering and controlling IoT devices on your local network and via Bluetooth LE.
iotforge exposes your LAN and BLE devices as MCP tools so any MCP-compatible AI assistant can:
MCP Client (Claude, etc.)
│
▼
┌─────────────────────────────┐
│ iotforge MCP Server │
│ (stdio or SSE transport) │
├─────────────────────────────┤
│ Tools: discover, register, │
│ control, status │
│ Resources: inventory, │
│ pending │
├─────────────────────────────┤
│ Core: Scanner, Registry, │
│ Discovery Service │
├─────────────────────────────┤
│ Adapters: Meross, BLE │
│ Database: SQLite (async) │
└─────────────────────────────┘
│ │
▼ ▼
LAN/mDNS BLE/GATT| Tool | Description |
|---|---|
lan_discover | Scan WiFi/LAN and BLE for devices |
lan_discover_pending | List devices awaiting registration |
lan_device_register | Promote a pending device to the registry |
lan_pending_dismiss | Dismiss a pending device |
lan_device_list | List registered devices with filters |
lan_device_control | Send a command to a device |
lan_device_status | Get current device status |
| Resource | Description |
|---|---|
devices://inventory | Full device inventory (markdown) |
devices://pending | Pending devices (markdown) |
pip install -e ".[all]"Optional extras: meross (Meross smart plugs), ble (Bluetooth LE via bleak).
Copy config.example.yaml and edit:
cp config.example.yaml config.yamlKey settings: network range, scan intervals, transport mode (stdio/SSE), database path.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"iotforge": {
"command": "iotforge",
"args": ["config.yaml"]
}
}
}iotforge config.yamlSet server.transport: sse in your config to expose an HTTP endpoint.
The scripts/ directory contains standalone BLE utilities:
iotforge uses a plugin adapter system. Built-in adapters:
meross-iot)bleak)Custom adapters implement the BaseAdapter interface in src/iotforge/adapters/base.py.
pip install -e ".[dev]"
ruff check .
python -m pytest --cov=iotforgeMIT — see LICENSE.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.