ClawAudit verdict
free-ai-girlfriend
free-girlfriend
Virtual AI companion skill using local open-source tools (Edge TTS, Stable Diffusion, Wav2Lip) for voice/image/video generation — all processing is local, no network exfiltration, and behavior is entirely consistent with the stated entertainment purpose.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Permission integrity
package_install
Findings (11)
Uses eval() — can execute arbitrary code
video/SadTalker/src/audio2pose_models/audio2pose.py · prose · downgraded · eval(
pip3 install — installs Python packages at runtime
SKILL.md · code · pip3 install
conda install — installs packages via conda
video/SadTalker/docs/face3d.md · code · conda install
subprocess execution — runs system commands from Python
video/SadTalker/launcher.py · prose · downgraded · subprocess.run(
subprocess with shell=True — command injection vector
video/SadTalker/launcher.py · prose · downgraded · subprocess.run(command, shell=True
os.system/popen — direct OS command execution
video/SadTalker/src/gradio_demo.py · prose · downgraded · os.system(
Python shutil file operation — copies/moves/deletes files
video/SadTalker/inference.py · prose · downgraded · shutil.move(
Python os.environ.get — reads environment variable
video/SadTalker/launcher.py · prose · downgraded · os.environ.get(
Python os.getenv — reads environment variable
video/SadTalker/scripts/extension.py · prose · downgraded · os.getenv(
importlib.import_module — dynamic module loading
video/SadTalker/src/face3d/data/__init__.py · prose · downgraded · importlib.import_module(
Popular HTTP library — network access
video/SadTalker/src/facerender/sync_batchnorm/batchnorm.py · prose · downgraded · got
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/D/F). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
package_install Is this flag fair?
Thanks — recorded.