Third Party Fixture

Reviews dependency manifests for known-vulnerable version pins. Use when the user asks for a dependency security review or mentions vulnerable packages.

EONRaider 60c2954 868 B Updated

File contents

Third-party fixture

A minimal stand-in for a skill authored entirely outside SkillArtisan's pipeline: none of the pipeline's artifacts exist here — no scan marker file, no evals/ directory, and no classification line of the kind references conventions add. (The artifacts are deliberately not named in this prose: detection matches on content, and naming them here would make this fixture read as first-party.) audit.py's source auto-detection must classify this as third-party.

Workflow

  1. Read the dependency manifest the user points at.
  2. Compare each pin against the advisory list.
  3. Report vulnerable pins with the fixed version to upgrade to.

EONRaider/SkillArtisan/tree/main/skill-artisan/tests/fixtures/third-party-fixture commit 60c29545fa

Frequently asked questions

npx skillmds@latest add eonraider/third-party-fixture