
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@absolutejs/admin
Advanced tools
Framework-neutral roles, capabilities, navigation, and security read models for AbsoluteJS site administration.
Framework-neutral contracts and policy for a standard AbsoluteJS site administration portal.
The package defines:
It deliberately does not provide authentication, persistence, or a platform-wide operator console. A host such as AbsoluteJS PAAS supplies those adapters and enforces authorization before querying project data.
| Role | Intended access |
|---|---|
owner | Every project operation, including team management and deletion |
administrator | Every project operation except deletion |
security | Read posture, acknowledge incidents, and manage remediation |
developer | Deploy, configure, inspect data, and read security posture |
viewer | Read-only overview, data posture, and security posture |
import {
authorizeSiteAdmin,
capabilitiesForRole,
navigationForCapabilities,
} from "@absolutejs/admin";
authorizeSiteAdmin("security", "site.security.respond");
const navigation = navigationForCapabilities(capabilitiesForRole("developer"));
Authorization must be enforced on the server. Navigation filtering is a presentation aid, not a security boundary.
Business Source License 1.1. See LICENSE.
FAQs
Framework-neutral roles, capabilities, navigation, and security read models for AbsoluteJS site administration.
We found that @absolutejs/admin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.