profile / review

Security Review

Curated security review stack for defensive code review, dependency scrutiny, deployment checks, and evidence-backed findings.

Use this package

Profile meta-package. Installs a curated stack of personas, tones, skills, and optional extensions.

OCI download

Pull and inspect artifact
# Install ORAS first: https://oras.land/docs/installation
mkdir -p armory-security-review
oras pull ghcr.io/styrene-lab/omegon-armory/profiles/security-review:1.0.0 --output armory-security-review
find armory-security-review -maxdepth 2 -type f | sort
Verify signature
cosign verify ghcr.io/styrene-lab/omegon-armory/profiles/security-review:1.0.0

Portable Exports

Profiles can be rendered into degraded prompt/config files for non-Omegon runtimes. Native extensions remain setup notes, not prompt content.

Generic markdown
python3 scripts/export-profile.py security-review --format generic-markdown --out dist/exports/security-review.md
Clone and export AGENTS.md
git clone https://github.com/styrene-lab/omegon-armory
cd omegon-armory
python3 scripts/export-profile.py security-review --format agents-md --out dist/exports/security-review-AGENTS.md
CLAUDE.md
python3 scripts/export-profile.py security-review --format claude-md --out dist/exports/security-review-CLAUDE.md
Cursor rules
python3 scripts/export-profile.py security-review --format cursor-rules --out dist/exports/security-review.cursorrules

Capabilities

curated stackpersonatoneskilloptional deps

Compatibility

Native: omegon profile
omegon profile install security-review
Degraded: generic-agent dependency-manifest
profile.toml, README.md
  • Profiles require dependency resolution before prompt export outside Omegon.

Dependencies

systems-engineer persona >=1.0.0 · tier 1 · prompt-compatible
omegon plugin install ./personas/systems-engineer
concise tone >=1.0.0 · tier 1 · prompt-compatible
omegon plugin install ./tones/concise
security skill >=1.0.0 · tier 1 · prompt-compatible
omegon plugin install ./skills/security
git skill >=1.0.0 · tier 1 · prompt-compatible
omegon plugin install ./skills/git
oci skill >=1.0.0 · tier 1 · prompt-compatible
omegon plugin install ./skills/oci
python skill >=1.0.0 · tier 1 · prompt-compatible
omegon plugin install ./skills/python
rust skill >=1.0.0 · tier 1 · prompt-compatible
omegon plugin install ./skills/rust
typescript skill >=1.0.0 · tier 1 · prompt-compatible
omegon plugin install ./skills/typescript

Included Files

  • README.md
  • profile.toml