Safe Share
Analysis
Safe Share is a coherent local sanitizer, but it will see the secrets you provide and its optional mask mode can leave small parts of them visible.
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.
if mode == "mask": return mask_value(value) ... value[:4] ... value[-4:]
Mask mode preserves the first and last characters of matched values. That is consistent with a masking feature, but for public sharing it can still disclose partial secret identifiers.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
remove API keys, tokens, cookies, passwords, emails, IPs, or other sensitive values from text before posting
The skill is explicitly designed to receive and process credentials and personal identifiers. This is purpose-aligned, local, and disclosed, but users should understand the skill will see any secrets they provide.
