You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes every reproducible finding from an external adversarial audit of 1.3.0:
three paths that destroyed configuration the user owned, an install lane that
reported success while wiring every hook to a path that does not exist, a
bootstrap that required git before it could install git and hard-reset local
work, backups that overwrote each other, a dependency check that passed without
the agent, and missing upstream MIT notices.
Two of those were introduced by the audit that shipped 1.3.0, which is the useful
part: the same author wrote the fix, the gate meant to catch it, and the report
saying both were fine.
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
"plugins": [
11
11
{
12
12
"name": "vstack",
13
-
"version": "1.3.0",
13
+
"version": "1.4.0",
14
14
"source": "./claude",
15
15
"description": "26 skills that fire without a slash command, 8 agents, 14 commands, and the session hook that routes situations to skills. Most skills are ported from pstack and Superpowers — see claude/skills/ATTRIBUTION.md for per-skill source and license.",
Copy file name to clipboardExpand all lines: claude/.claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "vstack",
3
-
"version": "1.3.0",
3
+
"version": "1.4.0",
4
4
"description": "Skills that fire on the situation instead of a slash command, plus the subagents, commands, and session hook that make them fire. Verification gates, parallel fan-out, code review, and writing discipline.",
0 commit comments