Residency Interview Prep

v1.0.0

Mock interview preparation tool for residency Match interviews. Generates.

0· 34·0 current·0 all-time
byAIpoch@aipoch-ai
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, SKILL.md, and scripts/main.py all align: the package generates interview questions, structures, key points, and pitfalls. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md instructs running scripts/main.py and validating inputs, which is appropriate. The doc mentions reading/writing input/output files, an in-file CONFIG block, and sandboxing guidance, but the packaged script as provided only prints JSON to stdout and does not read or write files or use a CONFIG. This is a minor mismatch (documentation is more permissive than implementation) but not malicious.
Install Mechanism
No install spec; instruction-only with a small Python script. Requires Python 3.10+ only and no third-party packages — proportionate and low-risk.
Credentials
No required environment variables, credentials, or config paths declared or used. The script does not access environment secrets.
Persistence & Privilege
always is false, the skill is user-invocable, and the skill does not request persistent privileges or modify other skills or system-wide settings.
Assessment
This skill appears coherent and low-risk, but before installing: (1) review the small script yourself (it’s short and readable) and run it in a sandbox/isolated workspace to confirm behavior; (2) avoid feeding real patient-identifiable or sensitive data into the skill (it prints outputs to workspace); (3) note the SKILL.md mentions file I/O and a CONFIG block that the script does not actually use—if you expect file-based operation, update the code or the docs accordingly; (4) ensure you have Python 3.10+ available; and (5) if you plan to extend the skill (add network calls or saving user data), require explicit review of added code and any credentials those features need.

Like a lobster shell, security has layers — review code before you run it.

latestvk97f8s80tgkwznyzkpds2ec50183znw2

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments