speq-code-tools — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited speq-code-tools (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.
Semantic code navigation and editing via Serena MCP.
| Task | Use | Not | |
|---|---|---|---|
| List directory | list_dir | ls, find | |
| Find files | find_file | find, rg --files | |
| File symbols | get_symbols_overview | `rg "class\ | function"` |
| Symbol definition | find_symbol | rg "function foo" | |
| Symbol references | find_referencing_symbols | rg "foo(" | |
| Update function | replace_symbol_body | read/edit/write | |
| Insert after | insert_after_symbol | read/edit/write | |
| Insert before | insert_before_symbol | read/edit/write | |
| Rename symbol | rename_symbol | rg + manual edits |
Apply the Feynman Technique — explain your understanding before proceeding. Call these tools at key moments:
| Tool | When |
|---|---|
think_about_collected_information | After exploration sequence |
think_about_task_adherence | Before writing code |
think_about_whether_you_are_done | Before reporting completion |
Explore → find_symbol, get_symbols_overview
Understand → find_referencing_symbols
Reflect → think_about_collected_information
Edit → replace_symbol_body, insert_*_symbol
Verify → find_referencing_symbols
Complete → think_about_whether_you_are_done~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.