laravel-telescope — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited laravel-telescope (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
@rules/laravel/laravel.mdc, @rules/laravel/architecture.mdc, @rules/laravel/filament.mdc, and @rules/laravel/livewire.mdcUse this skill when you need to investigate a specific Laravel Telescope request, read its runtime data, find the same request directly in the Telescope database tables, and propose actionable optimizations.
The goal is practical diagnosis from real telemetry, not generic performance advice.
Use this skill when the task asks for any of the following:
telescope_entries and related tablesDo not use this skill when:
If Telescope UI or DB access is missing, continue with static analysis and clearly state limitations.
The skill can work with:
The skill should proceed with whatever is available and not block on perfect input.
Follow these steps in order.
Prefer DB-backed verification over UI-only conclusions.
Use Telescope tables and relationships, typically:
telescope_entriestelescope_entries_tagstelescope_monitoring (if used)For suggested SQL patterns, see references/sql-patterns.md.
Confirm that the DB row is the same request shown in UI by matching:
uuidIf correlation is ambiguous, explicitly state what is missing.
Evaluate observed data and highlight concrete problems, for example:
For every recommendation include:
When a recommendation changes or refactors a query, apply @rules/sql/optimalize.mdc "Performance Non-Regression on Query Changes": capture the query's current cost from the Telescope evidence (duration, rows, repeated executions) as the baseline, and require the changed query to be equal or faster. If the proposed change would be slower than the observed original, do not present it as an improvement — state why it is slower, list the remaining optimization options (or that none exist and why), and the trade-off that justifies it.
Keep suggestions scoped to observed telemetry, not hypothetical architecture rewrites.
Use the template defined in templates/analysis-report.md.
The skill must:
The skill must not:
A good result from this skill should:
After completing the tasks
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.