canvas-week-plan — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited canvas-week-plan (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
A bulleted imperative like {match} tells the agent to never reveal, disclose, or mention something to the user. Used adversarially it can instruct the agent to hide its tool calls or lie about what it did — stripping the transparency a user relies on to trust the agent.
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Generate a comprehensive weekly plan for a student, showing all upcoming assignments, current grades, submission status, and pending peer reviews across all enrolled courses.
Call the MCP tool get_my_upcoming_assignments with days_ahead=7 to retrieve all assignments due in the next week.
Data to collect per assignment:
Call the MCP tool get_my_submission_status to determine what has been submitted and what has not.
Categorize each assignment as one of:
Call the MCP tool get_my_course_grades to show academic standing for each enrolled course.
Collect per course:
Call the MCP tool get_my_peer_reviews_todo to find any pending peer reviews.
Collect per pending review:
Present a structured, actionable plan using the format below. Adjust courses, assignments, and numbers to match the actual data retrieved.
## Your Week Ahead
### Quick Stats
- **Due this week:** 5 assignments
- **Already submitted:** 2
- **Peer reviews pending:** 3
- **Highest priority:** Final Project (100 pts, due Fri)
### By Course
#### CS 101 (Current: 87% B+)
| Assignment | Due | Points | Status |
|------------|-----|--------|--------|
| Quiz 5 | Tue 11:59pm | 20 | Not submitted |
| Lab 8 | Thu 5:00pm | 30 | Submitted |
#### MATH 221 (Current: 92% A-)
| Assignment | Due | Points | Status |
|------------|-----|--------|--------|
| HW 12 | Wed 11:59pm | 25 | Not submitted |
| Final Project | Fri 11:59pm | 100 | Not submitted |
### Peer Reviews Due
- **Essay 2 Peer Review** (ENG 101) - 2 reviews needed by Thu
- **Project Proposal Review** (CS 101) - 1 review needed by Fri
### Suggested Priority Order
1. **Quiz 5** (CS 101) - Due tomorrow, 20 pts
2. **HW 12** (MATH 221) - Due Wed, 25 pts
3. **Peer Reviews** - 3 total, due Thu-Fri
4. **Final Project** (MATH 221) - Due Fri, 100 pts (start early!)
### Grade Impact
- Completing all assignments could raise your grades:
- CS 101: 87% -> 89%
- MATH 221: 92% -> 94%After presenting the plan, let the user know what further actions are available:
Need more details? I can:
1. Show full assignment instructions for any item
2. Check the rubric for an assignment
3. Show your grade breakdown for a course
4. Focus on just one course| Tool | Purpose |
|---|---|
get_my_upcoming_assignments | Fetch assignments due within a time window |
get_my_submission_status | Check submitted vs. not submitted |
get_my_course_grades | Retrieve current grades per course |
get_my_peer_reviews_todo | Find pending peer review tasks |
get_assignment_details | Drill down into a specific assignment (rubric, instructions) |
If the user asks for a "quick check" or "just the highlights", use a shorter format:
## This Week
- 3 assignments due (2 not started)
- 2 peer reviews pending
- Grades: CS 101 (87%), MATH 221 (92%), ENG 101 (85%)
**Priority:** Quiz 5 (tomorrow), HW 12 (Wed), Final Project (Fri)If the user specifies a course (e.g., "plan my week for CS 101"), show only that course's assignments, grades, and peer reviews.
get_my_* prefix~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.