telemetry-sanitized-skill-invocation-d37959 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited telemetry-sanitized-skill-invocation-d37959 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Domain: tool-orchestration Trigger: Use when SkillTool emits tengu_skill_tool_invocation so built-in commands, remote MCP skills, and forked executions are logged without exposing command strings in open analytics tables. Source Pattern: Distilled from reviewed tool-loop and result-shaping patterns.
Before executing any skill, compute whether the command is built-in, bundled, official marketplace, or custom and pass the sanitized value as command_name while storing the actual skill name under _PROTO_skill_name to satisfy both privacy and auditability. Add contextual metadata such as execution_context (inline, forked, remote), query_depth, parent_agent_id, and plugin fields when applicable, and wrap remote canonical invocations or discovered skills with additional flags so downstream dashboards know the skill source without revealing user-generated text. Emit separate telemetry for inline/forked/remote flows so metrics can split by execution path while normalizing the skill name for aggregated reporting.
sanitizedCommandName as commandName for built-in/bundled/official skills and fall back to 'custom' for user-authored commands; log the actual name only in _PROTO_skill_name to keep BigQuery columns safe.execution_context ('inline', 'forked', 'remote') plus invocation_trigger (nested vs proactive) and query_depth so telemetry consumers understand the runtime scenario._PROTO_plugin_name and the sanitized plugin_name/plugin_repository fields along with marketplace metadata to enable plugin-level analytics without leaking repository URLs.is_remote, was_discovered, and cached load info (latency, cache hit) so telemetry can diagnose discovery performance without exposing the raw prompt body.Use this skill to log any slash command invocation, ensuring that a cloned forked review or remote_skill call still records an execution_context flag plus proper naming sanitization for consumption by privacy-sensitive dashboards.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.