Solutions

Company

Resources

Blog

Contact

Login

    • Assurance

      Smart Contract Assessment

      Securing code integrity, protecting digital assets

      Blockchain Layer 1 Assessment

      Assessing protocols, securing blockchain foundations

      Code Security Audit

      Uncovering flaws, strengthening software integrity

      Web Application Penetration Testing

      Exposing weaknesses, fortifying digital defenses

      Cloud Infrastructure Penetration Testing

      Securing configurations, protecting critical environments

      Red Team Exercise

      Simulating real-world attacks, strengthening defenses

      AI Red Teaming

      Testing AI systems against real threats

      AI Security Assessment

      Securing AI models, data, and pipelines

    • Advisory

      AI Advisory

      Guiding secure, strategic AI adoption forward

      Risk Assessment

      From unknown threats to actionable insights

      Blockchain Architecture Assessment

      Optimizing architecture for tomorrow’s networks

      Compliance Readiness

      Stay ready as regulations evolve

      Custody and Key Management Assessment

      Securing the heart of digital custody

      Technical Due Diligence

      See the risks before you invest

      Technical Training

      Empower your teams to secure what matters

    • Who We Are

      The best security engineers in the world

      Careers

      Work with the elite

      Who Trusts Us

      The trusted security advisor for blockchain and financial services industries

      Brand

      Access official logos, fonts, and guidelines

      Service Commitments

      Committed to Protecting Your Data

    • Audits

      In-depth evaluations of smart contracts and blockchain infrastructures

      BVSS

      Blockchain Vulnerability Scoring System

      Disclosures

      All the latest vulnerabilities discovered by Halborn

      Case Studies

      How Halborn’s solutions have empowered clients to overcome security issues

      Reports

      Comprehensive reports and data

  • Blog

  • Contact

  • Login

THIS WEBSITE USES COOKIES

We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you've provided to them or that they've collected from your use of their services. You consent to our cookies if you continue to use our website. Learn More.

STAY CURRENT WITH HALBORN

Subscribe to the monthly Halborn Digest for our top blogs and videos, major company announcements, new whitepapers, webinar and event invites, and one exclusive interview.

ADVISORY SERVICES

AI AdvisoryRisk AssessmentBlockchain Architecture AssessmentCompliance ReadinessCustody and Key Management AssessmentTechnical Due DiligenceTechnical Training

ASSURANCE SERVICES

AI Security AssessmentAI Red TeamingSmart Contract AssessmentBlockchain Layer 1 AssessmentCode Security AuditWeb Application Penetration TestingCloud Infrastructure Penetration TestingRed Team Exercise

COMPANY

Who We AreWho Trusts UsService CommitmentsCareersBrandBlogContact

RESOURCES

AuditsDisclosuresReportsBVSSCase Studies
Halborn Logo
Privacy PolicyTerms of UseVulnerability Disclosure Policy

© Halborn 2026. All rights reserved.

Background

// Security Assessment

01.21.2026 - 01.27.2026

DollyLocker & Agent NFT

Zero Gravity Labs

Halborn logotext
← Back to Audits

DollyLocker & Agent NFT - Zero Gravity Labs


Prepared by:

Halborn Logo

HALBORN

Last Updated 02/05/2026

Date of Engagement: January 21st, 2026 - January 27th, 2026

Summary

100% of all REPORTED Findings have been addressed

All findings

7

Critical

0

High

0

Medium

1

Low

5

Informational

1


Table of Contents

  • 1. Introduction
  • 2. Assessment summary
  • 3. Scope
  • 4. Findings overview

1. INTRODUCTION

AI Verse engaged Halborn to perform a security assessment of their smart contracts from January 21th, 2026 to January 27th, 2026. The assessment scope was limited to the smart contracts provided to Halborn. Commit hashes and additional details are available in the Scope section of this report.


The 0G Agent NFT protocol is a marketplace system for trading intelligent NFTs that combine token ownership with encrypted data payloads. The platform enables minting NFTs with embedded data hashes, facilitates peer-to-peer trading through signature-based orders, and distributes transaction fees between platform operators and content creators.

2. ASSESSMENT SUMMARY

Halborn ⁣was allocated 5 days for this engagement and assigned 1 full-time security engineer to conduct a comprehensive review of the smart contracts within scope. The engineer is an expert in blockchain and smart contract security, with advanced skills in penetration testing and smart contract exploitation, as well as extensive knowledge of multiple blockchain protocols.


The objectives of this assessment are to:

    • Identify potential security vulnerabilities within the smart contracts.

    • Verify that the smart contract functionality operates as intended.


In summary, Halborn identified several areas for improvement to reduce the likelihood and impact of security risks, which were mostly addressed by the AI Verse team. The main recommendations were:

    • Handle excess ETH sent during minting by calculating overpayment and refunding the surplus.

    • Emit events for all critical state-changing functions.

    • Remove the payable modifier from function that do not contain logic to handle native tokens to prevent accidental loss.

    • Add pause controls to mint and fee withdrawal operations to ensure consistent behavior during paused states.

    • Implement two-step contract ownership transfer to prevent accidental loss of administrative privileges.


3. SCOPE

REPOSITORIES
(a) Repository: 0g-dolly-locker
(b) Assessed Commit ID: c5a0417
(c) Items in scope:
  • contracts/DollyLocker.sol
  • contracts/DollyLocker.sol
Out-of-Scope: Third Party Dependencies, Economic Concerns
(a) Repository: 0g-agent-nft
(b) Assessed Commit ID: 44c3905
(c) Items in scope:
  • contracts/AgentNFT.sol
  • contracts/AgentMarket.sol
  • contracts/ERC7857Upgradeable.sol
  • contracts/verifiers/Verifier.sol
  • contracts/verifiers/TEEVerifier.sol
  • contracts/verifiers/base/BaseVerifier.sol
  • contracts/extensions/ERC7857CloneableUpgradeable.sol
  • contracts/extensions/ERC7857IDataStorageUpgradeable.sol
  • contracts/AgentNFT.sol
  • contracts/AgentMarket.sol
  • contracts/ERC7857Upgradeable.sol
↓ Expand ↓
Out-of-Scope: Third-Party Libraries, Economic Concerns
Remediation Commit ID:
  • 0088d8b
  • 620d3c7
Out-of-Scope: New features/implementations after the remediation commit IDs.

4. Findings Overview

Security analysisRisk levelRemediation
Overpayment not refunded in mint functionsMediumSolved - 01/29/2026
ETH sent to fulfillOrder() is permanently stuck in contractLowSolved - 02/01/2026
Missing events for critical state changesLowSolved - 01/29/2026
Mint and fee withdrawal functions remain operational when contract is pausedLowSolved - 01/29/2026
Use of transferFrom instead of safeTransferFrom may result in NFTs locked in contractsLowSolved - 01/29/2026
maxProofAge configuration has no effect on proof expiration logicLowSolved - 01/29/2026
Single-step admin transfer may result in permanent loss of administrative accessInformationalAcknowledged - 01/30/2026

Halborn strongly recommends conducting a follow-up assessment of the project either within six months or immediately following any material changes to the codebase, whichever comes first. This approach is crucial for maintaining the project’s integrity and addressing potential vulnerabilities introduced by code modifications.

Table of Contents

  • 1. Introduction
  • 2. Assessment summary
  • 3. Scope
  • 4. Findings overview

// Download the full report

DollyLocker & Agent NFT

* Use Google Chrome for best results

** Check "Background Graphics" in the print settings if needed