Printf Tool
Analysis
This skill appears benign: it is a small local formatting utility, with minor caveats about unknown provenance and unbounded format strings.
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.
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.
print(sys.argv[1] % tuple(sys.argv[2:]), end='')
The first command-line argument is used directly as the format string and the rest are interpolated into it. That is the skill's intended purpose, but the artifacts do not define limits on output size, width, or precision.
Source: unknown Homepage: none
The registry information does not identify an upstream source or homepage. The included code is small and no external install source is used, so this is a provenance note rather than a material concern.
