Rev Tool

AdvisoryAudited by Static analysis on May 1, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Output may not match expectations for multi-line input, because line order and newline placement can be reversed too.

Why it was flagged

This reverses the entire input stream, while SKILL.md says each line is independently reversed; this is a functionality mismatch, not evidence of malicious behavior.

Skill content
print(''.join(reversed(sys.stdin.read())))
Recommendation

If line-by-line reversal matters, test the skill on sample multi-line input before relying on it.