ImmyBot Maintenance Sessions — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ImmyBot Maintenance Sessions (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.
A maintenance session is the unit of work that reconciles an endpoint (or a whole tenant) against its desired state — installing, updating, or removing software and running remediation. Starting a session is destructive: it can install software and reboot machines.
| Tool | Purpose |
|---|---|
immybot_maintenance_sessions_list | Recent sessions with computer/tenant/status/type/date filters |
immybot_maintenance_sessions_get | Snapshot of one session by ID |
immybot_maintenance_sessions_active | All currently running sessions |
immybot_maintenance_sessions_start | Start a session (DESTRUCTIVE) |
immybot_maintenance_sessions_pause | Pause a running session |
immybot_maintenance_sessions_resume | Resume a paused session |
immybot_maintenance_sessions_cancel | Cancel a queued/running session (DESTRUCTIVE) |
immybot_maintenance_sessions_logs | Log stream for a session |
immybot_maintenance_sessions_results | Final results / per-task outcomes |
immybot_maintenance_sessions_start targets either a single computer ID or a tenant ID (all computers in that tenant). It takes a session type, priority, a reboot flag (allow reboot if required), and a description / reason.
This operation is destructive — obtain human approval, name the scope explicitly, and decide deliberately whether reboots are permitted before starting.
immybot_maintenance_sessions_get — poll for status.immybot_maintenance_sessions_logs — tail progress detail.(completed / failed / cancelled).
Use immybot_maintenance_sessions_active to see everything running across the fleet at once.
immybot_maintenance_sessions_pause halts a runningsession (e.g. user reports the machine is busy). Supply a reason.
immybot_maintenance_sessions_resume continues apaused session.
immybot_maintenance_sessions_cancel stops a queuedor running session. Destructive: an in-progress install may be left half-applied. Supply a cancellation reason.
immybot_maintenance_sessions_list filtered by computer/tenantand status = failed to locate the session.
immybot_maintenance_sessions_results for which tasks failed.immybot_maintenance_sessions_logs for the failing log lines.(immybot_tasks_for_computer, immybot_tasks_failed).
reboot is allowed and aninstall requires it, the session continues after the reboot; expect a longer wall-clock duration.
Confirm the blast radius before starting.
immybot_maintenance_sessions_get distinguishes the states.
started or cancelled session.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.