UpNote

PassAudited by ClawScan on May 1, 2026.

Overview

This is a straightforward UpNote automation helper that can create or open notes through the local UpNote app, with no evidence of hidden exfiltration or destructive behavior.

This skill appears safe for normal UpNote automation. Before installing, be aware that it can create notes and notebooks in your UpNote app, so only let it run commands with content and destinations you approve.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If invoked with the wrong content or notebook, the agent could create unwanted persistent notes or notebooks in UpNote.

Why it was flagged

The script constructs UpNote x-callback URLs and opens them, which can create notes/notebooks or open views in the local UpNote app. This matches the stated purpose, but it is still a local app automation capability that can change user data.

Skill content
URL="upnote://x-callback-url/note/new?" ... open "$URL"
Recommendation

Use the skill only for intended UpNote actions, and review note titles, content, and notebook targets before running creation commands.

What this means

Users have less provenance information and may encounter platform/runtime mismatch, though the provided artifacts do not show hidden downloads or remote code execution.

Why it was flagged

The bundled script is visible and simple, but the registry metadata does not provide an upstream source/homepage and does not declare the local `open` command or UpNote app dependency used by the script.

Skill content
Source: unknown; Homepage: none; Required binaries: none
Recommendation

Confirm you trust the publisher and that UpNote URL automation works on your system before relying on the skill.