Save Money

Security checks across malware telemetry and agentic risk

Overview

This instruction-only skill is mainly a disclosed model-routing helper, but it can automatically hand complex prompts to Sonnet and forward the full task text.

Before installing, make sure you want an automatic cost/quality router that may spawn Sonnet for many complex or uncertain requests. Do not use it with sensitive prompts unless forwarding the full task to the spawned model session is acceptable.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

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.

#
ASI02: Tool Misuse and Exploitation
Low
What this means

Complex requests may be handed to a Sonnet session automatically instead of being answered by the current model.

Why it was flagged

The skill explicitly directs automatic use of a session-spawning tool for complex tasks. This is purpose-aligned with model routing, but users should notice it can change the model used and may incur additional model costs without a separate confirmation step.

Skill content
If YES → call `sessions_spawn()` IMMEDIATELY. Do NOT attempt to answer yourself.
Recommendation

Use this only if you want automatic model handoff; monitor billing and consider editing the rules if you prefer confirmation before escalation.

#
ASI07: Insecure Inter-Agent Communication
Low
What this means

If a complex prompt contains private information, that information may be included in the spawned Sonnet session.

Why it was flagged

The handoff sends the full user task to another model session. That is expected for the skill's routing purpose, but the artifact does not add privacy or minimization guidance for sensitive prompts.

Skill content
sessions_spawn(
  message: "<the full task description>",
  model: "anthropic/claude-sonnet-4-20250514"
Recommendation

Avoid invoking the skill on sensitive content unless you are comfortable with the full prompt being forwarded to the Sonnet session.