Himalaya 1.0.0
Analysis
This is a straightforward Himalaya email CLI skill, but it can access, send, move, and delete emails when configured with your email credentials.
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.
Send directly using template: ```bash cat << 'EOF' | himalaya template send ... Delete an Email ```bash himalaya message delete 42 ```
The documented commands include sending and deleting emails. These are central to an email-management CLI and are shown as examples, but they are high-impact actions.
Source: unknown Homepage: https://github.com/pimalaya/himalaya Install specifications: brew | formula: himalaya
The install path is a standard Homebrew formula, but the registry source is not declared, so provenance is less explicit than it could be.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
A configuration file at `~/.config/himalaya/config.toml` 3. IMAP/SMTP credentials configured (password stored securely)
The skill requires access to an email account through local configuration and credentials, which is expected for an email client but grants sensitive account access.
