HireEase Skill
Analysis
The skill’s resume/application workflow is mostly purpose-aligned, but it uses powerful HireEase credentials and Google Drive sharing in ways that need careful 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.
Should you **record the application in HireEase for real**? (`Yes` / `No`) ... `POST {BASE}/api/applications` ... `PATCH {BASE}/api/applications/:id` to set `resumeUrl`The skill can create and modify HireEase application records. This is aligned with the stated purpose and includes a Yes/No confirmation prompt, but it is still a real account/data mutation.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
2. `base url` to use? ... `HIREEASE_AGENT_EMAIL` ... `HIREEASE_AGENT_PASSWORD` ... `POST {BASE}/api/auth/login` with `{ "email", "password" }`The instructions combine a user-provided base URL with sending HireEase agent credentials to `{BASE}/api/auth/login`. The visible artifact shows no allowlist or other boundary to ensure those credentials are only sent to trusted HireEase hosts.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
If `No`: only proceed with browser automation if it’s available AND I’m already logged into the client Google account/session. ... Attempt to upload the generated PDF to Google Drive under the client’s session. Copy the “Anyone with the link” public Viewer URL.
The workflow may use an existing Google account browser session and change Drive sharing to an anyone-with-link public viewer URL. That crosses an account/data boundary and makes the generated resume publicly link-accessible.
