Commit Graph

18 Commits

Author SHA1 Message Date
sickn33
344854e9e5 fix(security): Address remaining scanning alerts
Tighten the remaining high-signal security findings by switching the todo example to a standard Express rate limiter, removing sensitive metadata from boilerplate logging, and replacing fragile HTML tag filtering with parser-based conversion.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-18 18:15:49 +01:00
sickn33
3b6ef3add8 fix(security): Remediate scanning and dependency alerts
Harden template and example code paths, redact sensitive output, and pin safe transitive npm packages. Consolidate the todo backend on better-sqlite3 so the example no longer pulls the vulnerable sqlite3 chain and still passes build and CRUD smoke checks.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-18 18:05:45 +01:00
sickn33
d2ad123c81 fix(plugin): Correct Claude marketplace source path
Update the Claude marketplace entry to use a schema-valid relative source path and add a regression test so invalid marketplace sources fail in the local suite. Also document the maintainer workflow used for stale PR metadata and fork-gated Actions runs.

Fixes #344
2026-03-18 12:48:45 +01:00
Maeve Fernandes
de21ffa2c6 This PR introduces utility scripts designed to resolve agent context window overloading. (#319)
* Implemented scripts and a Python utility to optimize agent skills, preventing context window overload, and document their usage.

* feat(infra): add skills optimization scripts with bundle support and fixed archive logic

* Removed Linux / Mac optimize-skills

* Removed the Linux Section

* feat(infra): final robust skill optimization suite with Library Mode

* Removed

* Updated the read me changed the optimisation to activation-skills

* Updated ReadMe

* docs: trim activation script README diff

---------

Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-16 15:56:42 +01:00
sck_0
62c4d86155 fix(installer): Ship runtime libs in npm package
Include tools/lib in the published npm files whitelist so the npx installer can resolve symlink-safety at runtime. Add a regression test that checks npm pack --dry-run --json for the expected packaged files.

Fixes #315

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-15 17:52:32 +01:00
sck_0
6f42d5b0a2 security: harden refresh-skills endpoint and add skills docs security gate 2026-03-15 09:51:16 +01:00
sck_0
c0c118e223 fix(security): harden markdown rendering and sync safety 2026-03-15 09:22:05 +01:00
sck_0
114b9130cd fix: improve robustness for local tooling 2026-03-15 08:42:49 +01:00
sck_0
e677e29015 fix: remove unsafe shell guidance 2026-03-15 08:41:29 +01:00
sck_0
a8b1e88f11 fix: restore auth and transport integrity defaults 2026-03-15 08:40:53 +01:00
sck_0
fe07e07215 fix: harden filesystem trust boundaries 2026-03-15 08:39:22 +01:00
sck_0
27cb7c6830 chore: clean misplaced repo artifacts 2026-03-14 20:00:09 +01:00
yang1002378395-cmyk
b9ce8c9011 fix: remove Windows symlink workaround for git clone (#299)
- The installer uses copyRecursiveSync which copies files,
  not symlinks, so git clone without core.symlinks works fine
- The previous Windows-specific git -c core.symlinks=true clone
  required admin privileges, causing install failures
- This fix allows non-admin Windows users to install

Fixes #286

Co-authored-by: 阳虎 <yanghu@yanghudeMacBook-Pro.local>
2026-03-14 17:47:42 +01:00
sickn33
e325b0ee30 fix: streamline pr and release workflow (#289)
Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-13 14:20:49 +01:00
sck_0
608ef0ac9a fix: make readme sync deterministic in CI 2026-03-13 09:24:36 +01:00
Copilot
ef743d14a1 Harden Jetski/Gemini lazy-loader example for overflow and path safety (#271)
* Initial plan

* Harden lazy loader example

Co-authored-by: sickn33 <184072420+sickn33@users.noreply.github.com>

* Revert generated README metadata change

Co-authored-by: sickn33 <184072420+sickn33@users.noreply.github.com>

* Address review feedback on lazy loader

Co-authored-by: sickn33 <184072420+sickn33@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: sickn33 <184072420+sickn33@users.noreply.github.com>
2026-03-12 12:29:21 +01:00
Abkari Mohammed Sayeem
5f6f94b53f feat: Add skill filtering utility to fix Gemini token truncation (Iss… (#219)
* feat: Add skill filtering utility to fix Gemini token truncation (Issue #215)  Adds skill-filter.js module that provides: - Category-based skill filtering to reduce context overhead - Pre-configured skill bundles (minimal, balanced, complete)  - Support for environments with token limits  This addresses the "could not convert a single message before hitting truncation" error when all 1,200+ skills are loaded with Gemini.  Users can now use the minimal bundle to avoid truncation:   - Minimal bundle: ~5k tokens   - Balanced bundle: ~15k tokens     - Complete bundle: ~50k tokens  Fixes #215

This module filters and manages skills by category to address token limit issues in Gemini, providing various skill bundles to optimize performance.

* Fix: Use catalog-backed categories for skill bundles  Replaces hardcoded categories (core, architecture, etc) with actual categories present in skills_index.json to ensure getSkillsByBundle returns a usable subset instead of empty set.
2026-03-07 10:02:18 +01:00
sck_0
45844de534 refactor: reorganize repo docs and tooling layout
Consolidate the repository into clearer apps, tools, and layered docs areas so contributors can navigate and maintain it more reliably. Align validation, metadata sync, and CI around the same canonical workflow to reduce drift across local checks and GitHub Actions.
2026-03-06 15:01:38 +01:00