lovstudio-business-card
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/render_card.pyusessubprocess.run()to execute a local Chromium/Chrome browser in headless mode to capture screenshots of the generated HTML template. It also usessipson macOS for image cropping. - Evidence:
subprocess.run(cmd, check=True, capture_output=True)for browser execution andsubprocess.run(["sips", ...])for image processing. - [EXTERNAL_DOWNLOADS]: The skill documentation includes a standard
git clonecommand for installation from the author's official repository. - Evidence:
git clone https://github.com/lovstudio/business-card-skillinREADME.md.
Audit Metadata