chore(constants): update SKILL_URL to use the latest download link

This commit is contained in:
David Abutbul
2026-02-06 01:18:55 +02:00
parent c7749e6d5a
commit 4904990500
+1 -1
View File
@@ -1,6 +1,6 @@
// ClawSec Suite SKILL.md URL - injected at build time, with hardcoded fallback
export const SKILL_URL = import.meta.env.VITE_CLAWSEC_SUITE_URL ||
'https://clawsec.prompt.security/releases/download/clawsec-suite-v0.0.6/SKILL.md';
'https://clawsec.prompt.security/releases/latest/download/SKILL.md';
// Feed URL for fetching live advisories
export const ADVISORY_FEED_URL = 'https://clawsec.prompt.security/releases/latest/download/feed.json';