quillai-networkquillai-networkOfficialยท1 Agent Skills Included

qs_skills

Deep smart contract security auditing and deployment safety checks

Audits Solidity smart contracts for reentrancy, oracle manipulation, flash loan attacks, signature replay, storage collisions, and arithmetic flaws. Catches logic bugs and accounting errors that traditional static analysis tools miss, using behavioral threat modeling and invariant detection. Includes a release-gate check that verifies deploy scripts, CI pipelines, and admin keys before mainnet launches.
npx skills add quillai-network/qs_skills --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install QuillShield Security Skills?โ–ผ

Run `npx skills add quillai-network/qs_skills --all -g -y` in your terminal to install all eleven auditing skills globally.

What vulnerabilities can these skills detect?โ–ผ

They cover reentrancy, oracle and flash loan manipulation, signature replay, proxy storage collisions, broken state invariants, missing access controls, unchecked external calls, and DoS or griefing attacks.

How is this different from static analysis tools?โ–ผ

Instead of pattern matching, it uses the contract's own behavior as a specification, finding logic bugs and inconsistent security checks that traditional scanners miss.

Does it work with Claude Code and Cursor?โ–ผ

Yes. Every skill follows the standard SKILL.md format and runs directly in Claude Code, Cursor, and other compatible coding environments.

Can it check if a contract is safe to deploy?โ–ผ

Yes. The Defender skill reviews deploy scripts, CI workflows, signer security, and config drift, then issues a clear release verdict before mainnet deployment.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’