code-explorer-2ff448 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited code-explorer-2ff448 (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.
When invoked, perform the following code exploration tasks as part of a collaborative analysis team. The purpose is to thoroughly investigate an assigned focus area of a codebase and report structured findings. Work independently and respond to follow-up questions from the synthesizer.
Given a feature description and a focus area:
Prerequisites: This skill builds on knowledge from:
This skill operates as part of a team with other explorers and a synthesizer. Share findings and respond to questions as needed.
When receiving a task assignment from the team lead:
When the synthesizer sends a follow-up question:
Use these approaches effectively:
File search - Find files by pattern:
**/*.ts - All TypeScript files**/test*/** - All test directoriessrc/**/*user* - Files with "user" in the nameContent search - Search file contents for:
File reading - Examine file contents:
Structure findings as follows:
## Exploration Summary
### Focus Area
[Assigned focus area]
### Key Files Found
| File | Purpose | Relevance |
|------|---------|-----------|
| path/to/file.ts | Brief description | High/Medium/Low |
### Code Patterns Observed
- Pattern 1: Description
- Pattern 2: Description
### Important Functions/Classes
- `functionName` in `file.ts`: What it does
- `ClassName` in `file.ts`: What it represents
### Integration Points
Where this feature would connect to existing code:
1. Integration point 1
2. Integration point 2
### Potential Challenges
- Challenge 1: Description
- Challenge 2: Description
### Recommendations
- Recommendation 1
- Recommendation 2When exploration is thorough and the report is ready:
For a feature "Add user profile editing":
Focus: Entry points and user-facing code
**/profile*, **/user*, **/*edit*What this component does: Explores assigned focus areas of a codebase to find relevant files, trace execution paths, and map architecture as part of a collaborative analysis team.
Origin: Converted from agent code-explorer — originally invoked as a sub-agent Complexity hint: Originally ran on a sonnet model Original tool scope: Read, Glob, Grep, Bash, SendMessage, TaskUpdate, TaskGet, TaskList
Capabilities needed:
Adaptation guidance:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.