api-routes
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Prompt Injection] (SAFE): No instructions found that attempt to bypass safety filters or override the agent's default behavior.
- [Data Exposure & Exfiltration] (SAFE): The skill correctly demonstrates using
process.envfor API keys and database credentials. It identifies that secrets should never be exposed to the client and uses non-sensitive placeholders likesk-xxxin examples. - [External Downloads] (SAFE): The skill references legitimate, well-known developer tools and libraries including
eas-cliand@libsql/client/webfor standard integration workflows. - [Indirect Prompt Injection] (SAFE): An example for an AI proxy endpoint in
app/api/ai+api.tsdemonstrates passing user input to an LLM. While this is a common vulnerability surface, it is presented here as an educational code pattern for developers. - [Command Execution] (SAFE): Documentation includes
curlexamples andnpx expocommands intended for local development and testing by the user.
Audit Metadata