list-issues — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited list-issues (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 Shipbook MCP tools to list and analyze classified errors and warnings in an application. Defaults to errors — set severity to Warning for warnings.
get-account-apps to list available apps (returns name, appId, platform, key, integration). If the user didn't specify an app, detect the current project's platform from the codebase and filter matching apps. If there are still multiple matches, ask the user which one.get-loglytics-errors with the appId to retrieve grouped error categories.key of each error in the group with get-logs to find specific instances.fileName and lineNumber — use these to locate the exact code in the project and analyze it. Reading the actual code is often the best way to understand why the error happens.get-logs again with the same session ID, set maxOrderId to the error's orderId + 10, and remove the severity filter. This shows what happened leading up to the error.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.