We’re excited to announce that Palisade, the enterprise-grade security scanner for LLMs and deep learning models from Highflame, is now available as a GitHub Action on the GitHub Marketplace. Teams can now add robust model security scanning directly into their CI/CD pipelines, no extra infrastructure, no custom scripts.
Why GitHub Marketplace?
GitHub Actions is the backbone of modern CI/CD. By publishing Palisade on the Marketplace, teams can:
- Add model security scanning with a single workflow step.
- Keep security checks close to code and artifacts.
- Enforce consistent model validation across repositories.
- Avoid custom CI glue or bespoke scripts.
No new infrastructure. No additional services.
Just drop Palisade into your workflow.
Key Features in the GitHub Action
- Blazing Fast – Scan 70B+ parameter models without OOM, powered by a Rust core.
- Pickle RCE Protection – Prevents unsafe deserialization exploits.
- Native CI/CD Integration – Dropin Action for GitHub workflows.
- Behavioral Detection – Identifies fine-tuning attacks missed by static analysis.
- Supply Chain Verification – Sigstore signatures, SLSA provenance, ML BOM generation.
- Multiple Output Formats – Plain text, JSON, and SARIF for enterprise tooling & Code Scanning.
Using Palisade in GitHub Actions
- name: Run Palisade
uses: highflame-ai/palisade-githubaction@v1.0.0
with:
args: "scan <path-to-model>"
Replace
Learn More & Get Started
- README: https://github.com/highflame-ai/palisade-githubaction/blob/main/README.md
- Marketplace: https://github.com/marketplace/actions/palisade-security-scan
Get started today and bring enterprise-grade AI model security directly into your GitHub workflows.



