
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
@uipath/authz-commands
Advanced tools
Admin CLI commands for the UiPath Authorization service. Library composed by admin-tool, not a standalone CLI tool.
Admin CLI commands for the UiPath Authorization service.
A command library composed by admin-tool — it owns no uip verb of its own. It registers its commands under a single authorization subject group, so users invoke them as uip admin authorization <subject> <verb>.
uip admin authorization
├── roles
│ ├── list [--limit] [--offset] [--filter] [--service] [--scope-type] [--role-type] [--tenant-id <guid>]
│ ├── get <id>
│ ├── create --file <path>
│ ├── update <id> --file <path>
│ ├── delete <id>
│ └── assignments
│ ├── list [--limit] [--offset] [--service] [--identity-id]
│ ├── create --file <path> # JSON array of AddRoleAssignmentRequest
│ └── delete --file <path> # JSON array of assignment-id strings
├── permissions
│ └── list [--service] [--scope-type]
└── check-access [--file <path> | --identity-id <guid> --scope-type <Tenant|Folder> --scope-id <guid> [--parent-folder-id <guid>]]
roles — custom role CRUD on the Policy Administration Point (PAP), with one nested group:
roles assignments — list / create / delete who-has-what-role.permissions list — read-only catalog of permission definitions.check-access — compute the effective permissions a security principal has within a tenant or folder scope, via the Policy Decision Point (PDP).Policy management (policies list/get/create/update/delete/evaluate) lives under uip gov access-policy …, not here, even though both tools target the same authz-sdk swagger. This split keeps the existing uip gov namespace stable.
uip login.--file <path> carrying the matching SDK request DTO as JSON.assignments create expects an array of AddRoleAssignmentRequest objects; the tool wraps it as {roleAssignmentsToAdd: [...], roleAssignmentsToDelete: []} and POSTs to the bulk-update endpoint.assignments delete expects an array of assignment-id strings; the tool wraps it as {roleAssignmentsToAdd: [], roleAssignmentsToDelete: [...]} and POSTs to the same endpoint.check-access bypasses the SDK method because the source swagger does not declare a requestBody; the tool POSTs directly via the SDK's resolved Configuration.basePath and bearer token.FAQs
Admin CLI commands for the UiPath Authorization service. Library composed by admin-tool, not a standalone CLI tool.
The npm package @uipath/authz-commands receives a total of 0 weekly downloads. As such, @uipath/authz-commands popularity was classified as not popular.
We found that @uipath/authz-commands demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 25 open source maintainers collaborating on the project.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.