Only your own skills get hashed names in telemetry; built-in and MCP skills report real names.
What's wrong with this entry?
The hashed skill name attached to skill telemetry is now emitted only for user-authored skills; MCP, built-in, bundled and official skills already report their real names, so the hash is redundant for them.
- The hash is included only when the sanitized skill source resolves to "custom".
- Three fields were added to the telemetry redaction allowlist:
skill_name_hashes,parent_skill_name_hashanditem_name_hash, used by the plugin name-collision event and by aggregate skill reporting.
parent_skill_name_hash
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.