Beta Cap Table

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This appears to be a simple local cap-table calculator with no sensitive access, though its documentation overstates features and references a script name that is not included.

This skill looks safe to run locally from a security perspective, but its documentation does not match the included script and appears to overstate functionality. Do not rely on it for legal, fundraising, or valuation decisions without independent verification.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

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.

What this means

The documented examples may fail or require manual correction, but this does not show malicious behavior.

Why it was flagged

The documented command references captable.py, but the provided manifest contains cap.py instead, so the runnable artifact and instructions do not fully match.

Skill content
python3 captable.py --action summary
Recommendation

Before relying on the skill, verify the correct script name and supported arguments; the apparent included command is likely python3 cap.py with its documented argparse options.

What this means

Users could overestimate the tool's completeness for fundraising or financial planning decisions.

Why it was flagged

The SKILL.md describes advanced financial modeling and reporting features, while the provided cap.py only calculates and prints simple ownership percentages.

Skill content
Comprehensive cap table modeling tool ... M&A acquisition scenarios ... Liquidation preferences ... 409A valuation support
Recommendation

Treat this as a simple illustrative calculator unless the publisher supplies matching implementation and documentation for the advertised features.