cache-guard
Automatically manages Laravel cache to prevent stale configuration issues after changes to .env or config files.
Install this skill
or
39/100
Security score
The cache-guard skill was audited on Feb 9, 2026 and we found 17 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 3
Access to .env file
SourceSKILL.md
| 3 | description: Monitor Laravel configuration file changes and automatically manage caches. Use immediately after .env modifications, config file edits, or when user reports "settings not reflecting" or |
medium line 14
Access to .env file
SourceSKILL.md
| 14 | - `.env` 파일 수정 직후 |
medium line 30
Access to .env file
SourceSKILL.md
| 30 | - `config.php` - 설정 캐시 (`.env` 무시됨!) |
medium line 44
Access to .env file
SourceSKILL.md
| 44 | - `.env` 수정 시간 < `config.php` 생성 시간 |
medium line 59
Access to .env file
SourceSKILL.md
| 59 | ### 시나리오 1: .env 파일 수정 감지 |
medium line 61
Access to .env file
SourceSKILL.md
| 61 | **.env 파일 수정 직후 자동 실행**: |
low line 66
Access to .env file
SourceSKILL.md
| 66 | echo "⚠️ 캐시 파일 발견: .env 변경 사항이 무시될 수 있습니다" |
low line 79
Access to .env file
SourceSKILL.md
| 79 | php artisan tinker --execute="echo config('app.env') . ' / ' . config('database.default');" |
medium line 83
Access to .env file
SourceSKILL.md
| 83 | > ✅ **.env 변경 감지 및 캐시 클리어 완료** |
medium line 85
Access to .env file
SourceSKILL.md
| 85 | > 수정된 파일: `.env` |
medium line 210
Access to .env file
SourceSKILL.md
| 210 | - ✅ `.env` 파일 수정 |
low line 279
Access to .env file
SourceSKILL.md
| 279 | → .env 파일 무시! |
low line 285
Access to .env file
SourceSKILL.md
| 285 | .env 로드 → config/*.php 로드 → 런타임 설정 생성 |
low line 292
Access to .env file
SourceSKILL.md
| 292 | php artisan config:cache # ❌ .env 무시됨 |
medium line 323
Access to .env file
SourceSKILL.md
| 323 | 3. ✅ `.env` 파일이 올바른 위치에 있나요? |
medium line 373
Access to .env file
SourceSKILL.md
| 373 | - ".env 바꿨는데 변화 없음" |
low line 97
External URL reference
SourceSKILL.md
| 97 | > - http://127.0.0.1:8000 |
Scanned on Feb 9, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry