registry  /  swe-workflow-skills  /  0.5.2

swe-workflow-skills@0.5.2

A curated library of Claude Code Agent Skills covering the full software lifecycle, with orchestrator-routed activation that scales past the skill-listing budget.

Static Scan Results

scanned 15h ago · by rust-scanner

Static analysis completed at 65.0% confidence. No malicious behavior was detected; 6 low-signal pattern(s) were surfaced and cleared.

Static reason
No blocking static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessDynamicRequireEnvironmentVarsFilesystemShell
Supply chainNo supply-chain packaging signals triggered.
ManifestNo manifest risk signals triggered.
scanned 6 file(s), 54.0 KB of source

Source & flagged code

2 flagged · loading source
hooks/session-start.mjsView file
77for (const p of [join(SCRIPT_DIR, "resolve.mjs"), join(SCRIPT_DIR, "..", "scripts", "resolve.mjs")]) { L78: if (existsSync(p)) return import(pathToFileURL(p).href); L79: }
Medium
Dynamic Require

Package source references dynamic require/import behavior.

hooks/session-start.mjsView on unpkg · L77
skills/infrastructure-as-code/references/iac-patterns.mdView file
146patternName = generic_password severity = medium line = 146 matchedText = password...123"
Medium
Secret Pattern

Hardcoded password in skills/infrastructure-as-code/references/iac-patterns.md

skills/infrastructure-as-code/references/iac-patterns.mdView on unpkg · L146

Findings

3 Medium3 Low
MediumDynamic Requirehooks/session-start.mjs
MediumEnvironment Vars
MediumSecret Patternskills/infrastructure-as-code/references/iac-patterns.md
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem