image-crop-rotate — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited image-crop-rotate (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill provides functionality to crop images to 50% of their original size from the center and rotate them 90 degrees clockwise. It uses a reliable Python script with PIL/Pillow for consistent, high-quality image processing.
Use this skill when the user requests:
The skill provides a single script that performs both operations: cropping to 50% from center and rotating 90 degrees clockwise.
/mnt/user-data/uploads/crop_and_rotate.py script with input and output paths: python scripts/crop_and_rotate.py <input_path> <output_path>/mnt/user-data/outputs/ and share it with the user`scripts/crop_and_rotate.py`
This script performs two operations in sequence:
Usage:
python scripts/crop_and_rotate.py input.jpg output.jpgArguments:
Supported formats: Any format supported by PIL/Pillow (JPEG, PNG, GIF, BMP, TIFF, etc.)
Output: The script prints processing details including original size, cropped size, and final size
# Process an uploaded image
python /mnt/user-data/skills/image-crop-rotate/scripts/crop_and_rotate.py \
/mnt/user-data/uploads/photo.jpg \
/mnt/user-data/outputs/photo_processed.jpgThe script will:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.