registry  /  opencode-onboard  /  1.2.0

opencode-onboard@1.2.0

Prepare any codebase for AI. Wires OpenCode, OpenSpec, codegraph, and basic-memory into a multi-agent development workflow powered by native parallel subagents.

Static Scan Results

scanned 10d ago · by 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.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
FilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 33 file(s), 94.0 KB of source, external domains: docs.astral.sh, github.com, models.dev, opencode.ai

Source & flagged code

2 flagged · loading source
src/utils/exec.jsView file
1import chalk from 'chalk' L2: import { execa } from 'execa' L3: import ora from 'ora'
High
Shell

Package source references shell execution.

src/utils/exec.jsView on unpkg · L1
src/steps/optimization/caveman.jsView file
1import { execa } from 'execa' L2: import { header, success, warn, error, loading, info } from '../../utils/exec.js' ... L14: try { L15: info('Installing caveman via npx skills') L16: const result = await execa('npx', skillsArgs, {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

src/steps/optimization/caveman.jsView on unpkg · L1

Findings

2 High2 Medium4 Low
HighShellsrc/utils/exec.js
HighRuntime Package Installsrc/steps/optimization/caveman.js
MediumNetwork
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings