Halo Cli Moderation Notifications
Analysis
This skill does what it says, but it gives an agent Halo moderation powers to approve, post, bulk-update, and force-delete content or notifications, so it needs review before installation.
Findings (3)
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.
halo comment delete comment-abc123 --force ... halo comment reply delete reply-abc123 --force ... halo notification mark-as-read --all ... Use `--force` for destructive deletes in non-interactive mode.
The skill documents destructive and bulk Halo CLI operations and specifically recommends force mode for non-interactive deletes, but does not define a confirmation, preview, or rollback boundary.
references: - ../halo-cli-shared
The skill declares a shared reference that is not present in the provided one-file manifest; this is not evidence of malicious behavior, but it is a provenance/context item to verify.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Use `--profile <name>` when moderating a non-default environment.
The skill expects actions to run under a selected Halo CLI profile/environment; this is purpose-aligned but means the agent may act with that profile's delegated moderation permissions.
