Ayoub-ouederni avatar

Ayoub-ouederni

Community

@Ayoub-ouederni

16Followers
|
6Public Repos
|
44Published Skills

Telegram : @Ayoub_Ouederni

Skills Distribution
DomainCybersecurit...Smart Contract Vul.. (40%)Static Analysis & .. (20%)Security Audit Met.. (20%)Smart Contract Tes.. (12%)

Agent Skills by Ayoub-ouederni

Showing 44 vetted skills indexed across 1 GitHub repositories.

Ayoub-ouederniAyoub-ouederni

research

Researches Flare, Chainlink, and Arc documentation and produces reports with code samples.

Community
Basic
Ayoub-ouederniAyoub-ouederni

demo

Prepares a hackathon demo by seeding test wallets and validating the end-to-end flow.

Community
Basic
Ayoub-ouederniAyoub-ouederni

algorand-vulnerability-scanner

Scans Algorand TEAL and PyTeal smart contracts for 11 platform-specific vulnerability patterns.

Community
Intermediate
Ayoub-ouederniAyoub-ouederni

stitch-design

Generates and edits UI screens via Stitch MCP with prompt enhancement and design system synthesis.

Community
Intermediate
Ayoub-ouederniAyoub-ouederni

ton-vulnerability-scanner

Scans TON FunC smart contracts for boolean logic, fake Jetton, and gas vulnerabilities.

Community
Intermediate
Ayoub-ouederniAyoub-ouederni

audit-context-building

Performs line-by-line code analysis to build architectural context before security auditing.

Community
Advanced
Ayoub-ouederniAyoub-ouederni

sentinel-plan

Generates a structured implementation plan for SENTINEL protocol features.

Community
Basic
Ayoub-ouederniAyoub-ouederni

token-integration-analyzer

Analyzes ERC20 and ERC721 token implementations and integrations against Trail of Bits security checklists.

Community
Advanced
Ayoub-ouederniAyoub-ouederni

tob-diff-review

Performs security-focused differential review of code changes from PRs, commits, or diffs.

Community
Basic
Ayoub-ouederniAyoub-ouederni

shadcn-ui

Integrates and customizes shadcn/ui components in React applications with Tailwind CSS.

Community
Intermediate
Ayoub-ouederniAyoub-ouederni

semgrep

Run parallel Semgrep static analysis scans and merge findings into SARIF reports.

Community
Advanced
Ayoub-ouederniAyoub-ouederni

flare-general

Provides reference documentation for Flare network protocols, networks, and developer tooling.

Community
Intermediate
Ayoub-ouederniAyoub-ouederni

property-based-testing

Generates and reviews property-based tests across multiple languages and smart contracts.

Community
Advanced
Ayoub-ouederniAyoub-ouederni

differential-review

Performs security-focused differential review of code changes with git history analysis and markdown reports.

Community
Advanced
Ayoub-ouederniAyoub-ouederni

gas-optimize

Analyzes Solidity contracts and produces ranked gas optimization recommendations with before/after code.

Community
Intermediate
Ayoub-ouederniAyoub-ouederni

sarif-parsing

Parse, filter, deduplicate, and aggregate SARIF static analysis results from security scanners.

Community
Intermediate
Ayoub-ouederniAyoub-ouederni

test-foundry

Generates comprehensive Foundry/Forge test suites for Solidity contracts with fuzz, invariant, and fork testing.

Community
Advanced
Ayoub-ouederniAyoub-ouederni

tob-audit-context

Builds deep architectural context of a codebase before vulnerability hunting.

Community
Basic
Ayoub-ouederniAyoub-ouederni

flare-fdc

Explains Flare Data Connector attestation types, proof flows, and contract verification patterns.

Community
Intermediate
Ayoub-ouederniAyoub-ouederni

design-md

Analyze Stitch project screens and generate semantic DESIGN.md design system documentation.

Community
Intermediate
Ayoub-ouederniAyoub-ouederni

cairo-vulnerability-scanner

Scans Cairo/StarkNet smart contracts for six platform-specific vulnerability patterns.

Community
Advanced
Ayoub-ouederniAyoub-ouederni

audit-prep-assistant

Prepares codebases for security audits using Trail of Bits' checklist methodology.

Community
Intermediate
Ayoub-ouederniAyoub-ouederni

supply-chain-risk-auditor

Audits project dependencies for supply chain risk factors and generates a structured report.

Community
Intermediate
Ayoub-ouederniAyoub-ouederni

audit

Audit Solidity smart contracts against security checklists, SWC classifications, and ERC20 edge cases.

Community
Advanced

Frequently Asked Questions About Ayoub-ouederni

FAQPage Schema
What 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.