Ayoub-ouederni
Community@Ayoub-ouederni
Telegram : @Ayoub_Ouederni
Agent Skills by Ayoub-ouederni
Showing 44 vetted skills indexed across 1 GitHub repositories.
research
Researches Flare, Chainlink, and Arc documentation and produces reports with code samples.
demo
Prepares a hackathon demo by seeding test wallets and validating the end-to-end flow.
algorand-vulnerability-scanner
Scans Algorand TEAL and PyTeal smart contracts for 11 platform-specific vulnerability patterns.
stitch-design
Generates and edits UI screens via Stitch MCP with prompt enhancement and design system synthesis.
ton-vulnerability-scanner
Scans TON FunC smart contracts for boolean logic, fake Jetton, and gas vulnerabilities.
audit-context-building
Performs line-by-line code analysis to build architectural context before security auditing.
sentinel-plan
Generates a structured implementation plan for SENTINEL protocol features.
token-integration-analyzer
Analyzes ERC20 and ERC721 token implementations and integrations against Trail of Bits security checklists.
tob-diff-review
Performs security-focused differential review of code changes from PRs, commits, or diffs.
shadcn-ui
Integrates and customizes shadcn/ui components in React applications with Tailwind CSS.
semgrep
Run parallel Semgrep static analysis scans and merge findings into SARIF reports.
flare-general
Provides reference documentation for Flare network protocols, networks, and developer tooling.
property-based-testing
Generates and reviews property-based tests across multiple languages and smart contracts.
differential-review
Performs security-focused differential review of code changes with git history analysis and markdown reports.
gas-optimize
Analyzes Solidity contracts and produces ranked gas optimization recommendations with before/after code.
sarif-parsing
Parse, filter, deduplicate, and aggregate SARIF static analysis results from security scanners.
test-foundry
Generates comprehensive Foundry/Forge test suites for Solidity contracts with fuzz, invariant, and fork testing.
tob-audit-context
Builds deep architectural context of a codebase before vulnerability hunting.
flare-fdc
Explains Flare Data Connector attestation types, proof flows, and contract verification patterns.
design-md
Analyze Stitch project screens and generate semantic DESIGN.md design system documentation.
cairo-vulnerability-scanner
Scans Cairo/StarkNet smart contracts for six platform-specific vulnerability patterns.
audit-prep-assistant
Prepares codebases for security audits using Trail of Bits' checklist methodology.
supply-chain-risk-auditor
Audits project dependencies for supply chain risk factors and generates a structured report.
audit
Audit Solidity smart contracts against security checklists, SWC classifications, and ERC20 edge cases.
Frequently Asked Questions About Ayoub-ouederni
FAQPage SchemaWhat tasks can I perform using Ayoub-ouederni's skills?▼
You can audit Solidity contracts against SWC classifications, scan Solana, TON, Cairo, Algorand, Substrate, and Cosmos codebases for chain-specific vulnerabilities, run Semgrep/CodeQL static analysis, parse SARIF results, generate Foundry/Hardhat test suites, optimize gas, and build on Flare protocols (FTSO, FDC, FAssets, Smart Accounts).
Who are these skills designed for?▼
Smart contract security auditors, blockchain developers, and protocol teams preparing code for review. The Trail of Bits-based skills (audit-prep-assistant, code-maturity-assessor, guidelines-advisor) target engineers hardening codebases before professional audits, while Flare skills serve developers integrating oracles and wrapped assets.
How do the vulnerability scanner skills work in practice?▼
Each scanner targets a specific chain: invoke the relevant skill (e.g., solana-vulnerability-scanner or cosmos-vulnerability-scanner) against your codebase, and it checks for documented vulnerability classes such as arbitrary CPI, fake Jettons, rekeying attacks, or IBC issues, returning findings for manual verification.
What are the prerequisites and dependencies?▼
Skills require their underlying runtimes: Semgrep or CodeQL installed for static analysis, Foundry/Forge or Hardhat for test generation, and Bash/Read/Grep tool access. The second-opinion skill needs OpenAI Codex or Google Gemini CLI. Flare skills assume familiarity with Coston2 testnet deployment.
Do the skills cover testing and audit preparation?▼
Yes. test-foundry and test-hardhat generate high-coverage suites with fuzz and invariant testing; property-based-testing and mutation-testing (mewt/muton) extend coverage further. audit-prep-assistant, tob-audit-context, and differential-review prepare codebases and review PRs using Trail of Bits methodologies.