session-auto-commit-41f67b — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited session-auto-commit-41f67b (Hook) and scored it 45/100 (orange). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 4 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 4 flagged
A base64 string of 128+ characters appears in a documentation file. Encoded prompt injection hides the hostile instruction in base64 — invisible to keyword filters — and relies on the agent's ability to decode it at runtime. There is no normal authoring reason to embed a multi-hundred-byte base64 blob in skill docs.
*.sig, SIGNATURES) outside the documentation.A base64 string of 128+ characters appears in a documentation file. Encoded prompt injection hides the hostile instruction in base64 — invisible to keyword filters — and relies on the agent's ability to decode it at runtime. There is no normal authoring reason to embed a multi-hundred-byte base64 blob in skill docs.
*.sig, SIGNATURES) outside the documentation.Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Source repository for the gaitor-orchestrator-cli npm package.
The publishable package lives in packages/cli. The repository root remains a private workspace wrapper for development, docs, and release automation.
# Interactive scaffold
npx gaitor-orchestrator-cli my-project
# Non-interactive scaffold
npx gaitor-orchestrator-cli my-project --yes
# Global install
npm install -g gaitor-orchestrator-cli
gaitor my-project.github/ Release workflows, prompts, instructions, and templates
packages/cli/ Publishable CLI package
packages/cli/templates/ Files embedded into the scaffolded workspace
CONTEXT.md Shared project state for agents
SPEC.md Product and delivery specification for the CLI# Install dependencies (first time only)
npm install
# Run all tests
npm test --workspace=packages/cli
# Smoke-test the CLI manually
node packages/cli/bin/create-gaitor.js demo-project --yesTests live in packages/cli/src/__tests__/ and use the built-in Node.js test runner (node:test). No extra test framework is needed.
| File | What it covers |
|---|---|
cli.test.js | End-to-end CLI behaviour: --help, --version, --yes scaffolding, {{PROJECT_NAME}} substitution, and non-zero exit on conflicting directory |
scaffold.test.js | Unit tests for every scaffold() path: base files, each opt-in feature, _underscore → .dot renaming, template substitution, and unknown-feature resilience |
prompts.test.js | Unit tests for FEATURES registry shape and the non-interactive fast-path of askProjectName |
release-please in manifest mode.packages/cli is versioned and published.main creates the GitHub release and publishes the package to npm.release-please-config.json pins the first automated release to v1.0.0; remove release-as after that initial release lands.For end-user CLI usage and scaffold details, see packages/cli/README.md.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.