gitnexus-debugging
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for the agent to execute a shell command
node .gitnexus/run.cjs analyzein the terminal to refresh the index. This involves executing a script file located within the repository's directory. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to search, read, and analyze source code and error symptoms, which are untrusted inputs.
- Ingestion points: Repository source code, error messages, and execution traces accessed via
query,context, andgitnexus://resources. - Boundary markers: No explicit delimiters or instructions are provided to the agent to ignore potentially malicious instructions embedded within the analyzed code.
- Capability inventory: The agent can execute shell commands (
node), perform Cypher queries, and read arbitrary resources from the repository. - Sanitization: There is no evidence of sanitization or filtering of the content retrieved from the repository before it is processed by the agent.
- [DYNAMIC_EXECUTION]: The instruction to run
node .gitnexus/run.cjs analyzetriggers the execution of a Javascript file (run.cjs) found in the project's hidden.gitnexusdirectory. If the agent is used to analyze an untrusted repository, this script could be modified by an attacker to execute arbitrary code.
Audit Metadata