Halo Cli Auth
Analysis
This is a straightforward Halo CLI authentication helper, but it involves Halo credentials and profile deletion commands that users should authorize carefully.
Findings (2)
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 auth profile delete production --force ... `profile delete` is destructive; use `--force` in non-interactive mode.
The skill documents a destructive profile deletion command with `--force`. It is disclosed and relevant to fixing broken credentials, but should still be user-approved.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Login with bearer token: ... --token <token> ... Login with basic auth: ... --username admin ... --password <password>
The skill instructs use of Halo account credentials. This is expected for an authentication skill, but it gives the agent workflows involving bearer tokens or passwords.
