registry  /  @ikon85/agent-workflow-kit  /  0.16.0

@ikon85/agent-workflow-kit@0.16.0

Portable AI-agent workflow skills (plan → execute → land → learn) for Claude Code & Codex — grilling, TDD, diagnosis, two-axis code review, cross-model Codex review, design & domain-modeling, plus a skill router (ask-matt). npx init/update/diff/uninstall.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 11 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
ChildProcessCryptoEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 40 file(s), 150 KB of source, external domains: github.com, testreporter.iverra.de

Source & flagged code

4 flagged · loading source
scripts/test_census_update_contract.test.mjsView file
2import assert from 'node:assert/strict'; L3: import { execFile } from 'node:child_process'; L4: import { promisify } from 'node:util';
High
Child Process

Package source references child process execution.

scripts/test_census_update_contract.test.mjsView on unpkg · L2
scripts/build-kit.test.mjsView file
51test('npm pack keeps the complete scripts tree but excludes Python caches', () => { L52: const output = execFileSync('npm', ['pack', '--dry-run', '--json'], { L53: cwd: REPO, encoding: 'utf8', ... L65: L66: test('packed scoped artifact keeps the existing npx default-bin inference', async () => { L67: const destination = await mkdtemp(join(tmpdir(), 'awkit-pack-'));
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

scripts/build-kit.test.mjsView on unpkg · L51
.agents/skills/diagnose/scripts/hitl-loop.template.shView file
path = .[redacted]-loop.template.sh kind = payload_in_excluded_dir sizeBytes = 1164 magicHex = [redacted]
High
Payload In Excluded Dir

Package hides binary, compressed, or executable-looking payloads in test/fixture/hidden paths.

.agents/skills/diagnose/scripts/hitl-loop.template.shView on unpkg
path = .[redacted]-loop.template.sh kind = build_helper sizeBytes = 1164 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

.agents/skills/diagnose/scripts/hitl-loop.template.shView on unpkg

Findings

4 High3 Medium4 Low
HighChild Processscripts/test_census_update_contract.test.mjs
HighShell
HighRuntime Package Installscripts/build-kit.test.mjs
HighPayload In Excluded Dir.agents/skills/diagnose/scripts/hitl-loop.template.sh
MediumEnvironment Vars
MediumShips Build Helper.agents/skills/diagnose/scripts/hitl-loop.template.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings