Skip to content

Commit 8efcdc0

Browse files
authored
Merge pull request #27 from Jeymz/chore-documentation
feat(docs): add access control and authorization architecture prompt to README
2 parents 759d773 + f69b542 commit 8efcdc0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ It standardizes intake, then hands off to specialist agents (Analyst/Architect/E
3737

3838
| Prompt | Description | Intended Use |
3939
| --- | --- | --- |
40+
| [access-control-and-authorization-architecutre.prompt.md](prompts/access-control-and-authorization-architecture.prompt.md) | Review and report on access control / authorization architecture for project. | Perform analysis of the current architecture for access control and authorization within the project. |
4041
| [assess-logging.prompt.md](prompts/assess-logging.prompt.md) | Identify unsafe logging and exposure of sensitive data. | Audit log output for leaks and recommend safer patterns. |
4142
| [business-logic-review.prompt.md](prompts/business-logic-review.prompt.md) | Analyze overall business logic flow and decision making. | Map application behavior and critique critical logic paths. |
4243
| [check-access-controls.prompt.md](prompts/check-access-controls.prompt.md) | Audit authorization and access control weaknesses. | Ensure RBAC/ABAC enforcement and consistent permission checks. |

prompts/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Each prompt is a Markdown file with YAML frontmatter (typically `agent`, `name`,
1010

1111
## Included prompts
1212

13+
- [access-control-and-authorization-architecture.prompt.md](access-control-and-authorization-architecture.prompt.md) - Review and report on access control / authorization architecture for project.
1314
- [add-content-security-policy.prompt.md](add-content-security-policy.prompt.md) — design and roll out a new CSP
1415
- [assess-logging.prompt.md](assess-logging.prompt.md) — audit logs for sensitive data exposure
1516
- [business-logic-review.prompt.md](business-logic-review.prompt.md) — map business logic flows and identify abuse risks

0 commit comments

Comments
 (0)