Runa
Analysis
Runa appears to be a coherent bookmarking and notes API skill, but it requires a Runa API key and sends saved links, notes, and uploaded files to Runa for storage and processing.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
### Delete a bookmark ... `curl -s -X DELETE "https://api.onruna.com/v1/links/<id>"` ... `Always confirm before deleting bookmarks.`
The skill can permanently delete Runa bookmarks through the API. This is within the stated purpose, and the instructions require confirmation before deletion.
Source: unknown; Homepage: none
The registry metadata does not provide a source repository or homepage. There is no code or install script here, so this is only a provenance note rather than evidence of unsafe behavior.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Read the API key from `~/.openclaw/secrets/runa.json` (field: `api_key`) or fall back to the `RUNA_API_KEY` environment variable. Authenticate all requests with: `Authorization: Bearer <api_key>`
The skill needs a bearer API key for the user's Runa account. This is expected for a Runa integration, but it grants account access to list, save, update, upload, and delete Runa content.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Create a new bookmark or text note. Automatically enriches and triggers AI tagging. Provide either `url` or `text` ... `POST /v1/files` ... Upload a PDF or image file. Stored and AI-processed in background.
The skill stores user-provided notes, links, and uploaded files in Runa, where they may be enriched, tagged, searched, and AI-processed. This is disclosed and aligned with a bookmarking/notes service.
