Superlend
Official@superlend
1inch for lending & borrowing
Agent Skills by Superlend
Showing 48 vetted skills indexed across 1 GitHub repositories.
dwarf-expert
Explain and analyze DWARF debug information in compiled binaries.
ask-questions-if-underspecified
Clarify underspecified requirements by asking 1-5 essential questions before execution.
interpreting-culture-index
Extract trait distances from Culture Index arrows to interpret driver patterns.
audit-context-building
Inspects code line-by-line to build a persistent mental model for security audits.
claude-in-chrome-troubleshooting
Diagnose and fix Chrome MCP extension connectivity by reconfiguring native hosts.
entry-point-analyzer
Identify state-changing entry points in smart contract codebases.
semgrep-rule-creator
Generate Semgrep rules with tests and validate via semgrep --test.
constant-time-analysis
Detect timing side-channel vulnerabilities in compiled assembly and bytecode outputs.
property-based-testing
Detect patterns and generate property-based tests across Python, JavaScript, Rust, Go, Java, Scala, and Solidity.
differential-review
Analyze code diffs for security risks and generate markdown audit reports.
insecure-defaults
Detect fail-open insecure defaults in application configurations and IaC.
variant-analysis
Locate vulnerability variants across codebases using pattern-based analysis.
firebase-apk-scanner
Detect Firebase security misconfigurations in Android APKs.
fix-review
Analyze commit changes to verify security audit remediation and generate fix-review reports.
spec-to-code-compliance
Compare blockchain protocol specifications against smart contract implementations.
sharp-edges
Identify security-footgun patterns in APIs and configuration schemas.
modern-python
Configure Python projects with pyproject.toml, uv, ruff, and ty.
semgrep
Automate fast security scanning of source code with Semgrep.
sarif-parsing
Parse SARIF 2.1.0 files and extract structured findings for reporting.
codeql
Detect security vulnerabilities in code using CodeQL queries.
address-sanitizer
Detect memory safety errors in C/C++ fuzzing with AddressSanitizer instrumentation.
harness-writing
Create fuzzing harnesses with LLVMFuzzerTestOneInput and FuzzedDataProvider for C/C++, Rust, and Go.
aflpp
Automate fuzz testing of C/C++ codebases with AFL++ across multiple cores.
libfuzzer
Run coverage-guided fuzzing for C/C++ projects with LLVM's libFuzzer.
Frequently Asked Questions About Superlend
FAQPage SchemaWhat specific security tasks can be performed using these capabilities?▼
These capabilities enable automated vulnerability scanning for blockchain protocols, memory safety error detection in compiled binaries, and the generation of security audit reports. You can perform coverage-guided fuzzing, static analysis rule creation, and smart contract maturity assessments across multiple ecosystems including Solana, Algorand, and StarkNet.
Which technical personas benefit most from these security modules?▼
Security researchers, smart contract engineers, and protocol developers benefit most from these modules. The expertise is tailored for professionals conducting deep-dive code audits, implementing secure development lifecycles, or hardening cryptographic implementations against timing side-channel attacks and memory corruption vulnerabilities.
What are the primary prerequisites for running these security analysis modules?▼
Execution requires a local environment configured for static analysis and fuzzing, typically involving LLVM, Semgrep, and language-specific build systems like Cargo or Anchor. Users must provide source code, build artifacts, or protocol specifications to enable the analysis engines to generate actionable security findings and remediation reports.