stitched-full-page-capture

Pass

Audited by Gen Agent Trust Hub on Aug 25, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The stitch_full_page_capture.mjs script executes system binaries ffmpeg and sips using spawn and execFile to handle image cropping and stitching. This process execution is a core part of the skill's utility.
  • [DYNAMIC_EXECUTION]: The script uses createRequire to load the playwright dependency from the local workspace's node_modules at runtime.
  • [INDIRECT_PROMPT_INJECTION]: The skill processes a manifest.json file containing external URLs and file paths. Ingestion points: manifest.json via CLI argument in stitch_full_page_capture.mjs. Boundary markers: None. Capability inventory: spawn (ffmpeg), execFile (sips), Playwright browser control, and fs file operations. Sanitization: Basic string replacement for filenames, but manifest-provided paths are used for file system operations.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 25, 2026, 03:09 AM
Security Audit — agent-trust-hub — stitched-full-page-capture