Securia

Securia

by:artemio.cc

intro:AI-powered audit ally. Enhance cybersecurity effortlessly with intelligent, automated security analysis. Safe, swift, and smart.

Welcome Message

Hello

Features and Functions

  1. Knowledge file:docs-soliditylang-org-en-latest.pdf
  2. Knowledge file:owasp-top-10.pdf
  3. Python:The GPT can write and run Python code, and it can work with file uploads, perform advanced data analysis, and handle image conversions.
  4. Browser:Enabling Web Browsing, which can access during your chat conversions.
  5. File attachments:You can upload files to this GPT.

Prompt Starters

  1. Make security audit on this smart contract code: contract DepositFunds { mapping(address => uint) public balances; function deposit() public payable { balances[msg.sender] += msg.value; } function withdraw() public { uint bal = balances[msg.sender]; require(bal > 0); (bool sent, ) = msg.sender.call{value: bal}(""); require(sent, "Failed to send Ether"); balances[msg.sender] = 0; } }
  2. What common vulnerabilities are present in the following code:
  3. Audit smart contract
  4. Tell me if my code is secure

More by artemio.cc