ClawAudit verdict

free-ai-girlfriend

free-girlfriend

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

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.

13
security
90
transparency
90
maintenance

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (11)

Pattern match high

Uses eval() — can execute arbitrary code

video/SadTalker/src/audio2pose_models/audio2pose.py · prose · downgraded · eval(

Pattern match medium

pip3 install — installs Python packages at runtime

SKILL.md · code · pip3 install

Pattern match medium

conda install — installs packages via conda

video/SadTalker/docs/face3d.md · code · conda install

Pattern match medium

subprocess execution — runs system commands from Python

video/SadTalker/launcher.py · prose · downgraded · subprocess.run(

Pattern match medium

subprocess with shell=True — command injection vector

video/SadTalker/launcher.py · prose · downgraded · subprocess.run(command, shell=True

Pattern match medium

os.system/popen — direct OS command execution

video/SadTalker/src/gradio_demo.py · prose · downgraded · os.system(

Pattern match low

Python shutil file operation — copies/moves/deletes files

video/SadTalker/inference.py · prose · downgraded · shutil.move(

Pattern match low

Python os.environ.get — reads environment variable

video/SadTalker/launcher.py · prose · downgraded · os.environ.get(

Pattern match low

Python os.getenv — reads environment variable

video/SadTalker/scripts/extension.py · prose · downgraded · os.getenv(

Pattern match low

importlib.import_module — dynamic module loading

video/SadTalker/src/face3d/data/__init__.py · prose · downgraded · importlib.import_module(

Pattern match low

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?

Check another skill Browse the registry Auditing your own skills or configs? Use the API