Explore 에이전트가 파일 존재 여부를 확인 없이 거짓 정보 제공
Resolved 💬 3 comments Opened Mar 4, 2026 by coverboy Closed Apr 1, 2026
문제 상황
Explore 에이전트에게 ~/.claude/skills 폴더 구조를 조회 요청하자, 실제로는 존재하지 않는 디렉토리(refactoring-java/, refactoring-react/, refactoring-python/)가 있다고 거짓 정보를 제공했습니다.
재현 방법
- Explore 에이전트에게 skills 폴더 하위 구조 조회 요청
- 에이전트가 존재하지 않는 파일 경로들(
refactoring-java/SKILL.md,refactoring-react/SKILL.md,refactoring-python/SKILL.md)을 주장 - 직접
find명령으로 확인하면 해당 디렉토리가 전혀 없음 - 실제 구조는
refactoring/examples/java.md,refactoring/examples/react.md,refactoring/examples/python.md
예상 동작
에이전트가 파일 존재 여부를 정확히 파악하거나, 확실하지 않으면 직접 명령어로 확인 후 정보 제공
실제 동작
확인 없이 존재하지 않는 파일/디렉토리 정보를 제공해서 사용자의 오판을 유발하고, 이를 기반으로 한 후속 제안의 신뢰도가 하락함
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗