Ima Skills 1.0.4
Analysis
This appears to be a coherent IMA notes integration, but it uses an API key to read and write private notes, so users should verify the publisher and handle credentials carefully.
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.
| 新建一篇笔记 | `import_doc` ... | 往已有笔记追加内容 | `append_doc` |
The skill exposes direct API write operations for creating and appending notes. This is part of the stated purpose, but it changes persistent user data.
"ownerId": "kn7fpa7e88ngzptwrczstadp5h831pc9", "slug": "ima-skills", "version": "1.0.4"
The bundled metadata differs from the supplied registry metadata, which lists a different owner ID, slug, and version. This is a provenance/versioning ambiguity for a credential-using skill.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
requires: { "env": ["IMA_OPENAPI_CLIENTID", "IMA_OPENAPI_APIKEY"] } ... -H "ima-openapi-apikey: $IMA_OPENAPI_APIKEY"The skill requires IMA API credentials and uses them in request headers, which is expected for the service but grants the agent access to the user's note account.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
支持读取(搜索、列表、获取内容)和写入(新建、追加) ... 笔记内容属于用户隐私
The skill brings private note content into the agent context and can persist new or appended note content. The artifact acknowledges that note content is private.
