Security & Compliance Layer
Before an agent goes live, Agentify performs automatic and/or manual reviews.
Checks include:
Static analysis of the code or prompt logic
Verifying it doesn’t call unsafe functions (like random
eval()
or OS-level operations)Ensuring it only accesses allowed smart contracts
Verifying permission scopes (based on the schema)
For agents listed publicly in the Agentify Marketplace, this step ensures trust and safety for users.
Last updated