django-access-review
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and analyze untrusted external codebases provided by the user. This creates a surface for indirect prompt injection if the code being scanned contains malicious instructions intended to mislead the agent. However, the instructions emphasize rigorous code tracing and verification before reporting, which acts as a procedural safeguard.
- Ingestion points: Uses
Read,Grep, andGlobtools to ingest Python and Django source files. - Boundary markers: None explicitly defined in the instructions for the code content itself.
- Capability inventory: Access to
BashandTasktools allows for command execution, whileReadallows file access. - Sanitization: No explicit sanitization of input code is performed by the skill; it relies on the agent's analytical capabilities.
- [COMMAND_EXECUTION]: The skill utilizes the
BashandGreptools to search for authorization patterns within the codebase. These commands are static, localized to the project directory, and used solely for information gathering during a security audit.
Audit Metadata