Officialv1.0.03 scenarios
Jsonnet
Jsonnet guidance for import-graph drift, hidden defaults, and rendered secret exposure.
deploywhisper skill install jsonnet
How to use this skill
1. Install it locally
Use the install command above from any DeployWhisper app checkout that has the installer enabled.
2. Run analysis on matching artifacts
This skill activates when files or content patterns below are detected during analysis.
3. Verify behavior
Published registry data currently includes 3 deterministic scenarios for this skill.
Metadata
Author
DeployWhisper
Version
1.0.0
License
MIT
Scenarios
3
Tags
Triggers
- jsonnetfile.json
- config.jsonnet
- main.jsonnet
- .jsonnet
Content patterns
- No content pattern hints declared.
Guidance excerpt
Critical risk patterns
- Import graph changes can rewrite many generated manifests indirectly = HIGH
- Hidden fields or local mixins can mask production-only config drift = MEDIUM
- Evaluated secret literals leak directly into rendered output and review artifacts = CRITICAL
- Deleting list elements in generators can remove live permissions or routes = HIGH
Review cues
- Review rendered output and source-level abstraction changes together for Jsonnet edits.
- Prefer deterministic roll-forward or rollback steps over hand-wavy remediation notes.