code-kit
secure-baseline
Foundationv6.1.0
Cross-cutting baseline for every Zava service: secure-coding instructions, docs style guide, and the security reviewer persona. Pinned by every service repo regardless of SDLC stage.What’s inside
Section titled “What’s inside”- security —
personaplugins/secure-baseline/.apm/agents/security.agent.md - docs-style-guide —
instructionsplugins/secure-baseline/.apm/instructions/docs-style-guide.instructions.md - secure-coding-base —
instructionsplugins/secure-baseline/.apm/instructions/secure-coding-base.instructions.md
Install
Section titled “Install”
Add to your service repo's apm.yml. Pinned to
v6.1.0 so consumers are reproducible.
dependencies: apm: - DevExpGbb/zava-agent-config/plugins/secure-baseline#v6.1.0Then in CI / locally:
apm installapm audit --ciInstall directly from the org/repo path. Useful for one-off experiments.
apm install DevExpGbb/zava-agent-config/plugins/secure-baseline#v6.1.0Register the marketplace once, then install any package by short name. See the APM marketplace guide.
apm marketplace add DevExpGbb/zava-agent-configapm install secure-baseline@zava-agent-configPin if you…
Section titled “Pin if you…”Pairs with
View source on GitHub Browse plugins/secure-baseline/ on the repo.