aislop
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads and executes the
aislopCLI from the public npm registry. This is a vendor-owned resource that matches the skill's author, and the skill provides clear guidance on using pinned versions to mitigate supply-chain risks. - [COMMAND_EXECUTION]: The skill involves executing various shell commands such as
aislop scanandaislop fix. It also supports installing pre-commit hooks and launching other agent interfaces, which are standard operations for development quality tools. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its processing of untrusted project code and scan output. Ingestion points: Findings from
aislop scan --jsonand the content of project source files. Boundary markers: No explicit delimiters or isolation instructions are defined for processing scan results. Capability inventory: The skill can modify project files throughaislop fixand manual edits, and can execute subprocesses viaaislop fix --claude. Sanitization: The skill relies on a human-in-the-loop approach, instructing the agent to manually verify the context and accuracy of every finding before acting.
Audit Metadata