Roas Calculator

PassAudited by ClawScan on May 1, 2026.

Overview

This is an instruction-only ROAS calculator with no install step, credentials, hidden code, or external access shown.

This skill appears safe to install as an instruction-only calculator. Treat its ROAS output as decision support, verify the assumptions, and review any generated Python script before running it.

Findings (1)

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.

What this means

The user may receive code containing their business inputs and formulas; incorrect assumptions could affect budget decisions if used without review.

Why it was flagged

The skill instructs the agent to generate a Python script for the calculation. This is directly aligned with the calculator purpose and there is no evidence of automatic execution, downloads, shell commands, or hidden code.

Skill content
当用户提供了结构化数字后:
- 生成 Python 脚本做计算
- 先展示假设和公式
- 再输出结果
- 最后返回可复用脚本
Recommendation

Review the displayed assumptions and formulas before running or reusing the generated script.