permissions
Solidreplay the corpus through the real PreToolUse hook, then audit the merged rules (saves report to .construct/)
Data & Documents 1 stars
0 forks Updated 2 days ago MIT
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
**provable deny rules:** ensure every command in your corpus is tested against your actual merged rules
- answers one question: does the gate refuse what the corpus says it must refuse
- a config can read perfectly and still have a dead hook, which only a replay catches
- audits the merged rules for drift, dead entries and wildcards that auto-approve
# Instructions
## Telemetry
```!
"${CLAUDE_PLUGIN_ROOT}"/skills/permissions/permissions.sh $ARGUMENTS
echo "sidecar exit: $?"
```
- `help: requested` → the run was refused before it started; `## Help` below is the whole turn
- it already ran, so there is no command to issue
- fail (`sidecar exit` > 0) → findings exist; report them and continue to step 1
- success (`sidecar exit` = 0) → report the clean replay and continue to step 1
- `--strict` promotes warnings to errors and `--keep` preserves scratch; the block passes both
1. read the two tiers differently, because they carry different weight
- a tier 1 failure is measured, not inferred: the hook was fed that exact string and answered
wrongly. an effect labelled `hook` that came back silent is a hole in the guard
- an effect labelled `none` that came back denied is over-blocking, which costs real work
- a tier 2 finding is structural: it reports what the files literally say, never what the
matcher would do, so read it as a lead rather than a verdict
- `no deny rule names X, and an allow wildcard covers it` is the one to act on first: that
command is auto-...
Details
- Author
- MaisonDeVolonte
- Repository
- MaisonDeVolonte/construct
- Created
- 4 weeks ago
- Last Updated
- 2 days ago
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Data & Documents Solid
scripts
extract the commands your workflow scripts run, then verdict each of them (saves report to .construct/)
1 Updated 2 days ago
MaisonDeVolonte AI & Automation Listed
gleanin
Rules distilled from past session friction (errors, edit loops, corrections), analyzed by a stronger model and applied to guide future work. Regenerated from glean/artifacts/ plus an index of trigger-loaded protocols from GLEAN_PROTOCOL_DIRS by sync.sh — load every session via CLAUDE.md.
2 Updated 1 weeks ago
pcx-wave Data & Documents Solid
audit
read the whole repo for composition, pairing, manifest agreement and freshness (saves report to .construct/)
1 Updated 2 days ago
MaisonDeVolonte