Openjobs People Search
Analysis
The skill is coherent for recruiting searches, but its setup instructions can expose the Mira API key by printing it during the credential check.
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.
Unlock candidate contact info by LinkedIn URL (1–50 URLs) ... Returns `personEmail` and `workEmail` for each URL ... Each URL consumes 1 quota point.
The contact-unlock operation is part of the stated recruiting purpose and is disclosed, but it retrieves personal contact information and spends account quota.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Check the `MIRA_KEY` environment variable: `echo $MIRA_KEY` ... ask them to provide it, then set it as an environment variable: `export MIRA_KEY="mira_your_key_here"`
The API key is expected for this service, but using `echo $MIRA_KEY` prints the secret into terminal/tool output, where it may be captured in the agent context or logs.
