Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Multi-Channel Income Tracker

v1.0.0

Track and analyze income and expenses from multiple sources with automatic categorization, ROI calculation, and detailed reports.

0· 404·2 current·2 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dagangtj/multi-channel-income-tracker.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Multi-Channel Income Tracker" (dagangtj/multi-channel-income-tracker) from ClawHub.
Skill page: https://clawhub.ai/dagangtj/multi-channel-income-tracker
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install dagangtj/multi-channel-income-tracker

ClawHub CLI

Package manager switcher

npx clawhub@latest install multi-channel-income-tracker
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, SKILL.md, and tracker.js align: a local CLI tool that records income/expenses and prints reports. No unrelated binaries, env vars, or network access are requested.
Instruction Scope
SKILL.md tells the user to run node tracker.js which matches the code. The SKILL.md does not state where data is stored; the code writes JSONL files under $HOME/.openclaw/workspace/data/income which is expected for a local tracker but should be called out to users. The CLI parsing is minimal and lacks input validation (missing/invalid flags may lead to NaN entries).
Install Mechanism
No install spec; this is an instruction-only skill with an included JS file. No packages, downloads, or external installers are used.
Credentials
No credentials or environment variables are required. The script reads process.env.HOME to build a data directory — this is reasonable and proportional for a local file-based tracker.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent settings. It only creates and writes to its own data files under the user's home directory.
Assessment
This skill appears to be a simple local income/expense tracker that stores data in $HOME/.openclaw/workspace/data/income as newline-delimited JSON. Before installing: (1) inspect or vet the tracker.js file (you already have it) and ensure you are comfortable with data being stored unencrypted on disk; (2) make backups or set restrictive permissions on that directory if it will contain sensitive financial details; (3) be aware the CLI does minimal input validation so supplying missing/invalid flags can produce incorrect entries; and (4) run it in a controlled environment (or container) if you want to isolate its filesystem writes.

Like a lobster shell, security has layers — review code before you run it.

financevk971cpxnr2k7e55vqx09nd77en825n9jincomevk971cpxnr2k7e55vqx09nd77en825n9jlatestvk971cpxnr2k7e55vqx09nd77en825n9jmulti-channelvk971cpxnr2k7e55vqx09nd77en825n9jroivk971cpxnr2k7e55vqx09nd77en825n9jtrackingvk971cpxnr2k7e55vqx09nd77en825n9j
404downloads
0stars
1versions
Updated 9h ago
v1.0.0
MIT-0

Multi-Channel Income Tracker

Track income from multiple sources (GitHub bounties, ClawHub, toku.agency, trading, etc.) with automatic categorization and ROI analysis.

Features

  • Multi-source income tracking
  • Automatic categorization
  • ROI calculation per channel
  • Daily/weekly/monthly reports
  • Goal tracking
  • Channel performance comparison

Installation

clawhub install multi-channel-income-tracker

Usage

# Add income
node tracker.js income --source "toku.agency" --amount 50 --description "Code review service"

# Add expense
node tracker.js expense --category "api" --amount 2 --description "OpenAI API"

# View report
node tracker.js report --period "week"

# Channel comparison
node tracker.js channels

Supported Channels

  • GitHub Bounties
  • ClawHub Skills
  • toku.agency
  • Fiverr
  • Trading
  • Medium/YouTube
  • Consulting
  • Custom channels

Reports

  • Income by channel
  • ROI per channel
  • Trend analysis
  • Goal progress
  • Cost breakdown

License

MIT

Comments

Loading comments...