Caveat verdict
auto-job-applier
Accesses credentials AND makes external network calls
A job search and auto-application skill using resumex.dev API; it transparently discloses it fetches resume data, presents an approval list before applying, and uses browser automation only after user approval — no unexpected data exfiltration.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
credential_access
Findings (4)
Pipe to python — executes piped content as Python code
SKILL.md · prose · downgraded · | Python
pip3 install — installs Python packages at runtime
SKILL.md · prose · downgraded · pip3 install
Popular HTTP library — network access
references/job_boards.md · prose · downgraded · Got
Python os.environ.get — reads environment variable
scripts/http_client.py · prose · downgraded · os.environ.get(
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outnetwork_incredential_access Thanks — recorded.