Domotz Network — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Domotz Network (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.
Domotz provides comprehensive network monitoring capabilities through its agents. This includes network device discovery, SNMP polling for hardware metrics, TCP port monitoring, speed tests for bandwidth measurement, and network topology mapping.
Domotz agents periodically scan local network subnets to discover devices. Scans can also be triggered on demand. Discovery uses:
Domotz polls SNMP-enabled devices for operational metrics:
TCP port monitoring checks whether specific services are reachable:
Agents can run bandwidth speed tests to measure:
domotz_scan_networkParameters:
agent_id -- The agent to run the scan from (required)domotz_list_snmp_dataParameters:
agent_id -- The agent ID (required)device_id -- The device to get SNMP data for (required)Example response:
[
{
"oid": "1.3.6.1.2.1.2.2.1.10.1",
"label": "ifInOctets (GigabitEthernet0/1)",
"value": "1234567890",
"type": "Counter32",
"last_polled": "2026-03-27T15:00:00Z"
}
]domotz_list_portsParameters:
agent_id -- The agent ID (required)device_id -- The device to check ports for (required)Example response:
[
{
"port": 443,
"protocol": "tcp",
"status": "open",
"service": "https",
"last_checked": "2026-03-27T15:00:00Z"
}
]domotz_run_speed_testParameters:
agent_id -- The agent to run the speed test from (required)Example response:
{
"download_speed": 245.6,
"upload_speed": 48.2,
"latency": 12.4,
"timestamp": "2026-03-27T15:05:00Z"
}domotz_scan_network to trigger a fresh scandomotz_list_devices to see all discovered devicesdomotz_list_snmp_data for network devicesifInOctets and ifOutOctets countersdomotz_list_ports for a server deviceopencloseddomotz_run_speed_test from the site's agentCause: Agent is busy, offline, or network is very large Solution: Check agent status; wait and retry; reduce scan scope
Cause: Device does not support SNMP, wrong community string, or SNMP not configured Solution: Verify SNMP is enabled on the device; check community string configuration
Cause: Firewall blocking the scan, device offline, or service not running Solution: Verify device is online; check firewall rules; verify service is running
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.