Check ELF or PE binaries for hardening gaps like NX, PIE, RELRO, stack canaries, and Fortify before release or incident review.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Inspect binary hardening flags and exploit mitigations with checksec"
slug: "inspect-binary-hardening-flags-and-exploit-mitigations-with-checksec"
description: "Check ELF or PE binaries for hardening gaps like NX, PIE, RELRO, stack canaries, and Fortify before release or incident review."
github_stars: 2313
verification: "listed"
source: "https://github.com/slimm609/checksec"
author: "slimm609"
publisher_type: "user"
category: "Security & Verification"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "slimm609/checksec"
github_stars: 2313
---
# Inspect binary hardening flags and exploit mitigations with checksec
Check ELF or PE binaries for hardening gaps like NX, PIE, RELRO, stack canaries, and Fortify before release or incident review.
## Prerequisites
checksec CLI and access to the target executable or directory of binaries
## Installation
No source-backed install or usage instructions could be extracted automatically. Review the upstream project before running this skill in a sensitive workflow.
- Source: https://github.com/slimm609/checksec
## Documentation
- https://github.com/slimm609/checksec
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/inspect-binary-hardening-flags-and-exploit-mitigations-with-checksec/)
No comments yet. Be the first to comment!