skills/scanaislop/aislop-skill/aislop/Gen Agent Trust Hub

aislop

Pass

Audited by Gen Agent Trust Hub on May 19, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill utilizes npx aislop to execute its core scanning and fixing functionality. This results in the agent fetching the aislop package from the public npm registry (a well-known service) if it is not already cached or installed locally. This is standard behavior for the tool's intended use.
  • [REMOTE_CODE_EXECUTION]: By using npx, the skill executes code retrieved from a remote package registry. The skill includes specific security guardrails, explicitly instructing the agent not to run unreviewed scripts, installer scripts from URLs, or curl-to-shell commands, emphasizing the use of local or pinned binaries in restricted environments.
  • [COMMAND_EXECUTION]: The agent is instructed to run various aislop CLI subcommands (scan, fix, ci) and project-specific package managers (npm, pnpm). The fix command is capable of modifying source code and dependency manifests to resolve identified issues.
  • [PROMPT_INJECTION]: The instructions contain strong defensive guidance, teaching the agent to avoid common security pitfalls such as eval(), template-string SQL injection, and hardcoded credentials. It also includes directions to verify all automated findings against the actual source code to prevent obedience to false positives.
Audit Metadata
Risk Level
SAFE
Analyzed
May 19, 2026, 12:02 AM
Security Audit — agent-trust-hub — aislop