Back to skill
Skillv1.0.0
ClawScan security
Base64 Toolkit · ClawHub's context-aware review of the artifact, metadata, and declared behavior.
Scanner verdict
BenignMay 1, 2026, 8:06 AM
- Verdict
- Benign
- Confidence
- high
- Model
- gpt-5.5
- Summary
- The provided artifacts describe a straightforward local Base64 conversion tool, and the included code matches that purpose without credentials, networking, persistence, or hidden behavior.
- Guidance
- Use it as a local conversion utility. Only provide strings or file paths whose contents you intend to see printed in encoded or decoded output, and remember that Base64 is encoding, not encryption.
Review Dimensions
- Purpose & Capability
- okThe documented features match the script actions: text encode/decode, URL-safe encode/decode, and image-to-Base64 data URI conversion.
- Instruction Scope
- okUsage is presented as user-invoked CLI commands with explicit inputs; there are no instructions to override user intent, run automatically, or perform unrelated actions.
- Install Mechanism
- okThere is no install spec, requirements.txt declares no external dependencies, and the only required binary is python3.
- Credentials
- okThe script uses Python standard libraries and only processes supplied strings or user-specified file paths for conversion; no network access or broad local scanning is evidenced.
- Persistence & Privilege
- okNo credential use, privileged operations, background process, persistence mechanism, or stored state is shown in the artifacts.
