queue-print — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited queue-print (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.
Help the user queue a print on their SimplyPrint farm. The file argument may be a local path, an API file id (hex hash), a SimplyPrint user-file UID, or a file name already in the user's library.
Steps:
/ or \../, ../, ~, or a Windows drive letter (e.g. C:\).Otherwise, treat it as an existing SimplyPrint file (numeric UserFile id, UUID, API file hex hash, or name to look up with list_files).
list_queue_groups and ask. The MCP add_to_queue tool needs a group id.with <k>=<v>, <k>=<v> syntax, call list_custom_fields_for with category: "print", subCategory: "print_queue" (lowercase!) to map human names to their string fieldId UUIDs. Build the backend submission array: [{"customFieldId":"<uuid>","value":{"string":"..."}}].${CLAUDE_PLUGIN_ROOT}/scripts/upload.sh --file <path>${CLAUDE_PLUGIN_ROOT}/scripts/upload.ps1 -File <path>Parse stdout FILE_ID=<hex-hash>. Then call MCP add_to_queue with fileId: <hash>, group: <id>, and any custom fields.
add_to_queue with fileId: <hash>.add_to_queue with filesystem: <uid> (or its numeric row id).list_files first.created_id in the response), queue position. Include a panel URL (https://simplyprint.io/panel/queue).If the user wants to print immediately rather than queue, use start-print instead. If the user already has a queue item id and just wants to start it on a printer, pass --queue-item-id to print.sh / -QueueItemId to print.ps1.
Never start a print on a printer that's reporting an error or offline state — surface the error to the user instead.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.