jh941213/codex-lattice · Archived

supply-chain-security

Software supply-chain security workflow. Use when dependencies, lockfiles, packages, build scripts, CI, SBOM, provenance, release artifacts, licenses, vulnerability scans, or third-party tools change.

Installation

$ npx skills add jh941213/codex-lattice --skill supply-chain-security

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jh941213/codex-lattice · top by installs.

npx skills add jh941213/codex-lattice

Browse all from jh941213/codex-lattice

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 19
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,386 B
  • docs SUMMARY.md 229 B

History

  1. First recorded snapshot · 1 installs

SKILL.md

Supply Chain Security

Use this skill when dependencies, lockfiles, build/release scripts, CI, or third-party tools change.

Workflow

  1. Inspect changed dependency and build files.
  2. Prefer lockfile-preserving installs and deterministic package managers.
  3. Run available scanners:

- gitleaks detect --source . --no-git - osv-scanner . when installed - language-specific audit commands when the project provides them

  1. Check package provenance and maintainer risk for new critical dependencies.
  2. Document SBOM/provenance expectations in docs/harness/SUPPLY_CHAIN.md.
  3. Document unresolved vulnerabilities or accepted risk in docs/harness/RISKS.md.
  4. Update docs/harness/RELEASE_PLAN.md when release artifacts or build integrity changes.

Review Points

  • New transitive dependency volume
  • Typosquatting or abandoned packages
  • Native install scripts or postinstall hooks
  • Broad token permissions in CI
  • Unpinned external actions or scripts
  • License changes affecting distribution

Required Output

Return changed supply-chain surface, scans run, findings, accepted risks, and release impact.