registry  /  tokn-app  /  0.1.0

tokn-app@0.1.0

Daily AI token usage and cost across **Claude Code**, **Codex**, and **Cursor**, in two forms:

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 12 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicenseWildcardDependency
scanned 27 file(s), 102 KB of source, external domains: cursor.com, www.neuralmindlabs.com

Source & flagged code

3 flagged · loading source
scripts/validate.tsView file
5*/ L6: import { execSync } from 'node:child_process'; L7: import { readFileSync, readdirSync } from 'node:fs';
High
Child Process

Package source references child process execution.

scripts/validate.tsView on unpkg · L5
83console.log('running ccusage (this downloads the package on first run)...'); L84: const raw = execSync('npx --yes ccusage@latest daily --json', { L85: encoding: 'utf8',
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

scripts/validate.tsView on unpkg · L83
src-tauri/icons/icon.icnsView file
path = src-tauri/icons/icon.icns kind = high_entropy_blob sizeBytes = 373314 magicHex = [redacted]
High
Ships High Entropy Blob

Package ships high-entropy non-source blobs.

src-tauri/icons/icon.icnsView on unpkg

Findings

4 High3 Medium5 Low
HighChild Processscripts/validate.ts
HighShell
HighRuntime Package Installscripts/validate.ts
HighShips High Entropy Blobsrc-tauri/icons/icon.icns
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License