testat1
Analysis
This is a coherent Slack-control skill, but it can read and change Slack messages using Clawdbot's bot token and its embedded identity does not match the registry listing.
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.
| messages | enabled | Read/send/edit/delete |
The skill enables Slack message mutation, including deletion. These are high-impact actions, and the artifact does not define approval requirements or channel/workspace boundaries.
"ownerId": "kn70pywhg0fyz996kpa8xj89s57yhv26", "slug": "slack"
The embedded metadata conflicts with the supplied registry listing, which identifies the evaluated skill as slug testat1 owned by kn77ncj465rvq2n8f53jat26ch80jen8. This creates a package identity/provenance mismatch.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
The tool uses the bot token configured for Clawdbot.
The skill relies on delegated Slack account authority. The artifacts do not describe the token's scopes, workspace limits, or which channels/DMs it may access.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"action": "readMessages", "channelId": "C123", "limit": 20
The skill can retrieve recent Slack channel or DM messages through the Slack tool. This is purpose-aligned, but Slack messages may contain sensitive business or personal information.
