adk-frontend
Fail
Audited by Runlayer on Mar 12, 2026
Risk Level: HIGH
Scan Summary
Flagged Files (2)
adk-frontend/references/authentication.mdHIGH
91.8%
Malicious tool definition detected
Use email to query bot's admin table for full profile 4. On success, store profile and identify user in analytics 5.
CORS Configuration Ensure your API allows requests from your frontend domain: ```typescript // Backend CORS configuration app.use(cors({ origin: process.env.ALLOWED_ORIGINS.split(','), credentials: true // Required for cookies })); ``` ### 5.
adk-frontend/references/type-generation.mdLOW
60.2%
Tool passed security scan
Passed Files (3)Click to expand
adk-frontend/references/botpress-client.mdOK
43.2%
Tool passed security scan
adk-frontend/references/calling-actions.mdOK
38.1%
Tool passed security scan
adk-frontend/SKILL.mdOK
25.5%
Tool passed security scan
Audit Metadata