tech-detector — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited tech-detector (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.
Trigger when:
Call mcp__plugin_security_whatweb__whatweb_scan with:
target: the URL providedaggression: normal (default — non-intrusive, safe for live sites)Always present findings in three sections:
Plain-English summary of what they're running. Group by:
Interpret the stack in business terms:
Map detected tech to specific opportunities:
| Detected | Observation |
|---|---|
| Shopify (Bootstrap/jQuery theme) | Likely older theme — performance and modernisation opportunity |
| Shopify (no GTM/analytics) | Analytics gap — no conversion tracking in place |
| WordPress | Common maintenance pain points: performance, security, plugin sprawl |
| Webflow | Hosted CMS constraints — custom dev or migration may be needed at scale |
| No identifiable platform | Likely custom build — dev team dependency, higher maintenance cost |
| jQuery / Bootstrap (no modern framework) | Legacy frontend — migration to React/Vue may be warranted |
| No HTTPS / missing HSTS | Basic security gap, quick to address |
| Google Tag Manager | Active marketing instrumentation in place |
| Cloudflare | Performance and security aware — sophisticated infra |
| Vercel / Next.js | Modern stack, likely needs backend/API or design system work |
| No CDN detected | Performance risk — static assets served from origin |
Keep it tight and actionable. Example:
[Company] — Tech Stack
Platform: Shopify Frontend: Bootstrap, jQuery (legacy theme) CDN: Cloudflare Analytics: Google Tag Manager
What this tells us: They're on a standard Shopify setup with an older theme stack (Bootstrap/jQuery). GTM presence means there's an active marketing team. Cloudflare suggests someone technical is involved, even if their dev team is small.
Analysis angles:
Safe — this skill is stateless and read-only (HTTP scan only). Multiple tech-detector agents can run simultaneously against different URLs with no conflicts or side effects.
When invoked by an orchestrator agent collecting results for multiple targets, return a JSON envelope alongside the markdown report:
{
"url": "<scanned URL>",
"cms": "<platform or null>",
"stack": ["<tech1>", "<tech2>"],
"analysis_angles": ["<angle1>", "<angle2>"]
}The orchestrator uses this to aggregate and sort results without parsing the markdown.
aggression: aggressive for a deeper look~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.