Skip to content

Loki Mode

v7.17.0 Security

This release includes 2 security fixes for security teams reviewing exposed deployments.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →
This release patches 2 known CVEs

Topics

ai-agents aider anthropic autonomous ci-cd claude
+13 more
cline code-review devops gemini github-action github-issues loki-mode multi-agent openai-codex openapi pull-request-review sdlc spec-driven-development

Affected surfaces

rce_ssrf breaking_upgrade

Summary

AI summary

Updates R10, postinstall/scripts/hooks, and Council across a mixed release.

Full changelog

Added

  • Shareable team assets (R8 of the competitive arc): loki assets export <bundle>
    / import <bundle> / inspect - bundle a team's reusable assets (learnings,
    project memory, custom agents, PRD templates, council config, optionally the
    wiki) into a portable .tgz and restore them in another project or clone, so
    individual setup compounds into shared org value. Every bundled asset is run
    through the R1 redaction chokepoint before writing, so secrets, keys, tokens,
    and absolute home/repo paths are stripped (it is safe to share; note free-text
    PII like author names is not stripped). --into-install opts agents/templates
    into the global install location.
  • Agent + template marketplace (R10): loki agent install <source> /
    loki template install <source> install community agents and PRD templates
    from a git repo, local path, or URL, validated and usable via loki agent list/run and loki init --template. Source-based today (a hosted central hub
    is future work, stated honestly).

Security

  • R8 import is path-contained: a malicious bundle whose member resolves (via an
    absolute or .. sub-path, or a symlink) outside the restore root is SKIPPED,
    validated by realpath BEFORE any filesystem write (council round 1 found an
    arbitrary-file-write/RCE escape here; fixed + regression-tested).
  • R10 install is data-only: manifests are validated structurally and NEVER
    eval/exec/imported; executable-looking fields (postinstall/scripts/hooks) are
    stripped and reported, path traversal and built-in shadowing are rejected, and
    git/url sources are fetched without shell injection.

Notes

  • Council: both 3-of-3 unanimous (R8 round 2 after the path-containment fix; R10
    round 1). No duplication (R8 reuses proof_redact + export machinery; R10 reuses
    the agents/templates registry). bash + Bun parity via the bash route.

Security Fixes

  • R8 import now path‑contained; malicious bundle members resolving outside the restore root are skipped after realpath validation, fixing an arbitrary-file-write/RCE vulnerability
  • R10 install is data‑only; manifests are structurally validated and executable fields (postinstall/scripts/hooks) are stripped and reported, preventing code execution

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Loki Mode

Get notified when new releases ship.

Sign up free

About Loki Mode

Multi-agent autonomous SDLC framework. Spec to deployed app. PRD, GitHub issue, OpenAPI/JSON/YAML, or one-line brief. 5 AI providers, 11 quality gates.

All releases →

Related context

Beta — feedback welcome: [email protected]