fix(skills): stop shell-wrapper false exec blocks#316
Open
artemgetmann wants to merge 1 commit into
Open
Conversation
- what: sync founder starter-tool skills with the direct-invocation rules already present in consumer for wacli, gog, and himalaya\n- why: founder Jarvis was manufacturing fake allowlist misses by wrapping safe-bin probes in shell chains and then narrating the policy error as if the tools were blocked\n- risk: low; guidance-only change that narrows tool usage toward the already-supported safe-bin path
artemgetmann
commented
Apr 4, 2026
| - In consumer chat flows, prefer the plain human-readable `wacli doctor` shape. | ||
| Do not add `--json` unless the user explicitly asked for raw machine output. | ||
| - In consumer lanes, run those as separate direct tool invocations. One command | ||
| per call. Do not chain them with shell operators like `&&`, pipes, or |
This was referenced Apr 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
wacli/starter CLIs because the skill guidance encouraged shell-chain probes that trigger policy misses.wacli,gog, andhimalayato prefer direct invocations, avoid shell wrappers/pipes/redirection for normal checks, and explain cached-vs-live WhatsApp status truthfully.Change Type (select all)
Scope (select all touched areas)
Linked Issue/PR
User-visible / Behavior Changes
wacliis blocked when the real issue is a self-inflicted shell-wrapper probe.waclicalls and explainAUTHENTICATED=true / CONNECTED=falseas cached-history-only instead of an exec-policy failure.Security Impact (required)
Yes, explain risk + mitigation:Repro + Verification
Environment
mainSteps
wacliis working.wacli doctor && ... | head) triggers allowlist miss and bot narrates a fake policy block.wacli doctor/wacli chats listpath and truthful cached/live status language.Expected
waclichecks and accurate status narration.Actual
Evidence
Human Verification (required)
What you personally verified (not just CI), and how:
wacli doctorwithAUTHENTICATED true/CONNECTED false.gog/himalayaguidance also aligned so they stop using shell-noise first.Review Conversations
Compatibility / Migration
Failure Recovery (if this breaks)
skills/*.SKILL.mdtextskills/wacli/SKILL.md,skills/gog/SKILL.md,skills/himalaya/SKILL.mdRisks and Mitigations