/home/techb158/cosmic.abdallabala.com
NameSizeModeActions
.well-known/-0755rm
ao1tluv/-0755rm
application/-0777rm
backups/-0755rm
bxtfnlp/-0755rm
cgi-bin/-0755rm
dakze1b/-0755rm
data/-0777rm
deploy/-0777rm
docs/-0777rm
final-assets/-0777rm
hgv1lsf/-0755rm
mgefxyk/-0755rm
mxvonrj/-0755rm
nx1zbvl/-0755rm
public/-0777rm
qfvlzgb/-0755rm
scripts/-0777rm
sjhkude/-0755rm
src/-0777rm
sx1pwhe/-0755rm
tests/-0777rm
wkjvaco/-0755rm
xlzdife/-0755rm
.env15790600editdlrm
.env.example14270666editdlrm
.htaccess2810644editdlrm
CHANGELOG.md4530666editdlrm
docker-compose.yml7250666editdlrm
Dockerfile5840666editdlrm
openapi.yaml126910666editdlrm
package-lock.json2420644editdlrm
package.json21980666editdlrm
README.md166760666editdlrm
server.js372030666editdlrm
SUBMISSION-README.md26370666editdlrm
wp-cron-cahg.php16590644editdlrm
Edit: /home/techb158/cosmic.abdallabala.com/package.json (2198B)
{ "name": "cosmic-ai-risk-dashboard", "version": "2.1.0", "description": "COSMIC AI-Risk Dashboard prototype with design-first diagrams, JSON storage, Risk CRUD UI, mitigation workflow, deployment gate workflow controls, evidence traceability, audit trail, multi-project-management integrations, OAuth credential handling, live third-party API client boundaries, reporting/export workflows, role-based access control, and production deployment hardening.", "main": "server.js", "scripts": { "start": "node server.js", "test": "node tests/risk-engine.test.js && node tests/storage-layer.test.js && node tests/mitigation-workflow.test.js && node tests/gate-workflow.test.js && node tests/integration-workflow.test.js && node tests/oauth-live-connectors.test.js && node tests/reporting-workflow.test.js && node tests/access-control.test.js && node tests/production-hardening.test.js && node tests/api-workflow.test.js", "test:risk": "node tests/risk-engine.test.js", "test:storage": "node tests/storage-layer.test.js", "test:api": "node tests/api-workflow.test.js", "test:mitigation": "node tests/mitigation-workflow.test.js", "test:gate": "node tests/gate-workflow.test.js", "test:integration": "node tests/integration-workflow.test.js", "test:reporting": "node tests/reporting-workflow.test.js", "test:oauth": "node tests/oauth-live-connectors.test.js", "test:access": "node tests/access-control.test.js", "test:ops": "node tests/production-hardening.test.js", "check:config": "node scripts/check-production-config.js", "backup": "node scripts/backup-database.js", "start:prod": "NODE_ENV=production node server.js" }, "keywords": [ "COSMIC", "AI risk", "dashboard", "risk governance", "Trello Power-Up", "Jira", "Asana", "project management integration", "Microsoft Planner", "reporting", "OAuth", "Microsoft Graph", "live integrations", "RBAC", "access control", "role-based permissions", "production deployment", "security headers", "readiness endpoint", "backup", "Docker", "Nginx", "operations" ], "license": "UNLICENSED" }