Zernio API
Analysis
This is a coherent documentation-only API reference, but using it with real credentials can connect social accounts, publish posts, and send webhook data.
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.
`publishNow: true` // Publish immediately; endpoints include `POST /v1/posts/bulk-upload`, `PUT /v1/posts/{postId}`, `DELETE /v1/posts/{postId}`.The skill documents API calls that can immediately publish, bulk-create, update, or delete posts. This is aligned with a social scheduling API, but these are high-impact actions if executed with real credentials.
Source: unknown; Homepage: none
The registry metadata does not independently identify a source or homepage for a skill presented as an official API reference. There is no code or install payload, so this is a provenance note rather than a behavior concern.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`GET /v1/connect/{platform}` Start OAuth flow; `POST /v1/connect/bluesky/credentials`; `The Late bot must already be added as admin in your channel/group.`The documentation covers OAuth, app-password, and Telegram admin-bot connection flows. These are expected for a cross-platform scheduler, but they delegate meaningful account or channel privileges.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`url`: `https://your-server.com/webhooks/zernio`, `secret`: `your_webhook_secret`; event `message.received` = New DM/message received.
Webhook configuration can send post, account, and message-related events to a user-specified server. The docs include signature verification, so the flow is disclosed, but it can carry sensitive social/account data.
