DobricLilujun
Community@dobriclilujun · Paris
Build Better AI
Agent Skills by DobricLilujun
Showing 157 vetted skills indexed across 1 GitHub repositories.
burpsuite-project-parser
Parse Burp Suite .burp project files to extract headers, audit items, proxy history, and site maps.
guidelines-advisor
Analyze Solidity smart-contract projects to generate documentation and prioritized recommendations.
substrate-vulnerability-scanner
Scan Substrate/FRAME pallets for seven vulnerability patterns and generate structured reports.
cosmos-vulnerability-scanner
Scan Go and Rust Cosmos components for nine vulnerability patterns.
secure-workflow-guide
Automate a five-step secure development workflow for Ethereum smart contracts.
solana-vulnerability-scanner
Detect six critical vulnerability patterns in Solana programs and Anchor projects.
code-maturity-assessor
Analyze a codebase and score maturity across Trail of Bits' 9-category framework.
audit-prep-assistant
Automate audit preparation using Trail of Bits' checklist for secure code reviews.
cairo-vulnerability-scanner
Detect six critical vulnerability patterns in Cairo smart contracts.
token-integration-analyzer
Analyze Solidity token implementations for ERC20/ERC721 conformity and on-chain risks.
ton-vulnerability-scanner
Scan TON FunC smart contracts for boolean, Jetton, and gas-forward vulnerabilities.
algorand-vulnerability-scanner
Scan Algorand TEAL/PyTeal contracts for 11 vulnerability patterns and generate structured reports.
devcontainer-setup
Generate a .devcontainer directory with Dockerfile, devcontainer.json, and language tooling.
semgrep-rule-variant-creator
Port existing Semgrep rules to target languages with per-language rule and test directories.
fuzzing-dictionary
Generate domain-specific dictionaries for fuzzing parsers, protocols, and file formats.
cargo-fuzz
Fuzz Rust projects with libFuzzer via Cargo to validate code robustness.
ossfuzz
Automate continuous fuzz testing for open-source projects with project.yaml, Dockerfile, and build.sh.
atheris
Fuzz Python code and C extensions to detect memory corruption and crashes.
wycheproof
Validate cryptographic implementations against Wycheproof test vectors.
ruzzy
Fuzz Ruby applications and C extensions to uncover memory-safety issues and crash-inducing inputs.
fuzzing-obstacles
Patch code with conditional compilation flags to bypass checksums and validation during fuzzing builds.
testing-handbook-generator
Generate Claude Code skills from Trail of Bits Testing Handbook content.
coverage-analysis
Measure code coverage during fuzzing campaigns with LLVM/GCC tooling.
libafl
Build customizable fuzzers with modular components using LibAFL.