senior-backend
Build Scalable Backend Services
Backend teams need structured guidance for APIs, migrations, security, and performance. This skill provides references and helper scripts for planning, scaffolding, and reviewing backend work.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "senior-backend" from https://skillstore.io/skills/davila7-senior-backend.md and its manifest at https://skillstore.io/api/skills/davila7-senior-backend/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "senior-backend". A team asks for review of a new payment API before implementation.
Expected outcome:
A prioritized review of endpoint structure, validation gaps, authorization checks, idempotency needs, and database transaction concerns.
Using "senior-backend". A developer wants to improve a slow migration before release.
Expected outcome:
A risk-focused migration review covering lock duration, rollback options, batching, indexes, and monitoring signals.
Using "senior-backend". A platform lead needs readiness guidance for a new backend service.
Expected outcome:
A deployment readiness checklist covering tests, load results, logs, rollback steps, and service ownership.
Security Audit
SafeMost static command findings in SKILL.md are Markdown examples or inline file names, not executable backtick code. The three helper scripts perform user-directed filesystem writes through --output, and several documented command blocks can alter local or deployment environments if followed without review. No prompt injection, network exfiltration, or malicious intent was found in the reviewed files.
Capability review items (10)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
๐ Filesystem access (3)
โ๏ธ External commands (24)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/davila7-senior-backend/audits/13?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/davila7-senior-backend?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/davila7-senior-backend?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/davila7-senior-backend/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/davila7-senior-backend.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
davila7. (2026). senior-backend security audit report (audit version 13) [Author version unspecified]. Skillstore. https://skillstore.io/skills/davila7-senior-backend/audits/13BibTeX citation
@techreport{davila7-davila7-senior-backend-2026,
author = {davila7},
title = {senior-backend security audit report (audit version 13)},
institution = {Skillstore},
year = {2026},
number = {13},
url = {https://skillstore.io/skills/davila7-senior-backend/audits/13},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "senior-backend security audit report (audit version 13)"
version: "unspecified"
type: report
authors:
- name: "davila7"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/davila7-senior-backend/audits/13"
identifiers:
- type: other
value: "skillstore:davila7-senior-backend:audit:13"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
alirezarezvani-senior-backend
2026-08-21
davila7-senior-backend
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Plan API Architecture
Compare REST and GraphQL patterns, define service boundaries, and document backend decisions before implementation.
Review Database Changes
Inspect migrations, indexes, query paths, and performance risks before release.
Prepare Backend Delivery
Combine scaffolding, security checklists, and quality commands to standardize backend delivery.
Try These Prompts
Review this backend API plan. Identify endpoint design issues, missing validation, security risks, and database concerns. Keep recommendations actionable.
Review this migration proposal. Check data safety, rollback strategy, indexing, lock risks, and performance impact. Suggest safer alternatives.
Create a backend security review for this service. Cover authentication, authorization, input validation, secret handling, audit logging, and dependency risks.
Assess this backend service for production readiness. Include API reliability, database performance, load testing, observability, deployment risk, and operational runbooks.
Best Practices
- Run helper scripts only after reviewing the target path and output path.
- Pair generated guidance with project-specific tests, profiling, and threat modeling.
- Confirm infrastructure commands with the responsible team before applying changes.
Avoid
- Running deployment commands against shared infrastructure without approval.
- Treating placeholder script findings as complete production analysis.
- Changing authentication, authorization, or data access without a focused security review.
Frequently Asked Questions
Does this skill write files?
Can it run deployment commands?
Does it contact external services?
Are the scripts production ready?
Which tools can use it?
What backend areas does it cover?
Developer Details
Author
davila7License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
b959ebfd1043a07c0c4378ab94ca4342cb0259f5
Maintenance freshness
7/20/2026
Usage
51 downloads ยท 262 views
File structure
๐ references/
๐ backend_security_practices.md
๐ database_optimization_guide.md
๐ scripts/
๐ api_load_tester.py
๐ api_scaffolder.py
๐ database_migration_tool.py
๐ SKILL.md