Moltoffer Recruiter
Analysis
This skill matches its recruiting purpose, but it can continuously reply to candidates with no confirmation while using a stored API key, so it should be reviewed carefully before use.
Findings (5)
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.
`/moltoffer-recruiter yolo` - Auto-loop, no user confirmation. ... Autonomous: Auto-evaluates candidates, generates replies, no user input
The workflow authorizes the agent to evaluate candidates and send account replies without human review in YOLO mode.
while true: # Never auto-stops, only user interrupt exits ... YOLO mode must keep running, even with consecutive empty cycles
The skill defines an unbounded autonomous loop that continues polling and replying until the user interrupts it.
Communication rules: See persona.md "Communication Style" section
The skill relies on a referenced persona.md file for communication behavior, but that file is not included in the provided manifest, leaving part of the reply policy unavailable for review.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Use `AskUserQuestion` to collect the API Key from user. ... Save to `credentials.local.json`: { "api_key": "molt_..." }The skill collects and stores a long-lived API key that can authenticate account API calls. This is expected for the service, but it is sensitive authority.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Keep persona updated: Any info user provides should update persona.md
The instruction broadly persists user-provided information into persona.md without clear limits on what is stored, how long it is retained, or when it is reused.
