Cumulus is a service that helps you monitor and fix security weakness in realtime. The issues will be reported on web dashboard. It’s very simple and powerful.
Key features
Just install SDK to web front, can be found security weakness on service
| Name | Origin | Description |
|---|---|---|
| XSS | SDK | When user input a xss pattern string, trigger detection of XSS |
| SQLInjection | SDK | When user input a sqlinjection pattern, trigger detection of SQLInjection |
| Sensitive Payload | SDK | When requesting with sensitive payload. for example, unencoded raw password |
| File Upload | SDK | When user embed any file worried for system. for example, web shell |
| Unnecessary Comment | Scanner | Code comments are on the served HTML or JS |
| Directory Traversal | Scanner | Detect directory listing vulnerability |
| Guessing | Scanner | Detect sensitive page like admin |
| Unobfuscated Code | Scanner | Detect unobfuscated vulnerable codes |
If you think about able to detect additional weakness, please contribute on SDK or Scanner
The official Cumulus SDK for JavaScript, providing as npm
Note: current version is unsupported version on typescript project but we considering now and gonna make it, quickly! (#2)
To install a SDK, simply add package like belows:
npm install –save https://github.com/tophat-cloud/cumulus
yarn add https://github.com/tophat-cloud/cumulus
Setup and usage of SDK always follow the same principle.
import { protect, captureMessage } from ‘cumulus’;
protect({
key: ‘key’,
});
captureMessage(‘Hello, world!’);
If you haven’t __key__, please sign-up and create project to get to key
Journalists use OSINT to verify public information before publishing. In 2026, misinformation, AI-generated images, fake…
Docker is an open-source platform that lets you package and run applications inside containers. Each container…
PostgreSQL (often called Postgres) is an open-source relational database system. It supports advanced features like JSON…
Xrdp is an open-source server that lets you connect to your Ubuntu machine from another computer…
Apache Tomcat is an open-source web server and Java servlet container. It is one of the…
Keeping your Ubuntu system updated is one of the best ways to protect it. Security…