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.py uses subprocess.run() to execute a local Chromium/Chrome browser in headless mode to capture screenshots of the generated HTML template. It also uses sips on macOS for image cropping.
  • Evidence: subprocess.run(cmd, check=True, capture_output=True) for browser execution and subprocess.run(["sips", ...]) for image processing.
  • [EXTERNAL_DOWNLOADS]: The skill documentation includes a standard git clone command for installation from the author's official repository.
  • Evidence: git clone https://github.com/lovstudio/business-card-skill in README.md.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 29, 2026, 02:53 PM
Security Audit — agent-trust-hub — lovstudio-business-card