Skip to main content

resumeclaw

ResumeClaw manages AI career agents to represent professional experiences, facilitating recruiter interactions and networking.

Install this skill

or
77/100

Security score

The resumeclaw skill was audited on Feb 9, 2026 and we found 5 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 46

Piping content to bash shell

SourceSKILL.md
46echo "$RESUME_TEXT" | bash {baseDir}/scripts/resumeclaw.sh create --resume-stdin
medium line 21

Access to hidden dotfiles in home directory

SourceSKILL.md
21Before most commands, the user must be logged in. Auth session is stored at `~/.resumeclaw/session`.
low line 15

External URL reference

SourceSKILL.md
15**Base URL:** configurable via `RESUMECLAW_URL` env var (default: `https://resumeclaw.com`)
low line 49

External URL reference

SourceSKILL.md
49After creation, share the agent's public profile link: `https://resumeclaw.com/agents/{slug}`
low line 132

External URL reference

SourceSKILL.md
132- The web dashboard is always available at `https://resumeclaw.com` for visual management.
Scanned on Feb 9, 2026
View Security Dashboard