08 Data Growth
Analysis
This appears to be a data-growth reference skill with purpose-aligned local calculator examples and no evidence of credential use, network access, file access, persistence, or destructive behavior.
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.
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.
#!/usr/bin/env python3 ... if __name__ == "__main__":
run()The reference markdown includes runnable Python examples for A/B testing and attribution calculators, even though the package is described as instruction-only. The shown code is simple local calculation logic and does not contain network, file, credential, or shell behavior.
