oma-qa
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests and processes untrusted code files for auditing. It lacks explicit instructions to treat code as passive data or use boundary markers to prevent the agent from obeying instructions embedded in the analyzed files.\n
- Ingestion points: Codebase files are analyzed using Serena MCP tools such as
get_symbols_overviewandsearch_for_patternas described inresources/execution-protocol.md.\n - Boundary markers: Absent. No specific delimiters or safety warnings are provided to separate the skill's instructions from the data being audited.\n
- Capability inventory: The skill has access to local CLI tools (
npm audit,bandit,lighthouse), file search capabilities, and the Antigravity Browser for testing.\n - Sanitization: Absent. The skill does not implement validation or escaping of the external code content before processing it.\n- [COMMAND_EXECUTION]: The skill requires the execution of local auditing tools to fulfill its primary purpose.\n
- Evidence: Rules in
SKILL.mdand the checklist inresources/checklist.mdspecify running commands likenpm audit,bandit, andlighthouse.
Audit Metadata