Developer Interview Simulator

PassAudited by ClawScan on May 1, 2026.

Overview

This looks like a benign instruction-only interview practice skill, with local profile/history storage and optional CV reading that users should be aware of.

This skill appears safe for its stated purpose. Before installing, be aware that it can create a local data folder and save profile, interview history, weak areas, saved answers, and optionally CV-derived details. Avoid providing sensitive CV content unless you are comfortable with it being used for local interview tailoring.

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.

What this means

Your interview practice history and selected CV-derived details may be saved locally and reused in later sessions.

Why it was flagged

The skill stores persistent local profile, interview history, weak areas, saved answers, and optionally extracted CV details for future interview tailoring.

Skill content
Storage: `~/.openclaw/developer-interview-simulator/` only... `profile.json` ... `cv_skills`, `cv_projects` ... `history.json` ... `saved_answers.json`
Recommendation

Only provide or save CV details you are comfortable keeping locally, and delete the skill directory if you want to reset or remove stored practice data.

What this means

The skill may create a local folder for its own saved data.

Why it was flagged

The skill describes a shell command to create its local data directory. This is limited, disclosed, and purpose-aligned, but it is still a local command.

Skill content
On first message, ensure data directory exists:

```bash
mkdir -p ~/.openclaw/developer-interview-simulator
```
Recommendation

Allow the setup only if you are comfortable with the skill creating this local directory; it should not need to run other commands.