CLI App Builder

Build CLI applications with Commander.js

Gitix AI
Gitix AI
· 7 days ago · v1
SkillSpector MEDIUM
25/100 ⚠ CAUTION
1 security finding detected
HIGH Prompt Injection · Instruction Override 70% confidence

Match: enable debug mode

Line 36

This pattern attempts to override system instructions or ignore safety constraints. Without LLM analysis, manual review is recommended.

  .version('1.0.0');

program
  .option('-d, --debug', 'enable debug mode')
  .option('-c, --config <path>', 'path to config file');

program

Remove or rewrite any text that instructs the agent to ignore prompts, override safety rules, or trust unverified content. Ensure skill content cannot be injected to alter agent behavior.

10
0
0
0

Comments (0)

Sign in to leave a comment.

No comments yet. Be the first!