Back to skill
v1.0.0

Print Tool

BenignClawScan verdict for this skill. Analyzed Apr 30, 2026, 10:11 PM.

Analysis

This is a very small print utility with no credentials or network access, but its source is unknown and its documentation appears to overstate the options implemented.

GuidanceThis appears safe for simple message printing. Before relying on it in scripts, note that the provided implementation may not support the documented options such as multiple arguments, newline suppression, or escape interpretation, and avoid printing sensitive values unless you intend them to appear in standard output.

Findings (2)

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.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Agentic Supply Chain Vulnerabilities
SeverityInfoConfidenceHighStatusNote
metadata
Source: unknown
Homepage: none

The registry metadata does not identify an upstream source or homepage, so provenance context is limited; however, the provided artifacts show no dependency installation, remote script, or hidden package chain.

User impactUsers have less independent information about where this skill came from, though the included code is very small and locally visible.
RecommendationReview the included files before use and prefer known publishers for skills used in sensitive workflows.
Human-Agent Trust Exploitation
SeverityLowConfidenceHighStatusNote
SKILL.md
Supports multiple arguments, newline control, and special character escaping.

This documentation describes formatting and multi-argument behavior, while the included script only prints the first command-line argument; users may rely on options that are not actually implemented.

User impactThe tool may not behave as documented, which could make debug output incomplete or formatted differently than expected.
RecommendationTreat the documented options as unverified unless the implementation is updated to match the SKILL.md behavior.