Install
$ agentstack add skill-glamgarondiscord-claude-saas-blueprint-quality ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Instructions
1. Scan Structurel
Utiliser l'agent Explore pour :
- Mapper l'arborescence complète du projet
- Identifier les fichiers > 200 lignes (candidats au split)
- Détecter les imports circulaires
- Vérifier le respect de l'architecture hexagonale (core n'importe pas adapters)
2. Scan de Code
Utiliser Grep pour détecter :
anydans les fichiers TypeScriptconsole.log/console.errorhors loggerTODO/FIXME/HACKnon résolus- Fonctions > 50 lignes
- Fichiers sans export (dead code potentiel)
- Duplications évidentes (patterns copiés-collés)
3. Scan de Sécurité
- Secrets hardcodés
- SQL non paramétré
- Injection de HTML non sanitisé (innerHTML, etc.)
- Dépendances avec vulnérabilités connues
4. Scan DX
- Scripts npm/bun manquants (dev, build, test, lint)
.env.exampleà jour- README avec instructions de setup
5. Dashboard global
Lancer python scripts/project_health.py — retourne en une passe : erreurs TS, lint, tests, console.log/any counts, audit sécurité, structure hexagonale.
6. Rapport
Générer un rapport structuré :
- Critiques (bloquants)
- Warnings (à traiter)
- Suggestions (nice to have)
- Métriques : Fichiers, Lignes, Coverage, Score qualité (A/B/C/D)
Proposer de fix automatiquement les issues simples (unused imports, console.log, etc.)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: GlamgarOnDiscord
- Source: GlamgarOnDiscord/claude-saas-blueprint
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.